[arch-commits] Commit in protobuf/repos (4 files)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Fri Mar 1 15:32:21 UTC 2013


    Date: Friday, March 1, 2013 @ 16:32:20
  Author: svenstaro
Revision: 85438

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

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

---------------------------+
 community-i686/PKGBUILD   |   75 ++++++++++++++++++++++----------------------
 community-x86_64/PKGBUILD |   75 ++++++++++++++++++++++----------------------
 2 files changed, 76 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-01 15:32:03 UTC (rev 85437)
+++ community-i686/PKGBUILD	2013-03-01 15:32:20 UTC (rev 85438)
@@ -1,37 +0,0 @@
-# Maintainer: Thomas S Hatch <thatch45 at gmail.com>
-# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgbase=protobuf
-pkgname=('protobuf' 'protobuf-python')
-pkgver=2.4.1
-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=('ed436802019c9e1f40cc750eaf78f318')
-
-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 85437, protobuf/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-01 15:32:20 UTC (rev 85438)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-03-01 15:32:03 UTC (rev 85437)
+++ community-x86_64/PKGBUILD	2013-03-01 15:32:20 UTC (rev 85438)
@@ -1,37 +0,0 @@
-# Maintainer: Thomas S Hatch <thatch45 at gmail.com>
-# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgbase=protobuf
-pkgname=('protobuf' 'protobuf-python')
-pkgver=2.4.1
-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=('ed436802019c9e1f40cc750eaf78f318')
-
-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 85437, protobuf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-01 15:32:20 UTC (rev 85438)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+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
+}




More information about the arch-commits mailing list