diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-02-15 22:16:47 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-02-15 22:16:47 +0000 |
commit | 29fbe91a1f3211f6f275877f4390dfd1f64d834e (patch) | |
tree | a7ab119a08e383a5f76730c8eeedfe616b1a4d88 /app-admin/mktwpol | |
parent | Version bump (diff) | |
download | gentoo-2-29fbe91a1f3211f6f275877f4390dfd1f64d834e.tar.gz gentoo-2-29fbe91a1f3211f6f275877f4390dfd1f64d834e.tar.bz2 gentoo-2-29fbe91a1f3211f6f275877f4390dfd1f64d834e.zip |
Drop old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'app-admin/mktwpol')
-rw-r--r-- | app-admin/mktwpol/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/mktwpol/mktwpol-0.2.0.ebuild | 34 | ||||
-rw-r--r-- | app-admin/mktwpol/mktwpol-0.2.2.ebuild | 34 |
3 files changed, 5 insertions, 69 deletions
diff --git a/app-admin/mktwpol/ChangeLog b/app-admin/mktwpol/ChangeLog index 789a65491d0a..f028b63b9deb 100644 --- a/app-admin/mktwpol/ChangeLog +++ b/app-admin/mktwpol/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/mktwpol # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/mktwpol/ChangeLog,v 1.8 2014/02/15 22:15:15 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/mktwpol/ChangeLog,v 1.9 2014/02/15 22:16:47 nimiux Exp $ + + 15 Feb 2014; Chema Alonso <nimiux@gentoo.org> -mktwpol-0.2.0.ebuild, + -mktwpol-0.2.2.ebuild: + Drop old *mktwpol-0.2.3 (15 Feb 2014) diff --git a/app-admin/mktwpol/mktwpol-0.2.0.ebuild b/app-admin/mktwpol/mktwpol-0.2.0.ebuild deleted file mode 100644 index 9a763bc1771b..000000000000 --- a/app-admin/mktwpol/mktwpol-0.2.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/mktwpol/mktwpol-0.2.0.ebuild,v 1.1 2013/09/25 08:31:58 nimiux Exp $ - -EAPI=5 - -DESCRIPTION="Bash scripts to install tripwire and generate tripwire policy files" -HOMEPAGE="https://sourceforge.net/projects/mktwpol" -SRC_URI="mirror://sourceforge/mktwpol/${P}.tar.gz" - -LICENSE="CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND="app-admin/tripwire" - -src_prepare() { - sed -i -e 's|/usr/local|/usr|' Makefile || die -} - -src_install() { - emake DESTDIR="${D}" install -} - -pkg_postinst() { - elog - elog "Installation and setup of tripwire ..." - elog " - Run: \`twsetup.sh\`" - elog - elog "Maintenance of tripwire as packages are added and/or deleted ..." - elog " - Run: \`mktwpol.sh -u\` to update tripwire policy and database" - elog -} diff --git a/app-admin/mktwpol/mktwpol-0.2.2.ebuild b/app-admin/mktwpol/mktwpol-0.2.2.ebuild deleted file mode 100644 index 2ac09ec7a805..000000000000 --- a/app-admin/mktwpol/mktwpol-0.2.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/mktwpol/mktwpol-0.2.2.ebuild,v 1.1 2014/02/04 09:50:46 nimiux Exp $ - -EAPI=5 - -DESCRIPTION="Bash scripts to install tripwire and generate tripwire policy files" -HOMEPAGE="https://sourceforge.net/projects/mktwpol" -SRC_URI="mirror://sourceforge/mktwpol/${P}.tar.gz" - -LICENSE="CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND="app-admin/tripwire" - -src_prepare() { - sed -i -e 's|/usr/local|/usr|' Makefile || die -} - -src_install() { - emake DESTDIR="${D}" install -} - -pkg_postinst() { - elog - elog "Installation and setup of tripwire ..." - elog " - Run: \`twsetup.sh\`" - elog - elog "Maintenance of tripwire as packages are added and/or deleted ..." - elog " - Run: \`mktwpol.sh -u\` to update tripwire policy and database" - elog -} |