summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-01-08 19:49:26 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-01-08 19:49:26 +0000
commitaeea015265473e2effd9517e59cba332cfad53c1 (patch)
treeb35b4971a179aa4f44b8e9f2097e0b745380bb53 /app-forensics/autopsy
parentStable for HPPA (bug #253424). (diff)
downloadhistorical-aeea015265473e2effd9517e59cba332cfad53c1.tar.gz
historical-aeea015265473e2effd9517e59cba332cfad53c1.tar.bz2
historical-aeea015265473e2effd9517e59cba332cfad53c1.zip
Removing some old versions
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.28 x86_64
Diffstat (limited to 'app-forensics/autopsy')
-rw-r--r--app-forensics/autopsy/ChangeLog6
-rw-r--r--app-forensics/autopsy/autopsy-2.01.ebuild58
-rw-r--r--app-forensics/autopsy/autopsy-2.05.ebuild58
-rw-r--r--app-forensics/autopsy/autopsy-2.08.ebuild56
4 files changed, 5 insertions, 173 deletions
diff --git a/app-forensics/autopsy/ChangeLog b/app-forensics/autopsy/ChangeLog
index ada2840d5077..fc2e05c03898 100644
--- a/app-forensics/autopsy/ChangeLog
+++ b/app-forensics/autopsy/ChangeLog
@@ -1,6 +1,10 @@
# 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.13 2009/01/04 23:52:27 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/autopsy/ChangeLog,v 1.14 2009/01/08 19:49:26 patrick Exp $
+
+ 08 Jan 2009; Patrick Lauer <patrick@gentoo.org> -autopsy-2.01.ebuild,
+ -autopsy-2.05.ebuild, -autopsy-2.08.ebuild:
+ Removing old versions
*autopsy-2.20 (04 Jan 2009)
diff --git a/app-forensics/autopsy/autopsy-2.01.ebuild b/app-forensics/autopsy/autopsy-2.01.ebuild
deleted file mode 100644
index 86837c15677a..000000000000
--- a/app-forensics/autopsy/autopsy-2.01.ebuild
+++ /dev/null
@@ -1,58 +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/autopsy/autopsy-2.01.ebuild,v 1.5 2005/01/01 14:22:21 eradicator 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="arm ppc s390 sparc x86"
-IUSE=""
-
-# Runtime depend on grep and file deliberate
-RDEPEND="dev-lang/perl
- app-forensics/sleuthkit
- sys-apps/grep
- sys-apps/file"
-DEPEND="dev-lang/perl
- app-forensics/sleuthkit
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- 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:' autopsy lib/Main.pm
-}
-
-src_compile() {
- einfo "nothing to compile"
-}
-
-src_install() {
- insinto /usr/lib/autopsy
- doins autopsy
- insinto /usr/lib/autopsy/help
- doins help/*
- insinto /usr/lib/autopsy/lib
- doins lib/*
- insinto /usr/lib/autopsy/pict
- doins pict/*
- insinto /etc
- doins ${FILESDIR}/autopsy.pl
-
- dodir /usr/bin
- dosym /usr/lib/autopsy/autopsy /usr/bin/autopsy
- fperms +x /usr/lib/autopsy/autopsy
-
- doman man/man1/autopsy.1
- dodoc CHANGES.txt README.txt TODO.txt docs/sleuthkit-informer-13.txt
-}
diff --git a/app-forensics/autopsy/autopsy-2.05.ebuild b/app-forensics/autopsy/autopsy-2.05.ebuild
deleted file mode 100644
index e250bc1ae807..000000000000
--- a/app-forensics/autopsy/autopsy-2.05.ebuild
+++ /dev/null
@@ -1,58 +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/autopsy/autopsy-2.05.ebuild,v 1.1 2005/04/24 06:08:58 dragonheart 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 ~ppc ~s390 ~sparc ~x86"
-IUSE=""
-
-# Runtime depend on grep and file deliberate
-RDEPEND="dev-lang/perl
- >=app-forensics/sleuthkit-2
- sys-apps/grep
- sys-apps/file"
-DEPEND="dev-lang/perl
- >=app-forensics/sleuthkit-2
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- 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:' autopsy lib/Main.pm
-}
-
-src_compile() {
- einfo "nothing to compile"
-}
-
-src_install() {
- insinto /usr/lib/autopsy
- doins autopsy
- insinto /usr/lib/autopsy/help
- doins help/*
- insinto /usr/lib/autopsy/lib
- doins lib/*
- insinto /usr/lib/autopsy/pict
- doins pict/*
- insinto /etc
- doins ${FILESDIR}/autopsy.pl
-
- dodir /usr/bin
- dosym /usr/lib/autopsy/autopsy /usr/bin/autopsy
- fperms +x /usr/lib/autopsy/autopsy
-
- doman man/man1/autopsy.1
- dodoc CHANGES.txt README.txt TODO.txt docs/sleuthkit-informer-13.txt
-}
diff --git a/app-forensics/autopsy/autopsy-2.08.ebuild b/app-forensics/autopsy/autopsy-2.08.ebuild
deleted file mode 100644
index 385fca5e41ba..000000000000
--- a/app-forensics/autopsy/autopsy-2.08.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/autopsy/autopsy-2.08.ebuild,v 1.1 2007/02/05 21:06:47 dragonheart 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 ~ppc ~s390 ~sparc ~x86"
-IUSE=""
-
-# Runtime depend on grep and file deliberate
-RDEPEND="dev-lang/perl
- >=app-forensics/sleuthkit-2
- sys-apps/grep
- sys-apps/file"
-DEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- 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:' autopsy lib/Main.pm
-}
-
-src_compile() {
- einfo "nothing to compile"
-}
-
-src_install() {
- insinto /usr/lib/autopsy
- doins autopsy
- insinto /usr/lib/autopsy/help
- doins help/*
- insinto /usr/lib/autopsy/lib
- doins lib/*
- insinto /usr/lib/autopsy/pict
- doins pict/*
- insinto /etc
- doins ${FILESDIR}/autopsy.pl
-
- dodir /usr/bin
- dosym /usr/lib/autopsy/autopsy /usr/bin/autopsy
- fperms +x /usr/lib/autopsy/autopsy
-
- doman man/man1/autopsy.1
- dodoc CHANGES.txt README.txt TODO.txt docs/sleuthkit-informer-13.txt
-}