Date: Friday, January 30, 2015 @ 15:27:46 Author: spupykin Revision: 126810
archrelease: copy trunk to community-i686, community-x86_64 Added: cgmanager/repos/community-i686/PKGBUILD (from rev 126809, cgmanager/trunk/PKGBUILD) cgmanager/repos/community-x86_64/PKGBUILD (from rev 126809, cgmanager/trunk/PKGBUILD) Deleted: cgmanager/repos/community-i686/PKGBUILD cgmanager/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 52 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 26 ---------------------- community-x86_64/PKGBUILD | 26 ---------------------- 3 files changed, 52 insertions(+), 52 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2015-01-30 14:27:30 UTC (rev 126809) +++ community-i686/PKGBUILD 2015-01-30 14:27:46 UTC (rev 126810) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> - -pkgname=cgmanager -pkgver=0.33 -pkgrel=1 -pkgdesc="Another daemon for managing control groups" -arch=(i686 x86_64) -url="https://github.com/cgmanager/cgmanager" -license=('GPL') -depends=('libnih') -makedepends=('help2man') -source=("$pkgname-$pkgver.tar.gz::https://github.com/cgmanager/cgmanager/archive/v$pkgver.tar.gz") -md5sums=('16a4d704ade0319f5f14d213b4f37fa6') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./bootstrap.sh - ./configure --prefix=/usr --sbindir=/usr/bin - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir/" install -} Copied: cgmanager/repos/community-i686/PKGBUILD (from rev 126809, cgmanager/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-01-30 14:27:46 UTC (rev 126810) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> + +pkgname=cgmanager +pkgver=0.35 +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=('b3200a2fc6bc6c94b8b7f9e382a00907') + +build() { + cd "$srcdir/$pkgname-$pkgver" +# ./bootstrap.sh + ./configure --prefix=/usr --sbindir=/usr/bin + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir/" install +} Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2015-01-30 14:27:30 UTC (rev 126809) +++ community-x86_64/PKGBUILD 2015-01-30 14:27:46 UTC (rev 126810) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> - -pkgname=cgmanager -pkgver=0.33 -pkgrel=1 -pkgdesc="Another daemon for managing control groups" -arch=(i686 x86_64) -url="https://github.com/cgmanager/cgmanager" -license=('GPL') -depends=('libnih') -makedepends=('help2man') -source=("$pkgname-$pkgver.tar.gz::https://github.com/cgmanager/cgmanager/archive/v$pkgver.tar.gz") -md5sums=('16a4d704ade0319f5f14d213b4f37fa6') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./bootstrap.sh - ./configure --prefix=/usr --sbindir=/usr/bin - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir/" install -} Copied: cgmanager/repos/community-x86_64/PKGBUILD (from rev 126809, cgmanager/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2015-01-30 14:27:46 UTC (rev 126810) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> + +pkgname=cgmanager +pkgver=0.35 +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=('b3200a2fc6bc6c94b8b7f9e382a00907') + +build() { + cd "$srcdir/$pkgname-$pkgver" +# ./bootstrap.sh + ./configure --prefix=/usr --sbindir=/usr/bin + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir/" install +}