From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3280138330 for ; Mon, 26 Sep 2016 20:36:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD550E0BFD; Mon, 26 Sep 2016 20:36:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1BFBE0BFD for ; Mon, 26 Sep 2016 20:36:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB77F340943 for ; Mon, 26 Sep 2016 20:36:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4244248E for ; Mon, 26 Sep 2016 20:35:58 +0000 (UTC) From: "Amadeusz Piotr Żołnowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Piotr Żołnowski" Message-ID: <1474922128.eec82f34f1817361f463faa2044a39a5c232c0b3.aidecoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/firejail/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/firejail/firejail-0.9.40.ebuild X-VCS-Directories: sys-apps/firejail/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: eec82f34f1817361f463faa2044a39a5c232c0b3 X-VCS-Branch: master Date: Mon, 26 Sep 2016 20:35:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f9fd577f-203d-4755-abef-3f7c83e2dc38 X-Archives-Hash: 03ee6242d2de95892ae7a2d2dc8da461 commit: eec82f34f1817361f463faa2044a39a5c232c0b3 Author: Amadeusz Żołnowski gentoo org> AuthorDate: Mon Sep 26 19:59:21 2016 +0000 Commit: Amadeusz Piotr Żołnowski gentoo 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) -}