# 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
+++ /dev/null
-# 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
-}
# 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
+++ /dev/null
---- 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:
+++ /dev/null
-# 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
-}
+++ /dev/null
-# 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
-}