Remove old.
authorTim Harder <radhermit@gentoo.org>
Thu, 12 Jan 2012 00:09:43 +0000 (00:09 +0000)
committerTim Harder <radhermit@gentoo.org>
Thu, 12 Jan 2012 00:09:43 +0000 (00:09 +0000)
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64

app-forensics/memdump/ChangeLog
app-forensics/memdump/memdump-1.0.ebuild [deleted file]
app-forensics/rkhunter/ChangeLog
app-forensics/rkhunter/files/rkhunter-ppc64.patch [deleted file]
app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild [deleted file]
app-forensics/rkhunter/rkhunter-1.3.6.ebuild [deleted file]

index c0cb19fd97484342a5fda3d3e7fa4386391e9fb6..525212b977a435001a8774d7afed47e6d31f664d 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-forensics/memdump
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/memdump/ChangeLog,v 1.13 2012/01/11 20:38:27 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/memdump/ChangeLog,v 1.14 2012/01/12 00:06:44 radhermit Exp $
+
+  12 Jan 2012; Tim Harder <radhermit@gentoo.org> -memdump-1.0.ebuild:
+  Remove old.
 
   11 Jan 2012; Brent Baude <ranger@gentoo.org> memdump-1.01.ebuild:
   Marking memdump-1.01 ppc for bug 390013
diff --git a/app-forensics/memdump/memdump-1.0.ebuild b/app-forensics/memdump/memdump-1.0.ebuild
deleted file mode 100644 (file)
index f32bc76..0000000
+++ /dev/null
@@ -1,40 +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/memdump/memdump-1.0.ebuild,v 1.7 2009/09/13 22:35:31 patrick Exp $
-
-DESCRIPTION="Simple memory dumper for UNIX-Like systems"
-HOMEPAGE="http://www.porcupine.org/forensics"
-SRC_URI="http://www.porcupine.org/forensics/${P}.tar.gz"
-LICENSE="IBM"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-DEPEND="sys-apps/sed
-       sys-apps/grep"
-RDEPEND=""
-IUSE=""
-
-src_compile() {
-       emake XFLAGS="${CFLAGS}" OPT= DEBUG= || die
-}
-
-src_test() {
-       if has userpriv ${FEATURES};
-       then
-               einfo "Cannot test with FEATURES=userpriv"
-       elif [ -x /bin/wc ];
-       then
-               einfo "testing"
-               if [ "`./memdump -s 344 | wc -c`" = "344" ];
-               then
-                       einfo "passed test"
-               else
-                       die "failed test"
-               fi
-       fi
-}
-
-src_install() {
-       dosbin memdump
-       dodoc README LICENSE
-       doman memdump.1
-}
index dfe777fb359a1e3efe7d28f8217cec2923f9dae8..b0256735b9d89d1660c8b12197c558a528c25a1e 100644 (file)
@@ -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 (file)
index 70a5896..0000000
+++ /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 (file)
index a5652cc..0000000
+++ /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 (file)
index e325571..0000000
+++ /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
-}