commit:     eec82f34f1817361f463faa2044a39a5c232c0b3
Author:     Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 19:59:21 2016 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 20:35:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eec82f34

sys-apps/firejail: Remove older revision of 0.9.40

Package-Manager: portage-2.3.1

 sys-apps/firejail/firejail-0.9.40.ebuild | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/sys-apps/firejail/firejail-0.9.40.ebuild 
b/sys-apps/firejail/firejail-0.9.40.ebuild
deleted file mode 100644
index d35fd1c..00000000
--- a/sys-apps/firejail/firejail-0.9.40.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Security sandbox for any type of processes"
-HOMEPAGE="https://firejail.wordpress.com/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+seccomp"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-sysmacros.patch
-       find -name Makefile.in -exec sed -i -r \
-                       -e '/CFLAGS/s: (-O2|-ggdb) : :g' \
-                       -e '1iCC=@CC@' {} + || die
-}
-
-src_configure() {
-       econf $(use_enable seccomp)
-}

Reply via email to