diff options
author | José María Alonso <nimiux@gentoo.org> | 2013-09-18 10:24:08 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2013-09-18 10:24:08 +0000 |
commit | 1130a88da79c1437b846c4382a176451f8f1432c (patch) | |
tree | 36d7fe34a9fc14f2b0b776be2b71e8c059a0aaab /app-admin/mktwpol | |
parent | Handle locale.conf/env.d wrt bug #465468. (diff) | |
download | gentoo-2-1130a88da79c1437b846c4382a176451f8f1432c.tar.gz gentoo-2-1130a88da79c1437b846c4382a176451f8f1432c.tar.bz2 gentoo-2-1130a88da79c1437b846c4382a176451f8f1432c.zip |
Drop old
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'app-admin/mktwpol')
-rw-r--r-- | app-admin/mktwpol/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/mktwpol/mktwpol-0.1.4.ebuild | 39 |
2 files changed, 4 insertions, 40 deletions
diff --git a/app-admin/mktwpol/ChangeLog b/app-admin/mktwpol/ChangeLog index c66a687b203f..23cb64144c1c 100644 --- a/app-admin/mktwpol/ChangeLog +++ b/app-admin/mktwpol/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/mktwpol # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/mktwpol/ChangeLog,v 1.2 2013/09/16 22:23:41 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/mktwpol/ChangeLog,v 1.3 2013/09/18 10:24:08 nimiux Exp $ + + 18 Sep 2013; Chema Alonso <nimiux@gentoo.org> -mktwpol-0.1.4.ebuild: + Drop old *mktwpol-0.1.5 (16 Sep 2013) diff --git a/app-admin/mktwpol/mktwpol-0.1.4.ebuild b/app-admin/mktwpol/mktwpol-0.1.4.ebuild deleted file mode 100644 index 9c7bcc88e235..000000000000 --- a/app-admin/mktwpol/mktwpol-0.1.4.ebuild +++ /dev/null @@ -1,39 +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.1.4.ebuild,v 1.1 2013/09/10 21:40:15 nimiux Exp $ - -EAPI=5 - -DESCRIPTION="Bash scripts to create and maintain tripwire database" -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="" - -DEPEND="app-shells/bash" -RDEPEND="app-admin/tripwire" - -src_install() { - - dosbin mktwpol.sh twsetup.sh - fperms 750 /usr/sbin/mktwpol.sh /usr/sbin/twsetup.sh - - local d - for d in README* ChangeLog AUTHORS NEWS TODO CHANGES THANKS BUGS \ - FAQ CREDITS CHANGELOG ; do - [[ -s "${d}" ]] && dodoc "${d}" - done -} - -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" - elog -} |