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

Felix Yan fyan at nymeria.archlinux.org
Sat Jul 5 04:06:25 UTC 2014


    Date: Saturday, July 5, 2014 @ 06:06:25
  Author: fyan
Revision: 115022

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-05 04:05:53 UTC (rev 115021)
+++ community-i686/PKGBUILD	2014-07-05 04:06:25 UTC (rev 115022)
@@ -1,39 +0,0 @@
-# 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' 'python2-protobuf')
-pkgver=2.5.0
-pkgrel=3
-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')
-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}")
-    provides=("protobuf-python")
-    conflicts=("protobuf-python")
-    replaces=("protobuf-python")
-
-	cd $srcdir/protobuf-$pkgver/python
-	python2 setup.py install --prefix=/usr --root $pkgdir
-}

Copied: protobuf/repos/community-i686/PKGBUILD (from rev 115021, protobuf/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-05 04:06:25 UTC (rev 115022)
@@ -0,0 +1,39 @@
+# 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' 'python2-protobuf')
+pkgver=2.5.0
+pkgrel=4
+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')
+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}")
+    provides=("protobuf-python")
+    conflicts=("protobuf-python")
+    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	2014-07-05 04:05:53 UTC (rev 115021)
+++ community-x86_64/PKGBUILD	2014-07-05 04:06:25 UTC (rev 115022)
@@ -1,39 +0,0 @@
-# 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' 'python2-protobuf')
-pkgver=2.5.0
-pkgrel=3
-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')
-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}")
-    provides=("protobuf-python")
-    conflicts=("protobuf-python")
-    replaces=("protobuf-python")
-
-	cd $srcdir/protobuf-$pkgver/python
-	python2 setup.py install --prefix=/usr --root $pkgdir
-}

Copied: protobuf/repos/community-x86_64/PKGBUILD (from rev 115021, protobuf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-05 04:06:25 UTC (rev 115022)
@@ -0,0 +1,39 @@
+# 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' 'python2-protobuf')
+pkgver=2.5.0
+pkgrel=4
+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')
+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}")
+    provides=("protobuf-python")
+    conflicts=("protobuf-python")
+    replaces=("protobuf-python")
+
+	cd $srcdir/protobuf-$pkgver/python
+	python2 setup.py install --prefix=/usr --root $pkgdir
+}




More information about the arch-commits mailing list