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

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Apr 8 09:23:48 UTC 2013


    Date: Monday, April 8, 2013 @ 11:23:47
  Author: spupykin
Revision: 87850

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

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

---------------------------+
 /PKGBUILD                 |   82 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   41 ----------------------
 community-x86_64/PKGBUILD |   41 ----------------------
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-04-08 09:23:24 UTC (rev 87849)
+++ community-i686/PKGBUILD	2013-04-08 09:23:47 UTC (rev 87850)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Andrea Zucchelli <zukka77 at gmail.com>
-# Contributor: Jonathan Liu <net147 at gmail.com>
-# Maintainer: Jon Nordby <jononor at gmail.com>
-
-pkgname=lxc
-pkgver=0.8.0
-epoch=1
-pkgrel=2
-pkgdesc="Linux Containers"
-arch=('i686' 'x86_64')
-url="http://lxc.sourceforge.net/"
-depends=('bash' 'perl')
-license=('LGPL')
-source=("http://lxc.sourceforge.net/download/lxc/$pkgname-${pkgver/_/-}.tar.gz")
-md5sums=('7304fa57146ce687f749b5df876bb20d')
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  ./configure \
-	--prefix=/usr \
-	--localstatedir=/var \
-	--libexecdir=/usr/bin \
-	--sysconfdir=/etc \
-	--disable-apparmor \
-	--disable-doc
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-
-  make DESTDIR="$pkgdir" install
-  install -d -m755 "$pkgdir/var/lib/lxc"
-
-  cd doc
-  find . -type f -name '*.1' -exec install -D -m644 "{}" "$pkgdir/usr/share/man/man1/{}" \;
-  find . -type f -name '*.5' -exec install -D -m644 "{}" "$pkgdir/usr/share/man/man5/{}" \;
-  find . -type f -name '*.7' -exec install -D -m644 "{}" "$pkgdir/usr/share/man/man7/{}" \;
-}

Copied: lxc/repos/community-i686/PKGBUILD (from rev 87849, lxc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-04-08 09:23:47 UTC (rev 87850)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Andrea Zucchelli <zukka77 at gmail.com>
+# Contributor: Jonathan Liu <net147 at gmail.com>
+# Maintainer: Jon Nordby <jononor at gmail.com>
+
+pkgname=lxc
+pkgver=0.9.0
+epoch=1
+pkgrel=1
+pkgdesc="Linux Containers"
+arch=('i686' 'x86_64')
+url="http://lxc.sourceforge.net/"
+depends=('bash' 'perl')
+license=('LGPL')
+source=("http://lxc.sourceforge.net/download/lxc/$pkgname-${pkgver/_/-}.tar.gz")
+md5sums=('8552a4479090616f4bc04d8473765fc9')
+
+build() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+  ./configure \
+	--prefix=/usr \
+	--localstatedir=/var \
+	--libexecdir=/usr/bin \
+	--sysconfdir=/etc \
+	--disable-apparmor \
+	--disable-doc
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+
+  make DESTDIR="$pkgdir" install
+  install -d -m755 "$pkgdir/var/lib/lxc"
+
+  cd doc
+  find . -type f -name '*.1' -exec install -D -m644 "{}" "$pkgdir/usr/share/man/man1/{}" \;
+  find . -type f -name '*.5' -exec install -D -m644 "{}" "$pkgdir/usr/share/man/man5/{}" \;
+  find . -type f -name '*.7' -exec install -D -m644 "{}" "$pkgdir/usr/share/man/man7/{}" \;
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-04-08 09:23:24 UTC (rev 87849)
+++ community-x86_64/PKGBUILD	2013-04-08 09:23:47 UTC (rev 87850)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Andrea Zucchelli <zukka77 at gmail.com>
-# Contributor: Jonathan Liu <net147 at gmail.com>
-# Maintainer: Jon Nordby <jononor at gmail.com>
-
-pkgname=lxc
-pkgver=0.8.0
-epoch=1
-pkgrel=2
-pkgdesc="Linux Containers"
-arch=('i686' 'x86_64')
-url="http://lxc.sourceforge.net/"
-depends=('bash' 'perl')
-license=('LGPL')
-source=("http://lxc.sourceforge.net/download/lxc/$pkgname-${pkgver/_/-}.tar.gz")
-md5sums=('7304fa57146ce687f749b5df876bb20d')
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  ./configure \
-	--prefix=/usr \
-	--localstatedir=/var \
-	--libexecdir=/usr/bin \
-	--sysconfdir=/etc \
-	--disable-apparmor \
-	--disable-doc
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-
-  make DESTDIR="$pkgdir" install
-  install -d -m755 "$pkgdir/var/lib/lxc"
-
-  cd doc
-  find . -type f -name '*.1' -exec install -D -m644 "{}" "$pkgdir/usr/share/man/man1/{}" \;
-  find . -type f -name '*.5' -exec install -D -m644 "{}" "$pkgdir/usr/share/man/man5/{}" \;
-  find . -type f -name '*.7' -exec install -D -m644 "{}" "$pkgdir/usr/share/man/man7/{}" \;
-}

Copied: lxc/repos/community-x86_64/PKGBUILD (from rev 87849, lxc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-04-08 09:23:47 UTC (rev 87850)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Andrea Zucchelli <zukka77 at gmail.com>
+# Contributor: Jonathan Liu <net147 at gmail.com>
+# Maintainer: Jon Nordby <jononor at gmail.com>
+
+pkgname=lxc
+pkgver=0.9.0
+epoch=1
+pkgrel=1
+pkgdesc="Linux Containers"
+arch=('i686' 'x86_64')
+url="http://lxc.sourceforge.net/"
+depends=('bash' 'perl')
+license=('LGPL')
+source=("http://lxc.sourceforge.net/download/lxc/$pkgname-${pkgver/_/-}.tar.gz")
+md5sums=('8552a4479090616f4bc04d8473765fc9')
+
+build() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+  ./configure \
+	--prefix=/usr \
+	--localstatedir=/var \
+	--libexecdir=/usr/bin \
+	--sysconfdir=/etc \
+	--disable-apparmor \
+	--disable-doc
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+
+  make DESTDIR="$pkgdir" install
+  install -d -m755 "$pkgdir/var/lib/lxc"
+
+  cd doc
+  find . -type f -name '*.1' -exec install -D -m644 "{}" "$pkgdir/usr/share/man/man1/{}" \;
+  find . -type f -name '*.5' -exec install -D -m644 "{}" "$pkgdir/usr/share/man/man5/{}" \;
+  find . -type f -name '*.7' -exec install -D -m644 "{}" "$pkgdir/usr/share/man/man7/{}" \;
+}




More information about the arch-commits mailing list