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

Sergej Pupykin spupykin at archlinux.org
Thu Oct 1 17:00:35 UTC 2015


    Date: Thursday, October 1, 2015 @ 19:00:34
  Author: spupykin
Revision: 142710

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

Added:
  cgmanager/repos/community-i686/PKGBUILD
    (from rev 142709, cgmanager/trunk/PKGBUILD)
  cgmanager/repos/community-x86_64/PKGBUILD
    (from rev 142709, cgmanager/trunk/PKGBUILD)
Deleted:
  cgmanager/repos/community-i686/PKGBUILD
  cgmanager/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   58 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   27 --------------------
 community-x86_64/PKGBUILD |   27 --------------------
 3 files changed, 58 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-10-01 17:00:09 UTC (rev 142709)
+++ community-i686/PKGBUILD	2015-10-01 17:00:34 UTC (rev 142710)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=cgmanager
-pkgver=0.39
-pkgrel=1
-pkgdesc="Another daemon for managing control groups"
-arch=(i686 x86_64)
-url="https://linuxcontainers.org/"
-license=('GPL')
-depends=('libnih')
-makedepends=('help2man')
-source=("https://linuxcontainers.org/downloads/cgmanager/cgmanager-$pkgver.tar.gz")
-md5sums=('83ef00049944f1e444a3149afc668a1d')
-
-build() {
-	cd "$srcdir/$pkgname-$pkgver"
-#	./bootstrap.sh
-	./configure --prefix=/usr --sbindir=/usr/bin \
-		--with-init-script=systemd
-	make
-}
-
-package() {
-	cd "$srcdir/$pkgname-$pkgver"
-	make DESTDIR="$pkgdir/" install
-}

Copied: cgmanager/repos/community-i686/PKGBUILD (from rev 142709, cgmanager/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-10-01 17:00:34 UTC (rev 142710)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=cgmanager
+pkgver=0.39
+pkgrel=2
+pkgdesc="Another daemon for managing control groups"
+arch=(i686 x86_64)
+url="https://linuxcontainers.org/"
+license=('GPL')
+depends=('libnih')
+makedepends=('help2man')
+source=("https://linuxcontainers.org/downloads/cgmanager/cgmanager-$pkgver.tar.gz")
+md5sums=('83ef00049944f1e444a3149afc668a1d')
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+#	./bootstrap.sh
+	./configure --prefix=/usr --sbindir=/usr/bin --libdir=/usr/lib \
+		--with-init-script=systemd
+	make
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+	make DESTDIR="$pkgdir/" install
+	mv $pkgdir/lib/* $pkgdir/usr/lib/
+	rmdir $pkgdir/lib
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-10-01 17:00:09 UTC (rev 142709)
+++ community-x86_64/PKGBUILD	2015-10-01 17:00:34 UTC (rev 142710)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=cgmanager
-pkgver=0.39
-pkgrel=1
-pkgdesc="Another daemon for managing control groups"
-arch=(i686 x86_64)
-url="https://linuxcontainers.org/"
-license=('GPL')
-depends=('libnih')
-makedepends=('help2man')
-source=("https://linuxcontainers.org/downloads/cgmanager/cgmanager-$pkgver.tar.gz")
-md5sums=('83ef00049944f1e444a3149afc668a1d')
-
-build() {
-	cd "$srcdir/$pkgname-$pkgver"
-#	./bootstrap.sh
-	./configure --prefix=/usr --sbindir=/usr/bin \
-		--with-init-script=systemd
-	make
-}
-
-package() {
-	cd "$srcdir/$pkgname-$pkgver"
-	make DESTDIR="$pkgdir/" install
-}

Copied: cgmanager/repos/community-x86_64/PKGBUILD (from rev 142709, cgmanager/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-10-01 17:00:34 UTC (rev 142710)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=cgmanager
+pkgver=0.39
+pkgrel=2
+pkgdesc="Another daemon for managing control groups"
+arch=(i686 x86_64)
+url="https://linuxcontainers.org/"
+license=('GPL')
+depends=('libnih')
+makedepends=('help2man')
+source=("https://linuxcontainers.org/downloads/cgmanager/cgmanager-$pkgver.tar.gz")
+md5sums=('83ef00049944f1e444a3149afc668a1d')
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+#	./bootstrap.sh
+	./configure --prefix=/usr --sbindir=/usr/bin --libdir=/usr/lib \
+		--with-init-script=systemd
+	make
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+	make DESTDIR="$pkgdir/" install
+	mv $pkgdir/lib/* $pkgdir/usr/lib/
+	rmdir $pkgdir/lib
+}



More information about the arch-commits mailing list