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

Daniel Wallace dwallace at nymeria.archlinux.org
Mon Mar 3 03:10:08 UTC 2014


    Date: Monday, March 3, 2014 @ 04:10:08
  Author: dwallace
Revision: 106435

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

Added:
  python2-systemd/repos/community-testing-i686/PKGBUILD
    (from rev 106434, python2-systemd/trunk/PKGBUILD)
  python2-systemd/repos/community-testing-x86_64/PKGBUILD
    (from rev 106434, python2-systemd/trunk/PKGBUILD)
Deleted:
  python2-systemd/repos/community-testing-i686/PKGBUILD
  python2-systemd/repos/community-testing-x86_64/PKGBUILD

-----------------------------------+
 /PKGBUILD                         |   66 ++++++++++++++++++++++++++++++++++++
 community-testing-i686/PKGBUILD   |   33 ------------------
 community-testing-x86_64/PKGBUILD |   33 ------------------
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2014-03-03 03:09:22 UTC (rev 106434)
+++ community-testing-i686/PKGBUILD	2014-03-03 03:10:08 UTC (rev 106435)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com
-pkgname=python2-systemd
-_pkgname=systemd
-pkgver=209
-pkgrel=1
-pkgdesc="Python2 bindings for systemd"
-arch=('x86_64' 'i686')
-url="http://www.freedesktop.org/wiki/Software/systemd/"
-license=('GPL')
-depends=('python2' "systemd>=$pkgver" 'python2-lxml')
-makedepends=('intltool' 'gperf')
-source=("http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz")
-md5sums=('2c7a7c8ffede079a3e1b241565bd4ed7')
-
-
-build() {
-	cd "$_pkgname-$pkgver"
-    ./configure \
-        --libexecdir=/usr/lib \
-        --disable-manpages \
-        --with-sysvinit-path=/etc/rc.d/init.d \
-        --with-rc-local-script-path-start=/etc/rc.d/rc.local \
-        PYTHON=python2
-	make
-}
-
-package(){
-	cd "$_pkgname-$pkgver"
-    make DESTDIR=$srcdir/root install
-    install -dm755 $pkgdir/usr/lib/python2.7
-    cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7 $pkgdir/usr/lib/python2.7
-}

Copied: python2-systemd/repos/community-testing-i686/PKGBUILD (from rev 106434, python2-systemd/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-03-03 03:10:08 UTC (rev 106435)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com
+pkgname=python2-systemd
+_pkgname=systemd
+pkgver=210
+pkgrel=1
+pkgdesc="Python2 bindings for systemd"
+arch=('x86_64' 'i686')
+url="http://www.freedesktop.org/wiki/Software/systemd/"
+license=('GPL')
+depends=('python2' "systemd>=$pkgver" 'python2-lxml')
+makedepends=('intltool' 'gperf')
+source=("http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz")
+md5sums=('03efddf8c9eca36d4d590f9967e7e818')
+
+
+build() {
+	cd "$_pkgname-$pkgver"
+    ./configure \
+        --libexecdir=/usr/lib \
+        --disable-manpages \
+        --with-sysvinit-path=/etc/rc.d/init.d \
+        --with-rc-local-script-path-start=/etc/rc.d/rc.local \
+        PYTHON=python2
+	make
+}
+
+package(){
+	cd "$_pkgname-$pkgver"
+    make DESTDIR=$srcdir/root install
+    install -dm755 $pkgdir/usr/lib/python2.7
+    cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7/ $pkgdir/usr/lib/python2.7/
+}

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2014-03-03 03:09:22 UTC (rev 106434)
+++ community-testing-x86_64/PKGBUILD	2014-03-03 03:10:08 UTC (rev 106435)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com
-pkgname=python2-systemd
-_pkgname=systemd
-pkgver=209
-pkgrel=1
-pkgdesc="Python2 bindings for systemd"
-arch=('x86_64' 'i686')
-url="http://www.freedesktop.org/wiki/Software/systemd/"
-license=('GPL')
-depends=('python2' "systemd>=$pkgver" 'python2-lxml')
-makedepends=('intltool' 'gperf')
-source=("http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz")
-md5sums=('2c7a7c8ffede079a3e1b241565bd4ed7')
-
-
-build() {
-	cd "$_pkgname-$pkgver"
-    ./configure \
-        --libexecdir=/usr/lib \
-        --disable-manpages \
-        --with-sysvinit-path=/etc/rc.d/init.d \
-        --with-rc-local-script-path-start=/etc/rc.d/rc.local \
-        PYTHON=python2
-	make
-}
-
-package(){
-	cd "$_pkgname-$pkgver"
-    make DESTDIR=$srcdir/root install
-    install -dm755 $pkgdir/usr/lib/python2.7
-    cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7 $pkgdir/usr/lib/python2.7
-}

Copied: python2-systemd/repos/community-testing-x86_64/PKGBUILD (from rev 106434, python2-systemd/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-03-03 03:10:08 UTC (rev 106435)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com
+pkgname=python2-systemd
+_pkgname=systemd
+pkgver=210
+pkgrel=1
+pkgdesc="Python2 bindings for systemd"
+arch=('x86_64' 'i686')
+url="http://www.freedesktop.org/wiki/Software/systemd/"
+license=('GPL')
+depends=('python2' "systemd>=$pkgver" 'python2-lxml')
+makedepends=('intltool' 'gperf')
+source=("http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz")
+md5sums=('03efddf8c9eca36d4d590f9967e7e818')
+
+
+build() {
+	cd "$_pkgname-$pkgver"
+    ./configure \
+        --libexecdir=/usr/lib \
+        --disable-manpages \
+        --with-sysvinit-path=/etc/rc.d/init.d \
+        --with-rc-local-script-path-start=/etc/rc.d/rc.local \
+        PYTHON=python2
+	make
+}
+
+package(){
+	cd "$_pkgname-$pkgver"
+    make DESTDIR=$srcdir/root install
+    install -dm755 $pkgdir/usr/lib/python2.7
+    cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7/ $pkgdir/usr/lib/python2.7/
+}




More information about the arch-commits mailing list