[arch-commits] Commit in python2-pivy/repos/community-x86_64 (PKGBUILD PKGBUILD)

Florian Pritz bluewind at archlinux.org
Sat Dec 6 17:19:15 UTC 2014


    Date: Saturday, December 6, 2014 @ 18:19:15
  Author: bluewind
Revision: 123544

archrelease: copy trunk to community-x86_64

Added:
  python2-pivy/repos/community-x86_64/PKGBUILD
    (from rev 123543, python2-pivy/trunk/PKGBUILD)
Deleted:
  python2-pivy/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-06 17:19:01 UTC (rev 123543)
+++ PKGBUILD	2014-12-06 17:19:15 UTC (rev 123544)
@@ -1,24 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-# Contributor: Christian Hesse <mail at eworm.de>
-# Contributor/Submitter: <p.janouch at gmail.com>
-
-pkgname=pivy
-pkgver=20101207
-pkgrel=1
-pkgdesc="Coin binding for Python"
-arch=('i686' 'x86_64')
-url="http://pivy.coin3d.org"
-license=('custom')
-depends=('python2' 'soqt')
-makedepends=('swig' 'mercurial')
-source=("pivy::hg+https://bitbucket.org/Coin3D/pivy#tag=pivy-$pkgver")
-md5sums=('SKIP')
-
-package() {
-	cd "$srcdir/pivy"
-
-	python2 setup.py install --root="${pkgdir}"
-
-	install -D -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: python2-pivy/repos/community-x86_64/PKGBUILD (from rev 123543, python2-pivy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-06 17:19:15 UTC (rev 123544)
@@ -0,0 +1,26 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+# Contributor: Christian Hesse <mail at eworm.de>
+# Contributor/Submitter: <p.janouch at gmail.com>
+
+pkgname=python2-pivy
+pkgver=20101207
+pkgrel=1
+pkgdesc="Coin binding for Python"
+arch=('i686' 'x86_64')
+url="http://pivy.coin3d.org"
+license=('custom')
+depends=('python2' 'soqt')
+makedepends=('swig' 'mercurial')
+source=("pivy::hg+https://bitbucket.org/Coin3D/pivy#tag=pivy-$pkgver")
+md5sums=('SKIP')
+replaces=(pivy)
+provides=(pivy)
+
+package() {
+	cd "$srcdir/pivy"
+
+	python2 setup.py install --root="${pkgdir}"
+
+	install -D -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+



More information about the arch-commits mailing list