summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-04-30 17:39:44 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-04-30 17:39:44 +0000
commit627c3a382edae12e5a78266f0178f929c4255d3c (patch)
treede422cadcac9bbb7de4a964cd7db3eb4ca45ce6d /app-forensics
parentRemove old (diff)
downloadgentoo-2-627c3a382edae12e5a78266f0178f929c4255d3c.tar.gz
gentoo-2-627c3a382edae12e5a78266f0178f929c4255d3c.tar.bz2
gentoo-2-627c3a382edae12e5a78266f0178f929c4255d3c.zip
Remove old
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'app-forensics')
-rw-r--r--app-forensics/rkhunter/ChangeLog8
-rw-r--r--app-forensics/rkhunter/rkhunter-1.2.7-r1.ebuild64
-rw-r--r--app-forensics/rkhunter/rkhunter-1.2.8.ebuild64
-rw-r--r--app-forensics/rkhunter/rkhunter-1.2.9.ebuild64
-rw-r--r--app-forensics/rkhunter/rkhunter-1.3.4-r1.ebuild66
5 files changed, 6 insertions, 260 deletions
diff --git a/app-forensics/rkhunter/ChangeLog b/app-forensics/rkhunter/ChangeLog
index 77365a22d321..df7be8ceb45d 100644
--- a/app-forensics/rkhunter/ChangeLog
+++ b/app-forensics/rkhunter/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-forensics/rkhunter
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.68 2009/02/15 11:27:02 patrick Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.69 2009/04/30 17:39:43 patrick Exp $
+
+ 30 Apr 2009; Patrick Lauer <patrick@gentoo.org> -rkhunter-1.2.7-r1.ebuild,
+ -rkhunter-1.2.8.ebuild, -rkhunter-1.2.9.ebuild, -rkhunter-1.3.4-r1.ebuild:
+ Remove old
*rkhunter-1.2.9-r1 (15 Feb 2009)
diff --git a/app-forensics/rkhunter/rkhunter-1.2.7-r1.ebuild b/app-forensics/rkhunter/rkhunter-1.2.7-r1.ebuild
deleted file mode 100644
index 694e50b416e4..000000000000
--- a/app-forensics/rkhunter/rkhunter-1.2.7-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.2.7-r1.ebuild,v 1.4 2007/01/24 03:22:16 genone Exp $
-
-inherit eutils bash-completion
-
-DESCRIPTION="Rootkit Hunter scans for known and unknown rootkits, backdoors, and sniffers."
-HOMEPAGE="http://www.rootkit.nl/"
-SRC_URI="http://downloads.rootkit.nl/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 mips ppc sparc x86"
-IUSE=""
-
-RDEPEND="virtual/mta
- app-shells/bash
- dev-lang/perl
- sys-process/lsof"
-
-S="${WORKDIR}/${PN}/files"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-1.2.3-specify-logfile.patch
- epatch ${FILESDIR}/${PN}-1.2.1-create-tmpdir.diff
-}
-
-src_install() {
- insinto /usr/lib/rkhunter/db
- doins *.dat || die "failed to install dat files"
-
- exeinto /usr/lib/rkhunter/scripts
- doexe *.pl check_update.sh || die "failed to install scripts"
-
- dobin rkhunter || die "failed to install rkhunter script"
-
- insinto /etc
- doins rkhunter.conf || die "failed to install rkhunter.conf"
- dosed 's:^#\(DBDIR=.*\)local\(.*\)$:\1lib\2\nINSTALLDIR=/usr:' \
- /etc/rkhunter.conf || die "sed rkhunter.conf failed"
-
- doman development/rkhunter.8 || die "doman failed"
- dodoc CHANGELOG LICENSE README WISHLIST || die "dodoc failed"
-
- exeinto /etc/cron.daily
- newexe ${FILESDIR}/rkhunter.cron rkhunter || \
- die "failed to install cron script"
- dobashcompletion ${FILESDIR}/${PN}.bash-completion
-}
-
-pkg_postinst() {
- echo
- elog "A cron script has been installed to /etc/cron.daily/rkhunter."
- elog "To enable it, edit /etc/cron.daily/rkhunter and follow the"
- elog "directions."
- echo
- bash-completion_pkg_postinst
-}
-
-pkg_prerm() {
- rm -rf /usr/lib/rkhunter/tmp
-}
diff --git a/app-forensics/rkhunter/rkhunter-1.2.8.ebuild b/app-forensics/rkhunter/rkhunter-1.2.8.ebuild
deleted file mode 100644
index 80e3126b327d..000000000000
--- a/app-forensics/rkhunter/rkhunter-1.2.8.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.2.8.ebuild,v 1.2 2007/01/24 03:22:16 genone Exp $
-
-inherit eutils bash-completion
-
-DESCRIPTION="Rootkit Hunter scans for known and unknown rootkits, backdoors, and sniffers."
-HOMEPAGE="http://www.rootkit.nl/"
-SRC_URI="http://downloads.rootkit.nl/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="virtual/mta
- app-shells/bash
- dev-lang/perl
- sys-process/lsof"
-
-S="${WORKDIR}/${PN}/files"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-1.2.3-specify-logfile.patch
- epatch ${FILESDIR}/${PN}-1.2.1-create-tmpdir.diff
-}
-
-src_install() {
- insinto /usr/lib/rkhunter/db
- doins *.dat || die "failed to install dat files"
-
- exeinto /usr/lib/rkhunter/scripts
- doexe *.pl check_update.sh || die "failed to install scripts"
-
- dobin rkhunter || die "failed to install rkhunter script"
-
- insinto /etc
- doins rkhunter.conf || die "failed to install rkhunter.conf"
- dosed 's:^#\(DBDIR=.*\)local\(.*\)$:\1lib\2\nINSTALLDIR=/usr:' \
- /etc/rkhunter.conf || die "sed rkhunter.conf failed"
-
- doman development/rkhunter.8 || die "doman failed"
- dodoc CHANGELOG LICENSE README WISHLIST || die "dodoc failed"
-
- exeinto /etc/cron.daily
- newexe ${FILESDIR}/rkhunter.cron rkhunter || \
- die "failed to install cron script"
- dobashcompletion ${FILESDIR}/${PN}.bash-completion
-}
-
-pkg_postinst() {
- echo
- elog "A cron script has been installed to /etc/cron.daily/rkhunter."
- elog "To enable it, edit /etc/cron.daily/rkhunter and follow the"
- elog "directions."
- echo
- bash-completion_pkg_postinst
-}
-
-pkg_prerm() {
- rm -rf /usr/lib/rkhunter/tmp
-}
diff --git a/app-forensics/rkhunter/rkhunter-1.2.9.ebuild b/app-forensics/rkhunter/rkhunter-1.2.9.ebuild
deleted file mode 100644
index 61b8edaa62aa..000000000000
--- a/app-forensics/rkhunter/rkhunter-1.2.9.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.2.9.ebuild,v 1.7 2007/06/29 17:21:40 armin76 Exp $
-
-inherit eutils bash-completion
-
-DESCRIPTION="Rootkit Hunter scans for known and unknown rootkits, backdoors, and sniffers."
-HOMEPAGE="http://rkhunter.sf.net/"
-SRC_URI="mirror://sourceforge/rkhunter/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 mips ppc sparc x86"
-IUSE=""
-
-RDEPEND="virtual/mta
- app-shells/bash
- dev-lang/perl
- sys-process/lsof"
-
-S="${WORKDIR}/${P}/files"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-1.2.1-create-tmpdir.diff
- epatch "${FILESDIR}"/${PN}-1.2.9-ppc64.patch
-}
-
-src_install() {
- insinto /usr/lib/rkhunter/db
- doins *.dat || die "failed to install dat files"
-
- exeinto /usr/lib/rkhunter/scripts
- doexe *.pl check_update.sh || die "failed to install scripts"
-
- dobin rkhunter || die "failed to install rkhunter script"
-
- insinto /etc
- doins rkhunter.conf || die "failed to install rkhunter.conf"
- dosed 's:^#\(DBDIR=.*\)local\(.*\)$:\1lib\2\nINSTALLDIR=/usr:' \
- /etc/rkhunter.conf || die "sed rkhunter.conf failed"
-
- doman development/rkhunter.8 || die "doman failed"
- dodoc CHANGELOG LICENSE README WISHLIST || die "dodoc failed"
-
- exeinto /etc/cron.daily
- newexe "${FILESDIR}"/rkhunter.cron rkhunter || \
- die "failed to install cron script"
- dobashcompletion ${FILESDIR}/${PN}.bash-completion
-}
-
-pkg_postinst() {
- echo
- elog "A cron script has been installed to /etc/cron.daily/rkhunter."
- elog "To enable it, edit /etc/cron.daily/rkhunter and follow the"
- elog "directions."
- echo
- bash-completion_pkg_postinst
-}
-
-pkg_prerm() {
- rm -rf /usr/lib/rkhunter/tmp
-}
diff --git a/app-forensics/rkhunter/rkhunter-1.3.4-r1.ebuild b/app-forensics/rkhunter/rkhunter-1.3.4-r1.ebuild
deleted file mode 100644
index f10299621dd1..000000000000
--- a/app-forensics/rkhunter/rkhunter-1.3.4-r1.ebuild
+++ /dev/null
@@ -1,66 +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/rkhunter/rkhunter-1.3.4-r1.ebuild,v 1.2 2009/01/18 01:31:22 mr_bones_ Exp $
-
-EAPI=2
-
-inherit eutils bash-completion
-
-DESCRIPTION="Rootkit Hunter scans for known and unknown rootkits, backdoors, and sniffers."
-HOMEPAGE="http://rkhunter.sf.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="virtual/mta
- app-shells/bash
- dev-lang/perl
- sys-process/lsof"
-
-S="${WORKDIR}/${P}/files"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}.conf.patch"
- epatch "${FILESDIR}/${PN}-ppc64.patch"
-}
-
-src_install() {
- # rkhunter requires to be root
- dosbin ${PN}
-
- # rkhunter doesn't create it by itself
- dodir /var/lib/${PN}/tmp
-
- insinto /etc
- doins ${PN}.conf || die "failed to install ${PN}.conf"
-
- exeinto /usr/lib/${PN}/scripts
- doexe *.pl || die "failed to install scripts"
-
- insinto /var/lib/${PN}/db
- doins *.dat || die "failed to install dat files"
-
- insinto /var/lib/${PN}/db/i18n
- doins i18n/*
-
- doman ${PN}.8 || die "doman failed"
- dodoc ACKNOWLEDGMENTS CHANGELOG FAQ README WISHLIST || die "dodoc failed"
-
- exeinto /etc/cron.daily
- newexe "${FILESDIR}/${PN}.cron" ${PN} || \
- die "failed to install cron script"
-
- dobashcompletion "${FILESDIR}/${PN}.bash-completion"
-}
-
-pkg_postinst() {
- einfo
- einfo "A cron script has been installed to /etc/cron.daily/rkhunter."
- einfo "To enable it, edit /etc/cron.daily/rkhunter and follow the"
- einfo "directions."
- einfo
- bash-completion_pkg_postinst
-}