diff options
21 files changed, 44 insertions, 707 deletions
diff --git a/app-forensics/aide/ChangeLog b/app-forensics/aide/ChangeLog index 3fa810333930..22a071701e37 100644 --- a/app-forensics/aide/ChangeLog +++ b/app-forensics/aide/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-forensics/aide -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.39 2009/04/16 14:59:20 matsuu Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.40 2009/04/30 17:45:51 patrick Exp $ + + 30 Apr 2009; Patrick Lauer <patrick@gentoo.org> -aide-0.13.1-r2.ebuild: + Remove old *aide-0.13.1-r3 (16 Apr 2009) diff --git a/app-forensics/aide/aide-0.13.1-r2.ebuild b/app-forensics/aide/aide-0.13.1-r2.ebuild deleted file mode 100644 index afc6b75fe81b..000000000000 --- a/app-forensics/aide/aide-0.13.1-r2.ebuild +++ /dev/null @@ -1,138 +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/aide/aide-0.13.1-r2.ebuild,v 1.4 2009/03/01 01:52:37 patrick Exp $ - -WANT_AUTOCONF='latest' -WANT_AUTOMAKE='latest' - -inherit eutils autotools multilib - -DESCRIPTION="AIDE (Advanced Intrusion Detection Environment) is a replacement for Tripwire" -HOMEPAGE="http://aide.sourceforge.net/" -SRC_URI="mirror://sourceforge/aide/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="acl curl mhash nls postgres selinux static xattr zlib" -#IUSE="acl audit curl mhash nls postgres selinux static xattr zlib" - -DEPEND="acl? ( sys-apps/acl ) - curl? ( net-misc/curl ) - mhash? ( >=app-crypt/mhash-0.9.2 ) - !mhash? ( dev-libs/libgcrypt ) - nls? ( virtual/libintl ) - postgres? ( virtual/postgresql-base ) - selinux? ( sys-libs/libselinux ) - xattr? ( sys-apps/attr ) - zlib? ( sys-libs/zlib )" -# audit? ( sys-process/audit ) - -RDEPEND="!static? ( ${DEPEND} )" - -DEPEND="${DEPEND} - nls? ( sys-devel/gettext ) - sys-devel/bison - sys-devel/flex" - -pkg_config() { - if use mhash && use postgres ; then - eerror "We cannot emerge aide with mhash and postgres USE flags at the same time." - eerror "Please remove mhash OR postgres USE flags." - die "Please remove either mhash or postgres USE flag." - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/${P}-gentoo.patch" - - # fix configure switch - epatch "${FILESDIR}/${P}-configure.patch" - - if ! use mhash ; then - # dev-libs/libgcrypt doesn't support whirlpool algorithm - sed -i -e 's/\+whirlpool//' doc/aide.conf.in || die - fi - - if ! use selinux ; then - sed -i -e 's/\+selinux//' doc/aide.conf.in || die - fi - - if ! use xattr ; then - sed -i -e 's/\+xattrs//' doc/aide.conf.in || die - fi - - if ! use acl ; then - sed -i -e 's/\+acl//' doc/aide.conf.in || die - fi - - eautoreconf -} - -src_compile() { - local myconf=" - $(use_with acl posix-acl) - $(use_with !mhash gcrypt) - $(use_with mhash mhash) - $(use_with nls locale) - $(use_with postgres psql) - $(use_with selinux) - $(use_enable static) - $(use_with xattr) - $(use_with zlib) - --sysconfdir=/etc/aide - --with-extra-lib=/usr/$(get_libdir)" -# $(use_with audit) - - # curl doesn't work with static - use curl && ! use static && myconf="${myconf} --with-curl" - - econf ${myconf} || die "econf failed" - # parallel make borked - emake -j1 || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - keepdir /var/lib/aide - fowners root:0 /var/lib/aide - fperms 0755 /var/lib/aide - - keepdir /var/log/aide - - insinto /etc/aide - doins "${FILESDIR}"/aide.conf - - dosbin "${FILESDIR}"/aideinit - - dodoc ChangeLog AUTHORS NEWS README "${FILESDIR}"/aide.cron - dohtml doc/manual.html -} - -pkg_postinst() { - elog - elog "A sample configuration file has been installed as" - elog "/etc/aide/aide.conf. Please edit to meet your needs." - elog "Read the aide.conf(5) manual page for more information." - elog "A helper script, aideinit, has been installed and can" - elog "be used to make AIDE management easier. Please run" - elog "aideinit --help for more information" - elog - - if use postgres; then - elog "Due to a bad assumption by aide, you must issue the following" - elog "command after the database initialization (aide --init ...):" - elog - elog 'psql -c "update pg_index set indisunique=false from pg_class \\ ' - elog " where pg_class.relname='TABLE_pkey' and \ " - elog ' pg_class.oid=pg_index.indexrelid" -h HOSTNAME -p PORT DBASE USER' - elog - elog "where TABLE, HOSTNAME, PORT, DBASE, and USER are the same as" - elog "your aide.conf." - elog - fi -} diff --git a/app-forensics/air/ChangeLog b/app-forensics/air/ChangeLog index 9a4877263319..2c77400a31da 100644 --- a/app-forensics/air/ChangeLog +++ b/app-forensics/air/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-forensics/air # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/ChangeLog,v 1.16 2009/04/08 17:23:18 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/ChangeLog,v 1.17 2009/04/30 17:46:53 patrick Exp $ + + 30 Apr 2009; Patrick Lauer <patrick@gentoo.org> -air-1.2.8.ebuild: + Remove old *air-1.2.8-r1 (08 Apr 2009) diff --git a/app-forensics/air/air-1.2.8.ebuild b/app-forensics/air/air-1.2.8.ebuild deleted file mode 100644 index 4fc48e3b2dfc..000000000000 --- a/app-forensics/air/air-1.2.8.ebuild +++ /dev/null @@ -1,58 +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/air/air-1.2.8.ebuild,v 1.2 2007/01/24 03:13:42 genone Exp $ - -DESCRIPTION="A GUI front-end to dd/dcfldd" -HOMEPAGE="http://air-imager.sourceforge.net/" -SRC_URI="mirror://sourceforge/air-imager/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="" - -DEPEND=">=dev-perl/perl-tk-804.027 - userland_GNU? ( app-arch/sharutils ) - sys-apps/sed - dev-lang/perl" - -RDEPEND="app-arch/mt-st - dev-lang/perl - userland_GNU? ( sys-apps/coreutils )" - -src_compile() { - einfo "nothing to compile" -} - -src_install() { - - PERLTK_VER=$(best_version dev-perl/perl-tk) - export PERLTK_VER=${PERLTK_VER:17} - - env INTERACTIVE=no INSTALL_DIR=${D}/usr TEMP_DIR=${T} \ - FINAL_INSTALL_DIR=/usr \ - ./install-${P} \ - || die "failed to install - please attach ${T}/air-install.log to a bug report at http://bugs.gentoo.org" - - dodoc README - - dodoc ${T}/air-install.log - - chown -R root:0 ${D} - fowners root:users /usr/share/air/logs - fperms ug+rwx /usr/share/air/logs - if [ -p ${D}usr/share/air/air-fifo ]; then - fperms ug+rw /usr/share/air/air-fifo - fowners root:users /usr/share/air/air-fifo - fi - fperms a+x /usr/bin/air -} - -pkg_postinst() { - elog "This will use programs from the following packages if installed:" - elog "sys-apps/dcfldd" - elog "net-analyzer/netcat" - elog "net-analyzer/cryptcat" - - elog "The author, steve@unixgurus.com, would appreciate and email of the install file /usr/share/doc/${PF}/air-install.log" -} diff --git a/app-forensics/autopsy/ChangeLog b/app-forensics/autopsy/ChangeLog index 7559f107d91b..6d2416b0f7e3 100644 --- a/app-forensics/autopsy/ChangeLog +++ b/app-forensics/autopsy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-forensics/autopsy -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/autopsy/ChangeLog,v 1.15 2009/03/08 16:46:20 patrick Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/autopsy/ChangeLog,v 1.16 2009/04/30 17:48:03 patrick Exp $ + + 30 Apr 2009; Patrick Lauer <patrick@gentoo.org> -autopsy-2.20.ebuild: + Remove old *autopsy-2.21 (08 Mar 2009) diff --git a/app-forensics/autopsy/autopsy-2.20.ebuild b/app-forensics/autopsy/autopsy-2.20.ebuild deleted file mode 100644 index 9f01958bf85d..000000000000 --- a/app-forensics/autopsy/autopsy-2.20.ebuild +++ /dev/null @@ -1,57 +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/autopsy/autopsy-2.20.ebuild,v 1.1 2009/01/04 23:52:27 patrick Exp $ - -inherit eutils - -DESCRIPTION="A graphical interface to the digital forensic analysis tools in The Sleuth Kit." -HOMEPAGE="http://www.sleuthkit.org/autopsy/" -SRC_URI="mirror://sourceforge/autopsy/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~s390 ~sparc ~x86" -IUSE="" - -# Runtime depend on grep and file deliberate -RDEPEND=">=dev-lang/perl-5.8.0 - >=app-forensics/sleuthkit-3.0.0 - sys-apps/grep - sys-apps/file" -DEPEND="" - -src_compile() { - ./configure 2>&1 >/dev/null << EOF -n -/tmp -EOF - - echo "#!/usr/bin/perl -wT" > autopsy - echo "use lib '/usr/lib/autopsy/';" >> autopsy - echo "use lib '/usr/lib/autopsy/lib/';" >> autopsy - cat base/autopsy.base >> autopsy - - sed -i 's:conf.pl:/etc/autopsy.pl:' $(grep -lr conf\.pl ./) - sed -i "s:INSTALLDIR = .*:INSTALLDIR = \'/usr/lib/autopsy\';:" conf.pl -} - -src_install() { - insinto /usr/lib/autopsy - doins autopsy - doins global.css - insinto /usr/lib/autopsy/help - doins help/* - insinto /usr/lib/autopsy/lib - doins lib/* - insinto /usr/lib/autopsy/pict - doins pict/* - insinto /etc - newins conf.pl autopsy.pl - - dodir /usr/bin - dosym /usr/lib/autopsy/autopsy /usr/bin/autopsy - fperms +x /usr/lib/autopsy/autopsy - - doman $(find man/ -type f) - dodoc CHANGES.txt README* TODO.txt docs/sleuthkit-informer*.txt -} diff --git a/app-forensics/chkrootkit/ChangeLog b/app-forensics/chkrootkit/ChangeLog index b60e6fd11ad3..d5f52db178e2 100644 --- a/app-forensics/chkrootkit/ChangeLog +++ b/app-forensics/chkrootkit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-forensics/chkrootkit -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/chkrootkit/ChangeLog,v 1.55 2009/01/10 17:11:32 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/chkrootkit/ChangeLog,v 1.56 2009/04/30 17:49:26 patrick Exp $ + + 30 Apr 2009; Patrick Lauer <patrick@gentoo.org> -chkrootkit-0.47.ebuild: + Remove old 10 Jan 2009; Raúl Porcel <armin76@gentoo.org> chkrootkit-0.48-r1.ebuild: alpha/arm/ia64/s390/sh/x86 stable wrt #252657 diff --git a/app-forensics/chkrootkit/chkrootkit-0.47.ebuild b/app-forensics/chkrootkit/chkrootkit-0.47.ebuild deleted file mode 100644 index 2a2086fc40db..000000000000 --- a/app-forensics/chkrootkit/chkrootkit-0.47.ebuild +++ /dev/null @@ -1,56 +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/chkrootkit/chkrootkit-0.47.ebuild,v 1.9 2007/06/24 21:15:11 vapier Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="a tool to locally check for signs of a rootkit" -HOMEPAGE="http://www.chkrootkit.org/" -SRC_URI="ftp://ftp.pangeia.com.br/pub/seg/pac/${P}.tar.gz - mirror://gentoo/${PN}-0.45-gentoo.diff.bz2" - -LICENSE="AMS" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" -IUSE="" - -src_unpack() { - unpack ${A} - cd "${S}" - - # we can use the gentoo patch for 0.45 but it needs one change to apply - # cleanly -- certainly not enough to warrant using a separate 32k patch. - sed -e 's|\(xlogin\)|\^\1|' "${WORKDIR}"/${PN}-0.45-gentoo.diff > \ - "${WORKDIR}"/${P}-gentoo.diff - - epatch \ - "${WORKDIR}"/${P}-gentoo.diff \ - "${FILESDIR}"/${P}-makefile.diff \ - "${FILESDIR}"/${P}-add-missing-includes.diff - - sed -i 's:${head} -:${head} -n :' chkrootkit || die "sed chkrootkit failed" - sed -i 's:/var/adm:/var/log:g' chklastlog.c || die "sed chklastlog.c failed" -} - -src_compile() { - emake CC=$(tc-getCC) sense || die "emake sense failed" -} - -src_install() { - dosbin chkdirs chklastlog chkproc chkrootkit chkwtmp chkutmp ifpromisc \ - strings-static || die - dodoc ACKNOWLEDGMENTS README* - - exeinto /etc/cron.weekly - newexe "${FILESDIR}"/${PN}.cron ${PN} || die -} - -pkg_postinst() { - echo - elog "Edit /etc/cron.weekly/chkrootkit to activate chkrootkit!" - elog - elog "Some applications, such as portsentry, will cause chkrootkit" - elog "to produce false positives. Read the chkrootkit FAQ at" - elog "http://www.chkrootkit.org/ for more information." - echo -} diff --git a/app-forensics/lynis/ChangeLog b/app-forensics/lynis/ChangeLog index 1ad9b88f28a0..c61498aa87f5 100644 --- a/app-forensics/lynis/ChangeLog +++ b/app-forensics/lynis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-forensics/lynis # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v 1.8 2009/03/28 10:32:11 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v 1.9 2009/04/30 17:50:32 patrick Exp $ + + 30 Apr 2009; Patrick Lauer <patrick@gentoo.org> -lynis-1.2.3-r1.ebuild: + Remove old *lynis-1.2.5 (28 Mar 2009) diff --git a/app-forensics/lynis/lynis-1.2.3-r1.ebuild b/app-forensics/lynis/lynis-1.2.3-r1.ebuild deleted file mode 100644 index 9ee3255d3f4b..000000000000 --- a/app-forensics/lynis/lynis-1.2.3-r1.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.3-r1.ebuild,v 1.1 2009/03/10 16:00:13 idl0r 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 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() { - echo - elog "A cron script has been installed to ${ROOT}etc/cron.daily/lynis." - echo -} diff --git a/app-forensics/magicrescue/ChangeLog b/app-forensics/magicrescue/ChangeLog index 7026ed5198ab..6330dbd1fe20 100644 --- a/app-forensics/magicrescue/ChangeLog +++ b/app-forensics/magicrescue/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-forensics/magicrescue # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/magicrescue/ChangeLog,v 1.8 2009/03/08 16:40:16 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/magicrescue/ChangeLog,v 1.9 2009/04/30 17:41:48 patrick Exp $ + + 30 Apr 2009; Patrick Lauer <patrick@gentoo.org> -magicrescue-1.1.5.ebuild: + Remove old *magicrescue-1.1.6 (08 Mar 2009) diff --git a/app-forensics/magicrescue/magicrescue-1.1.5.ebuild b/app-forensics/magicrescue/magicrescue-1.1.5.ebuild deleted file mode 100644 index 0557412d7298..000000000000 --- a/app-forensics/magicrescue/magicrescue-1.1.5.ebuild +++ /dev/null @@ -1,27 +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/magicrescue/magicrescue-1.1.5.ebuild,v 1.1 2009/01/04 23:07:53 patrick Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="Find deleted files in block devices" -HOMEPAGE="http://jbj.rapanden.dk/magicrescue/" -SRC_URI="http://jbj.rapanden.dk/magicrescue/release/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="virtual/libc" - -src_compile() { - CC="$(tc-getCC)" ./configure --prefix=/usr || die "configure script failed" - emake || die "emake failed" -} - -src_install() { - dodir /usr - make PREFIX="${D}/usr" install || die "make install failed" - mv "${D}/usr/man" "${D}/usr/share" -} 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 -} diff --git a/app-forensics/sleuthkit/ChangeLog b/app-forensics/sleuthkit/ChangeLog index cef9cd999147..7a63d677a23e 100644 --- a/app-forensics/sleuthkit/ChangeLog +++ b/app-forensics/sleuthkit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-forensics/sleuthkit -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/ChangeLog,v 1.41 2009/03/18 18:22:08 ranger Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/ChangeLog,v 1.42 2009/04/30 17:44:17 patrick Exp $ + + 30 Apr 2009; Patrick Lauer <patrick@gentoo.org> -sleuthkit-1.73-r2.ebuild: + Remove old 18 Mar 2009; Brent Baude <ranger@gentoo.org> sleuthkit-3.0.0-r1.ebuild: keyworded ~arch for ppc, bug 260682 diff --git a/app-forensics/sleuthkit/sleuthkit-1.73-r2.ebuild b/app-forensics/sleuthkit/sleuthkit-1.73-r2.ebuild deleted file mode 100644 index 35132478d97d..000000000000 --- a/app-forensics/sleuthkit/sleuthkit-1.73-r2.ebuild +++ /dev/null @@ -1,59 +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/sleuthkit/sleuthkit-1.73-r2.ebuild,v 1.2 2009/03/01 01:20:53 patrick Exp $ - -inherit toolchain-funcs eutils - -DESCRIPTION="A collection of file system and media management forensic analysis tools" -HOMEPAGE="http://www.sleuthkit.org/sleuthkit/" -SRC_URI="mirror://sourceforge/sleuthkit/${P}.tar.gz - mirror://gentoo/${P}_dbtool.patch.bz2" - -LICENSE="GPL-2 IBM" -SLOT="0" -KEYWORDS="amd64 arm hppa ppc s390 sparc x86" -IUSE="" - -RDEPEND="dev-lang/perl - dev-perl/DateManip - virtual/libc - sys-libs/zlib" -DEPEND="${RDEPEND} - >=sys-apps/sed-4 - sys-devel/gcc" - -src_unpack() { - unpack ${A} - epatch ${P}_dbtool.patch || die "patch failed" - cd ${S} - sed -i 's:`cd ../..; pwd`:/usr:' src/sorter/install \ - || die "sed install failed" -} - -src_compile() { - export CC="$(tc-getCC)" OPT="${CFLAGS}" - env -u CFLAGS \ - emake -e no-perl sorter mactime || die "make failed" -} - -# This is broken - bug report logged upstream. Maybe next version. -# The condition may need to check the output. -# -# Also this isn't a true test as it only checks if the files compile. -# -#src_test() { -# ./check-install || die "test failed" -# if ! hasq userpriv FEATURES -# icat $(ls -i README.txt | cut -f1 -d ' ') (mount point of README.txt) | diff - README.txt || die "icat test failed" -# fi #TODO more work on later -#} - -src_install() { - dobin bin/* || die "dobin failed" - dodoc docs/* - docinto tct.docs - dodoc tct.docs/* - insinto /usr/share/sorter - doins share/sorter/* - doman man/man1/* -} diff --git a/app-forensics/tct/ChangeLog b/app-forensics/tct/ChangeLog index 46ec47ebe98d..5abac383a8fe 100644 --- a/app-forensics/tct/ChangeLog +++ b/app-forensics/tct/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-forensics/tct # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/tct/ChangeLog,v 1.15 2009/04/30 17:28:24 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/tct/ChangeLog,v 1.16 2009/04/30 17:37:17 patrick Exp $ + + 30 Apr 2009; Patrick Lauer <patrick@gentoo.org> tct-1.18-r1.ebuild: + Adding ~amd64 keyword 30 Apr 2009; Patrick Lauer <patrick@gentoo.org> -tct-1.15-r1.ebuild, -tct-1.18.ebuild: diff --git a/app-forensics/tct/tct-1.18-r1.ebuild b/app-forensics/tct/tct-1.18-r1.ebuild index 2dd10d7f556a..32ef9499e26a 100644 --- a/app-forensics/tct/tct-1.18-r1.ebuild +++ b/app-forensics/tct/tct-1.18-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/tct/tct-1.18-r1.ebuild,v 1.3 2009/04/14 09:51:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/tct/tct-1.18-r1.ebuild,v 1.4 2009/04/30 17:37:17 patrick Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://www.porcupine.org/forensics/${P}.tar.gz" LICENSE="IBM as-is" SLOT="0" -KEYWORDS="ppc x86" +KEYWORDS="~amd64 ppc x86" IUSE="" DEPEND=">=dev-lang/perl-5.0004 |