[arch-commits] Commit in python-gdata/repos/extra-any (PKGBUILD PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Tue Aug 20 09:17:52 UTC 2013


    Date: Tuesday, August 20, 2013 @ 11:17:50
  Author: eric
Revision: 193442

archrelease: copy trunk to extra-any

Added:
  python-gdata/repos/extra-any/PKGBUILD
    (from rev 193441, python-gdata/trunk/PKGBUILD)
Deleted:
  python-gdata/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++++--------------------------
 1 file changed, 30 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-20 09:17:24 UTC (rev 193441)
+++ PKGBUILD	2013-08-20 09:17:50 UTC (rev 193442)
@@ -1,26 +0,0 @@
-#$Id$
-# Maintainer: Angel Velasquez <angvp at archlinux.org> 
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-# Contributor: Christophe Gueret <tolgam at homegnu.net>
-
-pkgbase=python-gdata
-pkgname=('python2-gdata')
-pkgver=2.0.17
-pkgrel=3
-pkgdesc="Python client library for Google data APIs"
-arch=('any')
-url="http://code.google.com/p/gdata-python-client/"
-license=('APACHE')
-depends=('python2')
-conflicts=('python-gdata<=2.0.17-1')
-replaces=('python-gdata<=2.0.17-1')
-source=(http://gdata-python-client.googlecode.com/files/gdata-${pkgver}.tar.gz)
-sha1sums=('d2d9f60699611f95dd8c328691a2555e76191c0c')
-
-package_python2-gdata() {
-  cd "${srcdir}/gdata-${pkgver}"
-  find . -type f -exec sed -i -e 's@^#!/usr/bin/env python@#!/usr/bin/env python2@' \
-    -e 's@^#!/usr/.*bin/python.*@#!/usr/bin/python2@'  {} \;
-  python2 setup.py install --prefix=/usr --root "${pkgdir}" 
-}

Copied: python-gdata/repos/extra-any/PKGBUILD (from rev 193441, python-gdata/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-08-20 09:17:50 UTC (rev 193442)
@@ -0,0 +1,30 @@
+#$Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org> 
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+# Contributor: Christophe Gueret <tolgam at homegnu.net>
+
+pkgbase=python-gdata
+pkgname=('python2-gdata')
+pkgver=2.0.18
+pkgrel=1
+pkgdesc="Python client library for Google data APIs"
+arch=('any')
+url="http://code.google.com/p/gdata-python-client/"
+license=('APACHE')
+depends=('python2')
+conflicts=('python-gdata<=2.0.17-1')
+replaces=('python-gdata<=2.0.17-1')
+source=(http://gdata-python-client.googlecode.com/files/gdata-${pkgver}.tar.gz)
+sha1sums=('4cd6804f2af81697219307421996c6055c7c16e4')
+
+prepare() {
+  cd gdata-${pkgver}
+  find . -type f -exec sed -i -e 's@^#!/usr/bin/env python@#!/usr/bin/env python2@' \
+    -e 's@^#!/usr/.*bin/python.*@#!/usr/bin/python2@'  {} \;
+}
+
+package_python2-gdata() {
+  cd gdata-${pkgver}
+  python2 setup.py install --prefix=/usr --root "${pkgdir}" 
+}




More information about the arch-commits mailing list