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

Daniel Micay thestinger at archlinux.org
Sun Jul 12 21:15:29 UTC 2015


    Date: Sunday, July 12, 2015 @ 23:15:29
  Author: thestinger
Revision: 136744

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

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

---------------------------+
 /PKGBUILD                 |   48 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   25 ----------------------
 community-x86_64/PKGBUILD |   25 ----------------------
 3 files changed, 48 insertions(+), 50 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-07-12 21:14:48 UTC (rev 136743)
+++ community-i686/PKGBUILD	2015-07-12 21:15:29 UTC (rev 136744)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-pkgname=playpen
-pkgver=10
-pkgrel=1
-epoch=1
-pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/playpen/'
-license=(MIT)
-depends=(libseccomp systemd)
-makedepends=(git)
-source=(git://github.com/thestinger/playpen#tag=$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  CC=cc make
-}
-
-package() {
-  cd $pkgname
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: playpen/repos/community-i686/PKGBUILD (from rev 136743, playpen/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-07-12 21:15:29 UTC (rev 136744)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+pkgname=playpen
+pkgver=11
+pkgrel=1
+epoch=1
+pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/playpen/'
+license=(MIT)
+depends=(libseccomp systemd)
+makedepends=(git)
+source=(git://github.com/thestinger/playpen#tag=$pkgver)
+md5sums=('SKIP')
+
+build() {
+  make -C $pkgname
+}
+
+package() {
+  cd $pkgname
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-07-12 21:14:48 UTC (rev 136743)
+++ community-x86_64/PKGBUILD	2015-07-12 21:15:29 UTC (rev 136744)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-pkgname=playpen
-pkgver=10
-pkgrel=1
-epoch=1
-pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/playpen/'
-license=(MIT)
-depends=(libseccomp systemd)
-makedepends=(git)
-source=(git://github.com/thestinger/playpen#tag=$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  CC=cc make
-}
-
-package() {
-  cd $pkgname
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: playpen/repos/community-x86_64/PKGBUILD (from rev 136743, playpen/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-12 21:15:29 UTC (rev 136744)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+pkgname=playpen
+pkgver=11
+pkgrel=1
+epoch=1
+pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/playpen/'
+license=(MIT)
+depends=(libseccomp systemd)
+makedepends=(git)
+source=(git://github.com/thestinger/playpen#tag=$pkgver)
+md5sums=('SKIP')
+
+build() {
+  make -C $pkgname
+}
+
+package() {
+  cd $pkgname
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list