Date: Monday, March 18, 2019 @ 12:01:13
  Author: spupykin
Revision: 442446

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-03-18 12:00:59 UTC (rev 442445)
+++ PKGBUILD    2019-03-18 12:01:13 UTC (rev 442446)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-
-pkgname=cgmanager
-pkgver=0.41
-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";)
-sha256sums=('29b155befb3ac233d5d29dbca7c791c8138bab01bfa78ea4757ebb88ce23b458')
-
-build() {
-       cd "$srcdir/$pkgname-$pkgver"
-#      ./bootstrap.sh
-       ./configure \
-               --prefix=/usr \
-               --sbindir=/usr/bin \
-               --libdir=/usr/lib \
-               --libexecdir=/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
-}

Copied: cgmanager/repos/community-x86_64/PKGBUILD (from rev 442445, 
cgmanager/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-03-18 12:01:13 UTC (rev 442446)
@@ -0,0 +1,32 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+
+pkgname=cgmanager
+pkgver=0.42
+pkgrel=1
+pkgdesc="Another daemon for managing control groups"
+arch=(x86_64)
+url="https://linuxcontainers.org/";
+license=('GPL')
+depends=('libnih')
+makedepends=('help2man')
+source=("https://linuxcontainers.org/downloads/cgmanager/cgmanager-$pkgver.tar.gz";)
+sha256sums=('ecc0a1f2ccc0ad3b2eb1807da861d9fafd4a8ad9283b15830f6c67992002d796')
+
+build() {
+       cd "$srcdir/$pkgname-$pkgver"
+#      ./bootstrap.sh
+       ./configure \
+               --prefix=/usr \
+               --sbindir=/usr/bin \
+               --libdir=/usr/lib \
+               --libexecdir=/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
+}

Reply via email to