[arch-commits] Commit in git-review/repos/extra-any (PKGBUILD PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Jul 2 09:37:34 UTC 2015


    Date: Thursday, July 2, 2015 @ 11:37:34
  Author: bpiotrowski
Revision: 241692

archrelease: copy trunk to extra-any

Added:
  git-review/repos/extra-any/PKGBUILD
    (from rev 241691, git-review/trunk/PKGBUILD)
Deleted:
  git-review/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-02 09:37:23 UTC (rev 241691)
+++ PKGBUILD	2015-07-02 09:37:34 UTC (rev 241692)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Thomas Weißschuh <thomas t-8ch de>
-
-pkgname=git-review
-pkgver=1.24
-pkgrel=4
-pkgdesc='Tool to submit code to Gerrit'
-arch=('any')
-url='https://github.com/openstack-infra/git-review'
-license=('APACHE')
-depends=('python-requests' 'python-setuptools')
-source=(https://pypi.python.org/packages/source/g/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('537c78591e74853c204c5b3d88c0c4fd')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --optimize=1 --root="$pkgdir"
-  install -Dm644 git-review.1 "$pkgdir"/usr/share/man/man1/git-review.1
-}

Copied: git-review/repos/extra-any/PKGBUILD (from rev 241691, git-review/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-07-02 09:37:34 UTC (rev 241692)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Thomas Weißschuh <thomas t-8ch de>
+
+pkgname=git-review
+pkgver=1.25.0
+pkgrel=1
+pkgdesc='Tool to submit code to Gerrit'
+arch=('any')
+url='https://github.com/openstack-infra/git-review'
+license=('APACHE')
+depends=('python-requests' 'python-setuptools')
+source=(https://pypi.python.org/packages/source/g/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('0a061d0e23ee9b93c6212a3fe68fb7ab')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --optimize=1 --root="$pkgdir"
+  install -Dm644 git-review.1 "$pkgdir"/usr/share/man/man1/git-review.1
+}



More information about the arch-commits mailing list