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

Daniel Wallace dwallace at archlinux.org
Mon Jun 22 15:31:44 UTC 2015


    Date: Monday, June 22, 2015 @ 17:31:44
  Author: dwallace
Revision: 135715

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

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

-----------------------------------+
 /PKGBUILD                         |   64 ++++++++++++++++++++++++++++++++++++
 community-testing-i686/PKGBUILD   |   38 ---------------------
 community-testing-x86_64/PKGBUILD |   38 ---------------------
 3 files changed, 64 insertions(+), 76 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2015-06-22 15:31:08 UTC (rev 135714)
+++ community-testing-i686/PKGBUILD	2015-06-22 15:31:44 UTC (rev 135715)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com
-pkgname=python2-systemd
-_pkgname=systemd
-pkgver=220
-pkgrel=1
-pkgdesc="Python2 bindings for systemd"
-arch=('x86_64' 'i686')
-url="http://www.freedesktop.org/wiki/Software/systemd/"
-license=('GPL')
-depends=('python2' 'python2-lxml')
-makedepends=('intltool' 'gperf')
-source=("http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz")
-md5sums=('60acd92b04c0f5faa806678abd433014')
-
-prepare() {
-	cd "$_pkgname-$pkgver"
-    rm -f src/journal/audit_type-to-name.h src/udev/keyboard-keys-from-name.gperf
-}
-
-
-build() {
-	cd "$_pkgname-$pkgver"
-    ./configure \
-        --libexecdir=/usr/lib \
-        --disable-audit \
-        --disable-manpages \
-        PYTHON=python2
-	make CFLAGS="${CFLAGS} -fno-lto"
-}
-
-package(){
-	cd "$_pkgname-$pkgver"
-    depends+=("systemd>=$pkgver")
-    make DESTDIR=$srcdir/root install
-    install -dm755 $pkgdir/usr/lib/
-    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 135714, python2-systemd/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2015-06-22 15:31:44 UTC (rev 135715)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com
+pkgname=python2-systemd
+_pkgname=systemd
+pkgver=221
+pkgrel=1
+pkgdesc="Python2 bindings for systemd"
+arch=('x86_64' 'i686')
+url="http://www.freedesktop.org/wiki/Software/systemd/"
+license=('GPL')
+depends=('python2' 'python2-lxml')
+makedepends=('intltool' 'gperf')
+source=("http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz")
+md5sums=('b4d5a253841cf28a98b7ec99c45e3716')
+
+build() {
+	cd "$_pkgname-$pkgver"
+    ./configure \
+        --libexecdir=/usr/lib \
+        --disable-audit \
+        --disable-manpages \
+        PYTHON=python2
+	make CFLAGS="${CFLAGS} -fno-lto"
+}
+
+package(){
+	cd "$_pkgname-$pkgver"
+    depends+=("systemd>=$pkgver")
+    make DESTDIR=$srcdir/root install
+    install -dm755 $pkgdir/usr/lib/
+    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	2015-06-22 15:31:08 UTC (rev 135714)
+++ community-testing-x86_64/PKGBUILD	2015-06-22 15:31:44 UTC (rev 135715)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com
-pkgname=python2-systemd
-_pkgname=systemd
-pkgver=220
-pkgrel=1
-pkgdesc="Python2 bindings for systemd"
-arch=('x86_64' 'i686')
-url="http://www.freedesktop.org/wiki/Software/systemd/"
-license=('GPL')
-depends=('python2' 'python2-lxml')
-makedepends=('intltool' 'gperf')
-source=("http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz")
-md5sums=('60acd92b04c0f5faa806678abd433014')
-
-prepare() {
-	cd "$_pkgname-$pkgver"
-    rm -f src/journal/audit_type-to-name.h src/udev/keyboard-keys-from-name.gperf
-}
-
-
-build() {
-	cd "$_pkgname-$pkgver"
-    ./configure \
-        --libexecdir=/usr/lib \
-        --disable-audit \
-        --disable-manpages \
-        PYTHON=python2
-	make CFLAGS="${CFLAGS} -fno-lto"
-}
-
-package(){
-	cd "$_pkgname-$pkgver"
-    depends+=("systemd>=$pkgver")
-    make DESTDIR=$srcdir/root install
-    install -dm755 $pkgdir/usr/lib/
-    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 135714, python2-systemd/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2015-06-22 15:31:44 UTC (rev 135715)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com
+pkgname=python2-systemd
+_pkgname=systemd
+pkgver=221
+pkgrel=1
+pkgdesc="Python2 bindings for systemd"
+arch=('x86_64' 'i686')
+url="http://www.freedesktop.org/wiki/Software/systemd/"
+license=('GPL')
+depends=('python2' 'python2-lxml')
+makedepends=('intltool' 'gperf')
+source=("http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz")
+md5sums=('b4d5a253841cf28a98b7ec99c45e3716')
+
+build() {
+	cd "$_pkgname-$pkgver"
+    ./configure \
+        --libexecdir=/usr/lib \
+        --disable-audit \
+        --disable-manpages \
+        PYTHON=python2
+	make CFLAGS="${CFLAGS} -fno-lto"
+}
+
+package(){
+	cd "$_pkgname-$pkgver"
+    depends+=("systemd>=$pkgver")
+    make DESTDIR=$srcdir/root install
+    install -dm755 $pkgdir/usr/lib/
+    cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7/ $pkgdir/usr/lib/python2.7/
+}



More information about the arch-commits mailing list