summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2011-12-26 18:40:08 +0000
committerChristian Ruppert <idl0r@gentoo.org>2011-12-26 18:40:08 +0000
commit25708481056e9a932f43c8f74786a46414eae035 (patch)
treee89823a1b847f890edfe3ca0a8e05bb828df82ec /app-forensics/lynis
parentRemove old (diff)
downloadgentoo-2-25708481056e9a932f43c8f74786a46414eae035.tar.gz
gentoo-2-25708481056e9a932f43c8f74786a46414eae035.tar.bz2
gentoo-2-25708481056e9a932f43c8f74786a46414eae035.zip
Version bump and cleanup.
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'app-forensics/lynis')
-rw-r--r--app-forensics/lynis/ChangeLog10
-rw-r--r--app-forensics/lynis/lynis-1.2.1.ebuild44
-rw-r--r--app-forensics/lynis/lynis-1.2.6.ebuild38
-rw-r--r--app-forensics/lynis/lynis-1.3.0.ebuild (renamed from app-forensics/lynis/lynis-1.2.5.ebuild)10
4 files changed, 14 insertions, 88 deletions
diff --git a/app-forensics/lynis/ChangeLog b/app-forensics/lynis/ChangeLog
index 3589d9f92aee..36519592bcb7 100644
--- a/app-forensics/lynis/ChangeLog
+++ b/app-forensics/lynis/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-forensics/lynis
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v 1.18 2010/05/07 18:16:16 armin76 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v 1.19 2011/12/26 18:40:08 idl0r Exp $
+
+*lynis-1.3.0 (26 Dec 2011)
+
+ 26 Dec 2011; Christian Ruppert <idl0r@gentoo.org> -lynis-1.2.1.ebuild,
+ -lynis-1.2.5.ebuild, -lynis-1.2.6.ebuild, +lynis-1.3.0.ebuild:
+ Version bump and cleanup.
07 May 2010; Raúl Porcel <armin76@gentoo.org> lynis-1.2.9.ebuild:
sparc stable wrt #312633
diff --git a/app-forensics/lynis/lynis-1.2.1.ebuild b/app-forensics/lynis/lynis-1.2.1.ebuild
deleted file mode 100644
index 743ca3d52177..000000000000
--- a/app-forensics/lynis/lynis-1.2.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/lynis-1.2.1.ebuild,v 1.4 2008/10/11 11:18:27 bluebird 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/lynis/db
- doins db/*.db || die "failed to install lynis db files"
-
- insinto /usr/share/lynis/include
- doins include/* || die "failed to install lynis includes"
-
- insinto /usr/share/lynis/plugins
- doins plugins/* || die "failed to install lynis plugins"
-
- dobin lynis || die "failed to install lynis script"
-
- insinto /etc/lynis
- doins default.prf || die "failed to install default.prf"
- keepdir /etc/lynis
-
- doman lynis.8 || die "doman failed"
- dodoc CHANGELOG README INSTALL FAQ TODO || die "dodoc failed"
-
- exeinto /etc/cron.daily
- newexe "${FILESDIR}"/lynis.cron lynis || die "failed to install cron script"
-}
-
-pkg_postinst() {
- echo
- elog "A cron script has been installed to ${ROOT}etc/cron.daily/lynis."
- echo
-}
diff --git a/app-forensics/lynis/lynis-1.2.6.ebuild b/app-forensics/lynis/lynis-1.2.6.ebuild
deleted file mode 100644
index d475cdb048b0..000000000000
--- a/app-forensics/lynis/lynis-1.2.6.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.6.ebuild,v 1.2 2009/07/29 15:54:36 beandog 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 dev/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() {
- einfo
- einfo "A cron script has been installed to ${ROOT}etc/cron.daily/lynis."
- einfo
-}
diff --git a/app-forensics/lynis/lynis-1.2.5.ebuild b/app-forensics/lynis/lynis-1.3.0.ebuild
index e035a9d2b24c..ee92fdf18b67 100644
--- a/app-forensics/lynis/lynis-1.2.5.ebuild
+++ b/app-forensics/lynis/lynis-1.3.0.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/lynis-1.2.5.ebuild,v 1.2 2009/07/29 15:54:36 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/lynis-1.3.0.ebuild,v 1.1 2011/12/26 18:40:08 idl0r Exp $
+
+EAPI="4"
DESCRIPTION="Security and system auditing tool"
HOMEPAGE="http://www.rootkit.nl/projects/lynis.html"
@@ -8,7 +10,7 @@ SRC_URI="http://www.rootkit.nl/files/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~sparc ~x86"
+KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""
DEPEND=""
@@ -24,7 +26,7 @@ src_install() {
doins default.prf || die "failed to install default.prf"
doman lynis.8 || die "doman failed"
- dodoc CHANGELOG FAQ README TODO || die "dodoc failed"
+ dodoc CHANGELOG FAQ README dev/TODO
# Remove the old one during the next stabilize progress
exeinto /etc/cron.daily