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

Sergej Pupykin spupykin at archlinux.org
Mon Jan 16 22:31:41 UTC 2017


    Date: Monday, January 16, 2017 @ 22:31:40
  Author: spupykin
Revision: 207632

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-16 22:31:20 UTC (rev 207631)
+++ community-i686/PKGBUILD	2017-01-16 22:31:40 UTC (rev 207632)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Maintainer: ajs124 < aur AT ajs124 DOT de >
-
-pkgname=firejail
-pkgver=0.9.44.4
-pkgrel=1
-pkgdesc="Linux namespaces sandbox program"
-arch=(i686 x86_64)
-license=(GPL2)
-url=https://l3net.wordpress.com/projects/firejail/
-backup=(etc/firejail/login.users)
-validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
-#source=(${pkgname}-${pkgver}.tar.gz::https://github.com/netblue30/${pkgname}/archive/$pkgver.tar.gz)
-source=(https://sourceforge.net/projects/firejail/files/firejail/firejail-${pkgver}.tar.xz{,.asc})
-sha256sums=('2d70a2cd554835db0e2eba201c0466e247fbaa2b60c86abd34b9170e0eebc10f'
-            'SKIP')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	# fix build
-	export CFLAGS="${CFLAGS/-fsanitize=undefined/}"
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: firejail/repos/community-i686/PKGBUILD (from rev 207631, firejail/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-16 22:31:40 UTC (rev 207632)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: ajs124 < aur AT ajs124 DOT de >
+
+pkgname=firejail
+pkgver=0.9.44.6
+pkgrel=1
+pkgdesc="Linux namespaces sandbox program"
+arch=(i686 x86_64)
+license=(GPL2)
+url=https://l3net.wordpress.com/projects/firejail/
+backup=(etc/firejail/login.users)
+validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
+#source=(${pkgname}-${pkgver}.tar.gz::https://github.com/netblue30/${pkgname}/archive/$pkgver.tar.gz)
+source=(https://sourceforge.net/projects/firejail/files/firejail/firejail-${pkgver}.tar.xz{,.asc})
+sha256sums=('6f7b1c3e497d90a5ed21465991727a8099af3839b8642cc17c0664962cd55787'
+            'SKIP')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	# fix build
+	export CFLAGS="${CFLAGS/-fsanitize=undefined/}"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-16 22:31:20 UTC (rev 207631)
+++ community-x86_64/PKGBUILD	2017-01-16 22:31:40 UTC (rev 207632)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Maintainer: ajs124 < aur AT ajs124 DOT de >
-
-pkgname=firejail
-pkgver=0.9.44.4
-pkgrel=1
-pkgdesc="Linux namespaces sandbox program"
-arch=(i686 x86_64)
-license=(GPL2)
-url=https://l3net.wordpress.com/projects/firejail/
-backup=(etc/firejail/login.users)
-validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
-#source=(${pkgname}-${pkgver}.tar.gz::https://github.com/netblue30/${pkgname}/archive/$pkgver.tar.gz)
-source=(https://sourceforge.net/projects/firejail/files/firejail/firejail-${pkgver}.tar.xz{,.asc})
-sha256sums=('2d70a2cd554835db0e2eba201c0466e247fbaa2b60c86abd34b9170e0eebc10f'
-            'SKIP')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	# fix build
-	export CFLAGS="${CFLAGS/-fsanitize=undefined/}"
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: firejail/repos/community-x86_64/PKGBUILD (from rev 207631, firejail/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-16 22:31:40 UTC (rev 207632)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: ajs124 < aur AT ajs124 DOT de >
+
+pkgname=firejail
+pkgver=0.9.44.6
+pkgrel=1
+pkgdesc="Linux namespaces sandbox program"
+arch=(i686 x86_64)
+license=(GPL2)
+url=https://l3net.wordpress.com/projects/firejail/
+backup=(etc/firejail/login.users)
+validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
+#source=(${pkgname}-${pkgver}.tar.gz::https://github.com/netblue30/${pkgname}/archive/$pkgver.tar.gz)
+source=(https://sourceforge.net/projects/firejail/files/firejail/firejail-${pkgver}.tar.xz{,.asc})
+sha256sums=('6f7b1c3e497d90a5ed21465991727a8099af3839b8642cc17c0664962cd55787'
+            'SKIP')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	# fix build
+	export CFLAGS="${CFLAGS/-fsanitize=undefined/}"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list