summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-04-30 17:50:32 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-04-30 17:50:32 +0000
commit25e6c559986df95f6c8a2829d3055d48ed386735 (patch)
treec9e6dfae662f35755553f171adda4b6e96864c2f /app-forensics/lynis
parentRemove old (diff)
downloadgentoo-2-25e6c559986df95f6c8a2829d3055d48ed386735.tar.gz
gentoo-2-25e6c559986df95f6c8a2829d3055d48ed386735.tar.bz2
gentoo-2-25e6c559986df95f6c8a2829d3055d48ed386735.zip
Remove old
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'app-forensics/lynis')
-rw-r--r--app-forensics/lynis/ChangeLog5
-rw-r--r--app-forensics/lynis/lynis-1.2.3-r1.ebuild38
2 files changed, 4 insertions, 39 deletions
diff --git a/app-forensics/lynis/ChangeLog b/app-forensics/lynis/ChangeLog
index 1ad9b88f28a0..c61498aa87f5 100644
--- a/app-forensics/lynis/ChangeLog
+++ b/app-forensics/lynis/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-forensics/lynis
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v 1.8 2009/03/28 10:32:11 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v 1.9 2009/04/30 17:50:32 patrick Exp $
+
+ 30 Apr 2009; Patrick Lauer <patrick@gentoo.org> -lynis-1.2.3-r1.ebuild:
+ Remove old
*lynis-1.2.5 (28 Mar 2009)
diff --git a/app-forensics/lynis/lynis-1.2.3-r1.ebuild b/app-forensics/lynis/lynis-1.2.3-r1.ebuild
deleted file mode 100644
index 9ee3255d3f4b..000000000000
--- a/app-forensics/lynis/lynis-1.2.3-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/lynis-1.2.3-r1.ebuild,v 1.1 2009/03/10 16:00:13 idl0r Exp $
-
-DESCRIPTION="Security and system auditing tool"
-HOMEPAGE="http://www.rootkit.nl/projects/lynis.html"
-SRC_URI="http://www.rootkit.nl/files/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="app-shells/bash"
-
-src_install() {
- insinto /usr/share/${PN}
- doins -r db/ include/ plugins/ || die "failed to install lynis base files"
-
- dosbin lynis || die "dosbin failed"
-
- insinto /etc/${PN}
- doins default.prf || die "failed to install default.prf"
-
- doman lynis.8 || die "doman failed"
- dodoc CHANGELOG FAQ README TODO || die "dodoc failed"
-
- # Remove the old one during the next stabilize progress
- exeinto /etc/cron.daily
- newexe "${FILESDIR}"/lynis.cron-new lynis || die "failed to install cron script"
-}
-
-pkg_postinst() {
- echo
- elog "A cron script has been installed to ${ROOT}etc/cron.daily/lynis."
- echo
-}