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

Angel Velásquez angvp at archlinux.org
Mon Nov 21 11:17:17 UTC 2011


    Date: Monday, November 21, 2011 @ 06:17:17
  Author: angvp
Revision: 143030

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-21 11:17:01 UTC (rev 143029)
+++ PKGBUILD	2011-11-21 11:17:17 UTC (rev 143030)
@@ -1,23 +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>
-pkgname=python-gdata
-pkgver=2.0.14
-pkgrel=1
-arch=(any)
-pkgdesc="Python client library for Google data APIs"
-url="http://code.google.com/p/gdata-python-client/"
-license=('APACHE')
-depends=('python2')
-provides=('gdata_py')
-replaces=('gdata_py')
-conflicts=('gdata_py')
-source=(http://gdata-python-client.googlecode.com/files/gdata-${pkgver}.tar.gz)
-md5sums=('29cf394b4f75aa4fae8c1b59079f2a02')
-
-build() {
-  cd "${srcdir}/gdata-${pkgver}"
-  python2 setup.py install --prefix=/usr --root "${pkgdir}" 
-}

Copied: python-gdata/repos/extra-any/PKGBUILD (from rev 143029, python-gdata/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2011-11-21 11:17:17 UTC (rev 143030)
@@ -0,0 +1,23 @@
+#$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>
+pkgname=python-gdata
+pkgver=2.0.15
+pkgrel=1
+arch=(any)
+pkgdesc="Python client library for Google data APIs"
+url="http://code.google.com/p/gdata-python-client/"
+license=('APACHE')
+depends=('python2')
+provides=('gdata_py')
+replaces=('gdata_py')
+conflicts=('gdata_py')
+source=(http://gdata-python-client.googlecode.com/files/gdata-${pkgver}.tar.gz)
+md5sums=('a0cb04be31c836cf654c3b17d3e3f8ae')
+
+build() {
+  cd "${srcdir}/gdata-${pkgver}"
+  python2 setup.py install --prefix=/usr --root "${pkgdir}" 
+}




More information about the arch-commits mailing list