Date: Monday, April 1, 2013 @ 10:51:16
  Author: svenstaro
Revision: 87467

archrelease: copy trunk to community-i686, community-x86_64

Added:
  protobuf/repos/community-i686/PKGBUILD
    (from rev 87466, protobuf/trunk/PKGBUILD)
  protobuf/repos/community-x86_64/PKGBUILD
    (from rev 87466, protobuf/trunk/PKGBUILD)
Deleted:
  protobuf/repos/community-i686/PKGBUILD
  protobuf/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   76 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   38 ----------------------
 community-x86_64/PKGBUILD |   38 ----------------------
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2013-04-01 08:51:06 UTC (rev 87466)
+++ community-i686/PKGBUILD     2013-04-01 08:51:16 UTC (rev 87467)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: Thomas S Hatch <[email protected]>
-# Contributor: Geoffroy Carrier <[email protected]>
-# Contributor: Daniel J Griffiths <[email protected]>
-
-pkgbase=protobuf
-pkgname=('protobuf' 'protobuf-python')
-pkgver=2.5.0
-pkgrel=1
-pkgdesc="A way of encoding structured data in an efficient yet extensible 
format"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/protobuf/";
-license=('APACHE')
-depends=('gcc-libs' 'zlib')
-makedepends=('python2' 'setuptools')
-options=(!libtool)
-source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
-md5sums=('a72001a9067a4c2c4e0e836d0f92ece4')
-
-build() {
-       cd $srcdir/$pkgname-$pkgver
-       ./autogen.sh
-       ./configure --prefix=/usr --disable-static
-}
-
-package_protobuf() {
-       cd $srcdir/$pkgname-$pkgver
-       make DESTDIR=$pkgdir install
-}
-
-package_protobuf-python() {
-       pkgdesc="protobuf python API"
-#      arch=('any')
-       depends=("python2" "protobuf=${pkgver}")
-
-       cd $srcdir/protobuf-$pkgver/python
-       python2 setup.py install --prefix=/usr --root $pkgdir
-}

Copied: protobuf/repos/community-i686/PKGBUILD (from rev 87466, 
protobuf/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-04-01 08:51:16 UTC (rev 87467)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Thomas S Hatch <[email protected]>
+# Contributor: Geoffroy Carrier <[email protected]>
+# Contributor: Daniel J Griffiths <[email protected]>
+
+pkgbase=protobuf
+pkgname=('protobuf' 'python2-protobuf')
+pkgver=2.5.0
+pkgrel=2
+pkgdesc="A way of encoding structured data in an efficient yet extensible 
format"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/protobuf/";
+license=('APACHE')
+depends=('gcc-libs' 'zlib')
+makedepends=('python2' 'setuptools')
+options=(!libtool)
+source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
+md5sums=('a72001a9067a4c2c4e0e836d0f92ece4')
+
+build() {
+       cd $srcdir/$pkgname-$pkgver
+       ./autogen.sh
+       ./configure --prefix=/usr --disable-static
+}
+
+package_protobuf() {
+       cd $srcdir/$pkgname-$pkgver
+       make DESTDIR=$pkgdir install
+}
+
+package_python2-protobuf() {
+       pkgdesc="protobuf python API"
+       depends=("python2" "protobuf=${pkgver}")
+    replaces=("protobuf-python")
+
+       cd $srcdir/protobuf-$pkgver/python
+       python2 setup.py install --prefix=/usr --root $pkgdir
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2013-04-01 08:51:06 UTC (rev 87466)
+++ community-x86_64/PKGBUILD   2013-04-01 08:51:16 UTC (rev 87467)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: Thomas S Hatch <[email protected]>
-# Contributor: Geoffroy Carrier <[email protected]>
-# Contributor: Daniel J Griffiths <[email protected]>
-
-pkgbase=protobuf
-pkgname=('protobuf' 'protobuf-python')
-pkgver=2.5.0
-pkgrel=1
-pkgdesc="A way of encoding structured data in an efficient yet extensible 
format"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/protobuf/";
-license=('APACHE')
-depends=('gcc-libs' 'zlib')
-makedepends=('python2' 'setuptools')
-options=(!libtool)
-source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
-md5sums=('a72001a9067a4c2c4e0e836d0f92ece4')
-
-build() {
-       cd $srcdir/$pkgname-$pkgver
-       ./autogen.sh
-       ./configure --prefix=/usr --disable-static
-}
-
-package_protobuf() {
-       cd $srcdir/$pkgname-$pkgver
-       make DESTDIR=$pkgdir install
-}
-
-package_protobuf-python() {
-       pkgdesc="protobuf python API"
-#      arch=('any')
-       depends=("python2" "protobuf=${pkgver}")
-
-       cd $srcdir/protobuf-$pkgver/python
-       python2 setup.py install --prefix=/usr --root $pkgdir
-}

Copied: protobuf/repos/community-x86_64/PKGBUILD (from rev 87466, 
protobuf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-01 08:51:16 UTC (rev 87467)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Thomas S Hatch <[email protected]>
+# Contributor: Geoffroy Carrier <[email protected]>
+# Contributor: Daniel J Griffiths <[email protected]>
+
+pkgbase=protobuf
+pkgname=('protobuf' 'python2-protobuf')
+pkgver=2.5.0
+pkgrel=2
+pkgdesc="A way of encoding structured data in an efficient yet extensible 
format"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/protobuf/";
+license=('APACHE')
+depends=('gcc-libs' 'zlib')
+makedepends=('python2' 'setuptools')
+options=(!libtool)
+source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
+md5sums=('a72001a9067a4c2c4e0e836d0f92ece4')
+
+build() {
+       cd $srcdir/$pkgname-$pkgver
+       ./autogen.sh
+       ./configure --prefix=/usr --disable-static
+}
+
+package_protobuf() {
+       cd $srcdir/$pkgname-$pkgver
+       make DESTDIR=$pkgdir install
+}
+
+package_python2-protobuf() {
+       pkgdesc="protobuf python API"
+       depends=("python2" "protobuf=${pkgver}")
+    replaces=("protobuf-python")
+
+       cd $srcdir/protobuf-$pkgver/python
+       python2 setup.py install --prefix=/usr --root $pkgdir
+}

Reply via email to