summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé María Alonso <nimiux@gentoo.org>2013-09-25 08:33:52 +0000
committerJosé María Alonso <nimiux@gentoo.org>2013-09-25 08:33:52 +0000
commiteacef5b1a8bcd767cc0346154d698b44ee9fadfe (patch)
tree8d2f1fd785a94a53bf174f311c7ba37262b879e4 /app-admin
parentVersion bump (diff)
downloadgentoo-2-eacef5b1a8bcd767cc0346154d698b44ee9fadfe.tar.gz
gentoo-2-eacef5b1a8bcd767cc0346154d698b44ee9fadfe.tar.bz2
gentoo-2-eacef5b1a8bcd767cc0346154d698b44ee9fadfe.zip
Version bump
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/mktwpol/ChangeLog5
-rw-r--r--app-admin/mktwpol/mktwpol-0.1.5.ebuild38
2 files changed, 4 insertions, 39 deletions
diff --git a/app-admin/mktwpol/ChangeLog b/app-admin/mktwpol/ChangeLog
index 1d4f0e8d4b36..2b6905d21d9e 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.5 2013/09/25 08:31:58 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/mktwpol/ChangeLog,v 1.6 2013/09/25 08:33:52 nimiux Exp $
+
+ 25 Sep 2013; Chema Alonso <nimiux@gentoo.org> -mktwpol-0.1.5.ebuild:
+ Drop old
*mktwpol-0.2.0 (25 Sep 2013)
diff --git a/app-admin/mktwpol/mktwpol-0.1.5.ebuild b/app-admin/mktwpol/mktwpol-0.1.5.ebuild
deleted file mode 100644
index 6f5bf09f4efa..000000000000
--- a/app-admin/mktwpol/mktwpol-0.1.5.ebuild
+++ /dev/null
@@ -1,38 +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.5.ebuild,v 1.2 2013/09/18 10:26:05 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_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
-}