summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé María Alonso <nimiux@gentoo.org>2014-02-15 22:15:15 +0000
committerJosé María Alonso <nimiux@gentoo.org>2014-02-15 22:15:15 +0000
commit6710f6cdb04fbab29eff5d71a98b73b819d324db (patch)
treed5c1ea20b00a247f84b330beefafc8a41254141e /app-admin/mktwpol
parentStable for amd64 wrt bug #493316 (diff)
downloadgentoo-2-6710f6cdb04fbab29eff5d71a98b73b819d324db.tar.gz
gentoo-2-6710f6cdb04fbab29eff5d71a98b73b819d324db.tar.bz2
gentoo-2-6710f6cdb04fbab29eff5d71a98b73b819d324db.zip
Version bump
(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/ChangeLog7
-rw-r--r--app-admin/mktwpol/mktwpol-0.2.3.ebuild34
2 files changed, 40 insertions, 1 deletions
diff --git a/app-admin/mktwpol/ChangeLog b/app-admin/mktwpol/ChangeLog
index 39a837b0b827..789a65491d0a 100644
--- a/app-admin/mktwpol/ChangeLog
+++ b/app-admin/mktwpol/ChangeLog
@@ -1,6 +1,11 @@
# 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.7 2014/02/04 09:50:46 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/mktwpol/ChangeLog,v 1.8 2014/02/15 22:15:15 nimiux Exp $
+
+*mktwpol-0.2.3 (15 Feb 2014)
+
+ 15 Feb 2014; Chema Alonso <nimiux@gentoo.org> +mktwpol-0.2.3.ebuild:
+ Version bump
*mktwpol-0.2.2 (04 Feb 2014)
diff --git a/app-admin/mktwpol/mktwpol-0.2.3.ebuild b/app-admin/mktwpol/mktwpol-0.2.3.ebuild
new file mode 100644
index 000000000000..e5178282abb8
--- /dev/null
+++ b/app-admin/mktwpol/mktwpol-0.2.3.ebuild
@@ -0,0 +1,34 @@
+# 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.3.ebuild,v 1.1 2014/02/15 22:15:15 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
+}