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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D70E158094 for ; Tue, 5 Jul 2022 00:16:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51862E0AE3; Tue, 5 Jul 2022 00:16:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35682E0AE3 for ; Tue, 5 Jul 2022 00:16:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20F6D3410DD for ; Tue, 5 Jul 2022 00:16:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E51B4D3 for ; Tue, 5 Jul 2022 00:16:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1656980137.8ac4a6ded4ffb18c7d2825d1aea99806f0066b5c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/bastille/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/bastille/bastille-3.0.9-r2.ebuild app-admin/bastille/bastille-3.0.9-r3.ebuild X-VCS-Directories: app-admin/bastille/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8ac4a6ded4ffb18c7d2825d1aea99806f0066b5c X-VCS-Branch: master Date: Tue, 5 Jul 2022 00:16:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 32e3749a-2c75-46e9-ab6c-9857f37979c1 X-Archives-Hash: 21e297cd49f07b896d4f527e44824de3 commit: 8ac4a6ded4ffb18c7d2825d1aea99806f0066b5c Author: Sam James gentoo org> AuthorDate: Tue Jul 5 00:15:37 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 5 00:15:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac4a6de app-admin/bastille: update EAPI 6 -> EAPI 8 Bug: https://bugs.gentoo.org/455542 Signed-off-by: Sam James gentoo.org> .../{bastille-3.0.9-r2.ebuild => bastille-3.0.9-r3.ebuild} | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/app-admin/bastille/bastille-3.0.9-r2.ebuild b/app-admin/bastille/bastille-3.0.9-r3.ebuild similarity index 89% rename from app-admin/bastille/bastille-3.0.9-r2.ebuild rename to app-admin/bastille/bastille-3.0.9-r3.ebuild index ae6415282920..365b97b97bad 100644 --- a/app-admin/bastille/bastille-3.0.9-r2.ebuild +++ b/app-admin/bastille/bastille-3.0.9-r3.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit perl-functions PATCHVER=0.2 MY_PN=${PN/b/B} MY_P=${MY_PN}-${PV} -S=${WORKDIR}/${MY_PN} DESCRIPTION="Bastille-Linux is a security hardening tool" HOMEPAGE="http://bastille-linux.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}-linux/${MY_P}.tar.bz2 mirror://gentoo/${P}-gentoo-${PATCHVER}.patch.bz2" +S="${WORKDIR}"/${MY_PN} LICENSE="GPL-2+" SLOT="0" @@ -21,7 +21,7 @@ IUSE="X" RDEPEND=" app-admin/logrotate - dev-lang/perl:= + dev-lang/perl dev-perl/Curses net-firewall/iptables net-firewall/psad @@ -62,6 +62,11 @@ src_install() { newinitd ${PN}-firewall.gentoo-init ${PN}-firewall + # See bug #455542 + keepdir /var/lock/subsys + keepdir /var/lock/bastille + keepdir /var/lock/subsys/bastille + # Documentation cd "${S}" || die dodoc *.txt BUGS Change* README*