summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/mktwpol/mktwpol-0.1.4.ebuild')
-rw-r--r--app-admin/mktwpol/mktwpol-0.1.4.ebuild39
1 files changed, 0 insertions, 39 deletions
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
-}