diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-01-08 20:16:37 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-01-08 20:16:37 +0000 |
commit | 0a0a69c5aa47c676bbdd6b066105d0383362f716 (patch) | |
tree | 319ffd8cc6486a3b165a7d0325745c5419a7274b /app-forensics/sleuthkit | |
parent | Sign Manfiest (diff) | |
download | gentoo-2-0a0a69c5aa47c676bbdd6b066105d0383362f716.tar.gz gentoo-2-0a0a69c5aa47c676bbdd6b066105d0383362f716.tar.bz2 gentoo-2-0a0a69c5aa47c676bbdd6b066105d0383362f716.zip |
Removing old
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'app-forensics/sleuthkit')
-rw-r--r-- | app-forensics/sleuthkit/ChangeLog | 6 | ||||
-rw-r--r-- | app-forensics/sleuthkit/sleuthkit-2.02.ebuild | 52 | ||||
-rw-r--r-- | app-forensics/sleuthkit/sleuthkit-2.03.ebuild | 57 | ||||
-rw-r--r-- | app-forensics/sleuthkit/sleuthkit-2.08.ebuild | 48 |
4 files changed, 5 insertions, 158 deletions
diff --git a/app-forensics/sleuthkit/ChangeLog b/app-forensics/sleuthkit/ChangeLog index 9bc74d475304..fc488cd185ed 100644 --- a/app-forensics/sleuthkit/ChangeLog +++ b/app-forensics/sleuthkit/ChangeLog @@ -1,6 +1,10 @@ # 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.35 2009/01/08 20:06:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/ChangeLog,v 1.36 2009/01/08 20:16:37 patrick Exp $ + + 08 Jan 2009; Patrick Lauer <patrick@gentoo.org> -sleuthkit-2.02.ebuild, + -sleuthkit-2.03.ebuild, -sleuthkit-2.08.ebuild: + Removing old 08 Jan 2009; Patrick Lauer <patrick@gentoo.org> sleuthkit-3.0.0.ebuild: Small fixes diff --git a/app-forensics/sleuthkit/sleuthkit-2.02.ebuild b/app-forensics/sleuthkit/sleuthkit-2.02.ebuild deleted file mode 100644 index e724c5b101fd..000000000000 --- a/app-forensics/sleuthkit/sleuthkit-2.02.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-2.02.ebuild,v 1.1 2005/07/27 15:27:18 ka0ttic 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-perl/DateManip" - -src_unpack() { - unpack ${A} - cd ${S} - sed -i '63,69d' src/timeline/config-perl || die "sed config-perl failed" - 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" - einfo '"file missing" is normal' - #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/* - insinto /usr/share/sorter - doins share/sorter/* - doman man/man1/* -} diff --git a/app-forensics/sleuthkit/sleuthkit-2.03.ebuild b/app-forensics/sleuthkit/sleuthkit-2.03.ebuild deleted file mode 100644 index 7c188a254039..000000000000 --- a/app-forensics/sleuthkit/sleuthkit-2.03.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-2.03.ebuild,v 1.7 2006/11/12 05:39:22 vapier 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-perl/DateManip" - -src_unpack() { - unpack "${P}.tar.gz" - #unpack "${A}" - einfo 'unpacked' - #epatch "${P}_dbtool.patch" - epatch "${DISTDIR}/${P}_dbtool.patch.bz2" - cd ${S} - sed -i '63,69d' src/timeline/config-perl || die "sed config-perl failed" - sed -i 's:`cd ../..; pwd`:/usr:' src/sorter/install \ -# || die "sed install failed" -} - -src_compile() { - export CC="$(tc-getCC)" OPT="${CFLAGS}" - # this is so it doesn't remake sys-apps/file - 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" - einfo '"file missing" is normal' - #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/* - insinto /usr/share/sorter - doins share/sorter/* - doman man/man1/* -} diff --git a/app-forensics/sleuthkit/sleuthkit-2.08.ebuild b/app-forensics/sleuthkit/sleuthkit-2.08.ebuild deleted file mode 100644 index d972671582df..000000000000 --- a/app-forensics/sleuthkit/sleuthkit-2.08.ebuild +++ /dev/null @@ -1,48 +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/sleuthkit/sleuthkit-2.08.ebuild,v 1.1 2007/04/11 22:20:06 falco 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 - dbtool? ( mirror://gentoo/${P}_dbtool.patch.bz2 ) " - -LICENSE="GPL-2 IBM" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~s390 ~sparc ~x86" -IUSE="dbtool" - -RDEPEND="dev-perl/DateManip - !sys-apps/dstat" - -src_unpack() { - unpack ${A} - use dbtool && epatch "${P}_dbtool.patch" - epatch "${FILESDIR}/${PN}-makefiles_fix.patch" - epatch "${FILESDIR}/${PN}-fscheck.c_fix.patch" - cd ${S} - sed -i '63,69d' src/timeline/config-perl || die "sed config-perl failed" - sed -i 's:`cd ../..; pwd`:/usr:' src/sorter/install \ - || die "sed install failed" -} - -src_compile() { - export CC="$(tc-getCC)" OPT="${CFLAGS}" - # Targets: this is so it doesn't remake sys-apps/file - # -j1: it really doesn't compile well with -j2 or more, - # even after having fixed the Makefiles... :( - env -u CFLAGS \ - emake -j1 -e bin no-perl sorter mactime || die "make failed" -} - -src_install() { - dobin bin/* || die "dobin failed" - dodoc docs/* - docinto api-doc - dohtml docs/api-doc/* - insinto /usr/share/sorter - doins share/sorter/* - doman man/man1/* -} |