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 4470615800A for ; Tue, 15 Aug 2023 22:42:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D56D2BC046; Tue, 15 Aug 2023 22:42:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A0C92BC042 for ; Tue, 15 Aug 2023 22:42:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C32D9340DEC for ; Tue, 15 Aug 2023 22:42:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27902FB6 for ; Tue, 15 Aug 2023 22:42:27 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1692139336.e31d97c88962fced6cb08c691162c263c54df2c2.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mktwpol/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/mktwpol/mktwpol-1.0.1.ebuild X-VCS-Directories: app-admin/mktwpol/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: e31d97c88962fced6cb08c691162c263c54df2c2 X-VCS-Branch: master Date: Tue, 15 Aug 2023 22:42:27 +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: 9f151e3a-51ae-43de-a130-634c2ae21803 X-Archives-Hash: d906ec348b3db76494385f116ab0e0eb commit: e31d97c88962fced6cb08c691162c263c54df2c2 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Aug 15 15:42:43 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Aug 15 22:42:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e31d97c8 app-admin/mktwpol: EAPI6 cleanup Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> app-admin/mktwpol/mktwpol-1.0.1.ebuild | 68 ---------------------------------- 1 file changed, 68 deletions(-) diff --git a/app-admin/mktwpol/mktwpol-1.0.1.ebuild b/app-admin/mktwpol/mktwpol-1.0.1.ebuild deleted file mode 100644 index d9a3ada6c1fe..000000000000 --- a/app-admin/mktwpol/mktwpol-1.0.1.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Bash scripts to install tripwire and generate tripwire policy files" -HOMEPAGE="https://sourceforge.net/projects/mktwpol" -SRC_URI="mirror://sourceforge/mktwpol/${PF}.tar.gz" - -LICENSE="CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="app-admin/tripwire" - -S=${WORKDIR}/${PF} - -src_prepare() { - default - sed -i -e 's:/usr/local:/usr:' Makefile || die -} - -pkg_preinst() { - # one elog message for new/first installation - # different elog message when updating - if [[ -z ${REPLACING_VERSIONS} ]] ; then - elog - elog "To facilitate a new installation and setup of tripwire:" - elog " - Run: \`twsetup.sh\`" - elog - elog "To update tripwire database as packages are added or deleted:" - elog " - Run: \`mktwpol.sh -u\`" - elog - elog "Mktwpol is packaged with multiple policy-generating rules files." - elog "A default \"rules file\" is installed in /etc/tripwire" - elog "Alternatives are available in /usr/share/doc/${PF}" - elog - elog "mktwpol.sh uses the policy-generating rules file with the" - elog "most recent date. To use an alternative \"rules file\"," - elog "copy it from /usr/share/doc/${PF} to /etc/tripwire," - elog " uncompress it, and \`touch\` it." - elog - elog "Read /usr/share/doc/${PF}/README for more tips." - elog - else - elog - elog "Version bump: mktwpol policy-generating rules have changed." - elog "Run \`mktwpol.sh -u\` to update tripwire policy and database." - elog - elog "Alternative policy-generating rules are in /usr/share/doc/${PF}" - elog "To use an alternative policy-generating rules file," - elog "copy it to /etc/tripwire, uncompress and \`touch\` it." - elog - fi - # ewarn message if a version change from 0.x.x - if [[ "${REPLACING_VERSIONS:0:1}" == "0" ]] ; then - ewarn - ewarn "Mktwpol default policy-generating rules no longer sort by package." - ewarn - ewarn " This change does not reduce the scope of system inspection!" - ewarn " It only affects the tripwire report format." - ewarn - ewarn " The previous default reporting format is still available, at" - ewarn " /usr/share/doc/${PF}/mktwpol-gentoo-packages.rules*" - ewarn - fi -}