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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Oct 6 13:02:14 UTC 2014


    Date: Monday, October 6, 2014 @ 15:02:14
  Author: bpiotrowski
Revision: 223918

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

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

-------------------------+
 /PKGBUILD               |   96 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-i686/PKGBUILD   |   52 ------------------------
 testing-x86_64/PKGBUILD |   52 ------------------------
 3 files changed, 96 insertions(+), 104 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2014-10-06 13:02:05 UTC (rev 223917)
+++ testing-i686/PKGBUILD	2014-10-06 13:02:14 UTC (rev 223918)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: 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>
-
-# TODO: c++ bindings for python
-# TODO: propset
-# TODO: staging + todo
-
-pkgname=('protobuf' 'python2-protobuf')
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="Protocol Buffers - Google's data interchange format"
-arch=('i686' 'x86_64')
-url='https://github.com/google/protobuf/'
-license=('BSD')
-depends=('gcc-libs' 'zlib')
-makedepends=('python2-setuptools')
-source=(https://protobuf.googlecode.com/svn/rc/protobuf-$pkgver.tar.gz)
-md5sums=('9959d86087e64524d7f91e7a5a6e4fd7')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  make -C $pkgbase-$pkgver check
-}
-
-package_protobuf() {
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-protobuf() {
-  pkgdesc='Python 2 bindings for Google Protocol Buffers'
-  depends=("python2" "protobuf=${pkgver}")
-  provides=("protobuf-python")
-  conflicts=("protobuf-python")
-  replaces=("protobuf-python")
-
-  cd $pkgbase-$pkgver/python
-  python2 setup.py install --prefix=/usr --root="$pkgdir"
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgbase
-  ln -s /usr/share/licenses/$pkgbase/LICENSE "$pkgdir"/usr/share/licenses/$pkgbase/
-}

Copied: protobuf/repos/testing-i686/PKGBUILD (from rev 223917, protobuf/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-10-06 13:02:14 UTC (rev 223918)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: 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>
+
+pkgname=('protobuf' 'python2-protobuf')
+pkgver=2.6.0
+pkgrel=2
+pkgdesc="Protocol Buffers - Google's data interchange format"
+arch=('i686' 'x86_64')
+url='https://github.com/google/protobuf/'
+license=('BSD')
+depends=('gcc-libs' 'zlib')
+makedepends=('python2-setuptools')
+source=(https://protobuf.googlecode.com/svn/rc/protobuf-$pkgver.tar.gz)
+md5sums=('9959d86087e64524d7f91e7a5a6e4fd7')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C $pkgbase-$pkgver check
+}
+
+package_protobuf() {
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-protobuf() {
+  pkgdesc='Python 2 bindings for Google Protocol Buffers'
+  depends=("python2" "protobuf=${pkgver}")
+  provides=("protobuf-python")
+  conflicts=("protobuf-python")
+  replaces=("protobuf-python")
+
+  cd $pkgbase-$pkgver/python
+  python2 setup.py install --prefix=/usr --root="$pkgdir"
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s /usr/share/licenses/$pkgbase/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2014-10-06 13:02:05 UTC (rev 223917)
+++ testing-x86_64/PKGBUILD	2014-10-06 13:02:14 UTC (rev 223918)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: 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>
-
-# TODO: c++ bindings for python
-# TODO: propset
-# TODO: staging + todo
-
-pkgname=('protobuf' 'python2-protobuf')
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="Protocol Buffers - Google's data interchange format"
-arch=('i686' 'x86_64')
-url='https://github.com/google/protobuf/'
-license=('BSD')
-depends=('gcc-libs' 'zlib')
-makedepends=('python2-setuptools')
-source=(https://protobuf.googlecode.com/svn/rc/protobuf-$pkgver.tar.gz)
-md5sums=('9959d86087e64524d7f91e7a5a6e4fd7')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  make -C $pkgbase-$pkgver check
-}
-
-package_protobuf() {
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-protobuf() {
-  pkgdesc='Python 2 bindings for Google Protocol Buffers'
-  depends=("python2" "protobuf=${pkgver}")
-  provides=("protobuf-python")
-  conflicts=("protobuf-python")
-  replaces=("protobuf-python")
-
-  cd $pkgbase-$pkgver/python
-  python2 setup.py install --prefix=/usr --root="$pkgdir"
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgbase
-  ln -s /usr/share/licenses/$pkgbase/LICENSE "$pkgdir"/usr/share/licenses/$pkgbase/
-}

Copied: protobuf/repos/testing-x86_64/PKGBUILD (from rev 223917, protobuf/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-10-06 13:02:14 UTC (rev 223918)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: 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>
+
+pkgname=('protobuf' 'python2-protobuf')
+pkgver=2.6.0
+pkgrel=2
+pkgdesc="Protocol Buffers - Google's data interchange format"
+arch=('i686' 'x86_64')
+url='https://github.com/google/protobuf/'
+license=('BSD')
+depends=('gcc-libs' 'zlib')
+makedepends=('python2-setuptools')
+source=(https://protobuf.googlecode.com/svn/rc/protobuf-$pkgver.tar.gz)
+md5sums=('9959d86087e64524d7f91e7a5a6e4fd7')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C $pkgbase-$pkgver check
+}
+
+package_protobuf() {
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-protobuf() {
+  pkgdesc='Python 2 bindings for Google Protocol Buffers'
+  depends=("python2" "protobuf=${pkgver}")
+  provides=("protobuf-python")
+  conflicts=("protobuf-python")
+  replaces=("protobuf-python")
+
+  cd $pkgbase-$pkgver/python
+  python2 setup.py install --prefix=/usr --root="$pkgdir"
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s /usr/share/licenses/$pkgbase/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list