From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mktwpol/
Date: Tue, 15 Aug 2023 22:42:27 +0000 (UTC) [thread overview]
Message-ID: <1692139336.e31d97c88962fced6cb08c691162c263c54df2c2.conikost@gentoo> (raw)
commit: e31d97c88962fced6cb08c691162c263c54df2c2
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Aug 15 15:42:43 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> 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 <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> 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
-}
next reply other threads:[~2023-08-15 22:42 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-15 22:42 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-09 13:27 [gentoo-commits] repo/gentoo:master commit in: app-admin/mktwpol/ Arthur Zamarin
2023-05-09 5:52 Arthur Zamarin
2023-05-09 5:52 Arthur Zamarin
2023-04-07 20:06 Conrad Kostecki
2020-09-05 1:04 Sam James
2020-09-05 1:03 Sam James
2020-09-04 16:44 Sam James
2020-08-30 19:10 Thomas Deutschmann
2019-04-26 16:36 José María Alonso
2018-12-19 14:58 José María Alonso
2018-12-19 14:42 José María Alonso
2017-05-18 19:14 Michael Weber
2017-05-04 15:55 Agostino Sarubbo
2017-05-04 13:07 Agostino Sarubbo
2017-04-18 21:39 José María Alonso
2017-04-17 8:02 Agostino Sarubbo
2017-04-05 13:23 Michael Weber
2017-04-05 12:55 Agostino Sarubbo
2017-04-04 11:33 José María Alonso
2017-02-07 10:16 José María Alonso
2017-02-07 10:10 José María Alonso
2016-04-17 22:12 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1692139336.e31d97c88962fced6cb08c691162c263c54df2c2.conikost@gentoo \
--to=conikost@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox