summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/mktwpol')
-rw-r--r--app-admin/mktwpol/ChangeLog6
-rw-r--r--app-admin/mktwpol/mktwpol-0.2.0.ebuild34
-rw-r--r--app-admin/mktwpol/mktwpol-0.2.2.ebuild34
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
-}