[arch-commits] Commit in python2-docs/repos/community-any (4 files)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Wed Mar 12 10:57:30 UTC 2014
Date: Wednesday, March 12, 2014 @ 11:57:30
Author: spupykin
Revision: 107090
archrelease: copy trunk to community-any
Added:
python2-docs/repos/community-any/PKGBUILD
(from rev 107089, python2-docs/trunk/PKGBUILD)
python2-docs/repos/community-any/python2-docs.install
(from rev 107089, python2-docs/trunk/python2-docs.install)
Deleted:
python2-docs/repos/community-any/PKGBUILD
python2-docs/repos/community-any/python2-docs.install
----------------------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
python2-docs.install | 20 ++++++++++----------
2 files changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-03-12 10:57:23 UTC (rev 107089)
+++ PKGBUILD 2014-03-12 10:57:30 UTC (rev 107090)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python2-docs
-pkgver=2.7.5
-pkgrel=1
-pkgdesc="Set of HTML documentation for python."
-arch=('any')
-url="http://docs.python.org/"
-license=('GPL')
-install=python2-docs.install
-options=('docs')
-source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
-md5sums=('77ae8fd6b456c6339a1a62d57425335b')
-
-package() {
- mkdir -p $pkgdir/usr/share/doc/python2/html
- cp -rf $srcdir/python-$pkgver-docs-html/* $pkgdir/usr/share/doc/python2/html/
- find $pkgdir/usr/share/doc/python2/html/ -type f -exec chmod 0644 {} \;
- find $pkgdir/usr/share/doc/python2/html/ -type d -exec chmod 0755 {} \;
-}
Copied: python2-docs/repos/community-any/PKGBUILD (from rev 107089, python2-docs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-03-12 10:57:30 UTC (rev 107090)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python2-docs
+pkgver=2.7.6
+pkgrel=1
+pkgdesc="Set of HTML documentation for python."
+arch=('any')
+url="http://docs.python.org/"
+license=('GPL')
+install=python2-docs.install
+options=('docs')
+source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
+md5sums=('7613314d1aaa7dcc522ca9d3fd43dace')
+
+package() {
+ mkdir -p $pkgdir/usr/share/doc/python2/html
+ cp -rf $srcdir/python-$pkgver-docs-html/* $pkgdir/usr/share/doc/python2/html/
+ find $pkgdir/usr/share/doc/python2/html/ -type f -exec chmod 0644 {} \;
+ find $pkgdir/usr/share/doc/python2/html/ -type d -exec chmod 0755 {} \;
+}
Deleted: python2-docs.install
===================================================================
--- python2-docs.install 2014-03-12 10:57:23 UTC (rev 107089)
+++ python2-docs.install 2014-03-12 10:57:30 UTC (rev 107090)
@@ -1,10 +0,0 @@
-post_install() {
- echo
- echo "Add the following line to your ~/.bashrc "
- echo "export PYTHONDOCS=/usr/share/doc/python2/html/"
- echo
-}
-
-post_upgrade() {
- post_install
-}
Copied: python2-docs/repos/community-any/python2-docs.install (from rev 107089, python2-docs/trunk/python2-docs.install)
===================================================================
--- python2-docs.install (rev 0)
+++ python2-docs.install 2014-03-12 10:57:30 UTC (rev 107090)
@@ -0,0 +1,10 @@
+post_install() {
+ echo
+ echo "Add the following line to your ~/.bashrc "
+ echo "export PYTHONDOCS=/usr/share/doc/python2/html/"
+ echo
+}
+
+post_upgrade() {
+ post_install
+}
More information about the arch-commits
mailing list