diff options
author | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2016-09-26 20:59:21 +0100 |
---|---|---|
committer | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2016-09-26 21:35:28 +0100 |
commit | eec82f34f1817361f463faa2044a39a5c232c0b3 (patch) | |
tree | 05d101f183d0784a4ecf03df0af01581ea177a63 /sys-apps | |
parent | sys-apps/firejail: Remove oldest version (diff) | |
download | gentoo-eec82f34f1817361f463faa2044a39a5c232c0b3.tar.gz gentoo-eec82f34f1817361f463faa2044a39a5c232c0b3.tar.bz2 gentoo-eec82f34f1817361f463faa2044a39a5c232c0b3.zip |
sys-apps/firejail: Remove older revision of 0.9.40
Package-Manager: portage-2.3.1
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/firejail/firejail-0.9.40.ebuild | 27 |
1 files changed, 0 insertions, 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 d35fd1c90f5f..000000000000 --- 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) -} |