diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-01-12 00:09:43 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-01-12 00:09:43 +0000 |
commit | bbd0a6ad2ad375d3480066726fbacbcb34a49009 (patch) | |
tree | d60d138334eab4d224c61f85784eb1613d36410c /app-forensics | |
parent | Remove old. (diff) | |
download | gentoo-2-bbd0a6ad2ad375d3480066726fbacbcb34a49009.tar.gz gentoo-2-bbd0a6ad2ad375d3480066726fbacbcb34a49009.tar.bz2 gentoo-2-bbd0a6ad2ad375d3480066726fbacbcb34a49009.zip |
Remove old.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/rkhunter/ChangeLog | 6 | ||||
-rw-r--r-- | app-forensics/rkhunter/files/rkhunter-ppc64.patch | 7 | ||||
-rw-r--r-- | app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild | 70 | ||||
-rw-r--r-- | app-forensics/rkhunter/rkhunter-1.3.6.ebuild | 69 |
4 files changed, 5 insertions, 147 deletions
diff --git a/app-forensics/rkhunter/ChangeLog b/app-forensics/rkhunter/ChangeLog index dfe777fb359a..b0256735b9d8 100644 --- a/app-forensics/rkhunter/ChangeLog +++ b/app-forensics/rkhunter/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-forensics/rkhunter # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.88 2012/01/11 20:40:46 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.89 2012/01/12 00:09:42 radhermit Exp $ + + 12 Jan 2012; Tim Harder <radhermit@gentoo.org> -files/rkhunter-ppc64.patch, + -rkhunter-1.3.4-r3.ebuild, -rkhunter-1.3.6.ebuild: + Remove old. 11 Jan 2012; Brent Baude <ranger@gentoo.org> rkhunter-1.3.8.ebuild: Marking rkhunter-1.3.8 ppc for bug 382453 diff --git a/app-forensics/rkhunter/files/rkhunter-ppc64.patch b/app-forensics/rkhunter/files/rkhunter-ppc64.patch deleted file mode 100644 index 70a5896abf77..000000000000 --- a/app-forensics/rkhunter/files/rkhunter-ppc64.patch +++ /dev/null @@ -1,7 +0,0 @@ ---- rkhunter.orig/files/os.dat 2007-06-15 04:51:07.000000000 +0800 -+++ rkhunter/files/os.dat 2008-05-04 00:11:31.000000000 +0800 -@@ -233,3 +233,4 @@ - 988:Debian stable (arm):/usr/bin/md5sum:/bin: - 989:Debian stable (powerpc):/usr/bin/md5sum:/bin: - 990:Debian stable (x86_64):/usr/bin/md5sum:/bin: -+991:Gentoo Linux 1.6 (powerpc64):/usr/bin/md5sum:/bin: diff --git a/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild b/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild deleted file mode 100644 index a5652cc81b82..000000000000 --- a/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2011 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-r3.ebuild,v 1.10 2011/10/08 18:58:52 armin76 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="amd64 ~mips ppc x86" -IUSE="" - -RDEPEND=" - app-shells/bash - dev-lang/perl - sys-process/lsof - virtual/cron -" - -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}-1.3.cron" ${PN} || \ - die "failed to install cron script" - - dobashcompletion "${FILESDIR}/${PN}.bash-completion" -} - -pkg_postinst() { - 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." - elog "If you want ${PN} to send mail, you will need to install" - elog "virtual/mailx or alter the EMAIL_CMD variable in the" - elog "cron script and possibly the MAIL_CMD variable in the" - elog "${PN}.conf file to use another mail client." - bash-completion_pkg_postinst -} diff --git a/app-forensics/rkhunter/rkhunter-1.3.6.ebuild b/app-forensics/rkhunter/rkhunter-1.3.6.ebuild deleted file mode 100644 index e325571bc628..000000000000 --- a/app-forensics/rkhunter/rkhunter-1.3.6.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.6.ebuild,v 1.4 2011/10/08 18:58:52 armin76 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="~amd64 ~mips ~ppc ~x86" -IUSE="" - -RDEPEND=" - app-shells/bash - dev-lang/perl - sys-process/lsof - virtual/cron -" - -S="${WORKDIR}/${P}/files" - -src_prepare() { - epatch "${FILESDIR}/${PN}.conf.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 || die "dodoc failed" - - exeinto /etc/cron.daily - newexe "${FILESDIR}/${PN}-1.3.cron" ${PN} || \ - die "failed to install cron script" - - dobashcompletion "${FILESDIR}/${PN}.bash-completion" -} - -pkg_postinst() { - 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." - elog "If you want ${PN} to send mail, you will need to install" - elog "virtual/mailx or alter the EMAIL_CMD variable in the" - elog "cron script and possibly the MAIL_CMD variable in the" - elog "${PN}.conf file to use another mail client." - bash-completion_pkg_postinst -} |