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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Nov 7 18:02:59 UTC 2014


    Date: Friday, November 7, 2014 @ 19:02:58
  Author: bpiotrowski
Revision: 225734

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

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

-----------------------+
 /PKGBUILD             |  102 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   48 ----------------------
 extra-x86_64/PKGBUILD |   48 ----------------------
 3 files changed, 102 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-11-07 18:02:46 UTC (rev 225733)
+++ extra-i686/PKGBUILD	2014-11-07 18:02:58 UTC (rev 225734)
@@ -1,48 +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>
-
-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/
-}

Copied: protobuf/repos/extra-i686/PKGBUILD (from rev 225733, protobuf/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-11-07 18:02:58 UTC (rev 225734)
@@ -0,0 +1,51 @@
+# $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=3
+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
+
+  install -Dm644 editors/protobuf-mode.el \
+    "$pkgdir"/usr/share/emacs/site-lisp/protobuf-mode.el
+}
+
+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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-11-07 18:02:46 UTC (rev 225733)
+++ extra-x86_64/PKGBUILD	2014-11-07 18:02:58 UTC (rev 225734)
@@ -1,48 +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>
-
-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/
-}

Copied: protobuf/repos/extra-x86_64/PKGBUILD (from rev 225733, protobuf/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-11-07 18:02:58 UTC (rev 225734)
@@ -0,0 +1,51 @@
+# $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=3
+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
+
+  install -Dm644 editors/protobuf-mode.el \
+    "$pkgdir"/usr/share/emacs/site-lisp/protobuf-mode.el
+}
+
+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