summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-09-11 14:18:08 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-09-11 14:18:08 +0000
commitbe99f531ca0b8bbe3a7b40192a0fe76ca021b0ac (patch)
tree93559e60b7c3404a736b6837879fc2c15fef38c5 /app-admin/autopsy
parentClosing #62064 (Manifest recommit) (diff)
downloadgentoo-2-be99f531ca0b8bbe3a7b40192a0fe76ca021b0ac.tar.gz
gentoo-2-be99f531ca0b8bbe3a7b40192a0fe76ca021b0ac.tar.bz2
gentoo-2-be99f531ca0b8bbe3a7b40192a0fe76ca021b0ac.zip
x86 stable + version bump
Diffstat (limited to 'app-admin/autopsy')
-rw-r--r--app-admin/autopsy/ChangeLog8
-rw-r--r--app-admin/autopsy/Manifest8
-rw-r--r--app-admin/autopsy/autopsy-2.01.ebuild4
-rw-r--r--app-admin/autopsy/autopsy-2.03.ebuild60
-rw-r--r--app-admin/autopsy/files/digest-autopsy-2.031
5 files changed, 75 insertions, 6 deletions
diff --git a/app-admin/autopsy/ChangeLog b/app-admin/autopsy/ChangeLog
index eba50a4fc1dd..06200f5835f0 100644
--- a/app-admin/autopsy/ChangeLog
+++ b/app-admin/autopsy/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-admin/autopsy
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/autopsy/ChangeLog,v 1.9 2004/07/21 07:30:10 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/autopsy/ChangeLog,v 1.10 2004/09/11 14:18:08 dragonheart Exp $
+
+*autopsy-2.03 (11 Sep 2004)
+
+ 11 Sep 2004; Daniel Black <dragonheart@gentoo.org> autopsy-2.01.ebuild,
+ +autopsy-2.03.ebuild:
+ x86 stable + version bump
21 Jul 2004; David Holm <dholm@gentoo.org> autopsy-2.01.ebuild:
Added to ~ppc.
diff --git a/app-admin/autopsy/Manifest b/app-admin/autopsy/Manifest
index b825b40b7647..6bf2b1d985b0 100644
--- a/app-admin/autopsy/Manifest
+++ b/app-admin/autopsy/Manifest
@@ -1,7 +1,9 @@
-MD5 62dca089260fdb70c4634bb419767c09 ChangeLog 1184
MD5 e96787b73921c43f02ecea357cabddc0 autopsy-2.00.ebuild 1396
+MD5 62dca089260fdb70c4634bb419767c09 ChangeLog 1184
MD5 6d796b061ed1c1337ef157a5f74dab35 metadata.xml 403
-MD5 439914cd88641b5afe48fb7eea06dd92 autopsy-2.01.ebuild 1450
-MD5 7acbb37db527316691b7d21cb904a0ae files/autopsy.pl 663
+MD5 9ab9c04d0f23fd9c07091d98d3edc3be autopsy-2.01.ebuild 1449
+MD5 439914cd88641b5afe48fb7eea06dd92 autopsy-2.03.ebuild 1450
MD5 c05a3215316f445eab678356bd2c3327 files/digest-autopsy-2.00 64
+MD5 7acbb37db527316691b7d21cb904a0ae files/autopsy.pl 663
MD5 18d57e36340f7d07de759a1cc1b6bc79 files/digest-autopsy-2.01 64
+MD5 c8f162c1a97dac665f1b5fd943c831a4 files/digest-autopsy-2.03 64
diff --git a/app-admin/autopsy/autopsy-2.01.ebuild b/app-admin/autopsy/autopsy-2.01.ebuild
index eefa92a90fd4..9916a6a67ea3 100644
--- a/app-admin/autopsy/autopsy-2.01.ebuild
+++ b/app-admin/autopsy/autopsy-2.01.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/autopsy/autopsy-2.01.ebuild,v 1.2 2004/07/21 07:30:10 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/autopsy/autopsy-2.01.ebuild,v 1.3 2004/09/11 14:18:08 dragonheart Exp $
inherit eutils
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/autopsy/${P}.tar.gz"
HOMEPAGE="http://www.sleuthkit.org/autopsy/"
RESTRICT="nomirror"
-KEYWORDS="~x86 ~sparc ~s390 ~ppc"
+KEYWORDS="x86 ~sparc ~s390 ~ppc"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
diff --git a/app-admin/autopsy/autopsy-2.03.ebuild b/app-admin/autopsy/autopsy-2.03.ebuild
new file mode 100644
index 000000000000..0a978cbe3f6c
--- /dev/null
+++ b/app-admin/autopsy/autopsy-2.03.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/autopsy/autopsy-2.03.ebuild,v 1.1 2004/09/11 14:18:08 dragonheart Exp $
+
+inherit eutils
+
+DESCRIPTION="A graphical interface to the digital forensic analysis tools in The Sleuth Kit."
+SRC_URI="mirror://sourceforge/autopsy/${P}.tar.gz"
+HOMEPAGE="http://www.sleuthkit.org/autopsy/"
+RESTRICT="nomirror"
+
+KEYWORDS="~x86 ~sparc ~s390 ~ppc"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+# Runtime depend on grep and file deliberate
+
+RDEPEND="dev-lang/perl
+ app-admin/sleuthkit
+ sys-apps/grep
+ sys-apps/file"
+
+DEPEND="dev-lang/perl
+ app-admin/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-admin/autopsy/files/digest-autopsy-2.03 b/app-admin/autopsy/files/digest-autopsy-2.03
new file mode 100644
index 000000000000..cd394f9f3397
--- /dev/null
+++ b/app-admin/autopsy/files/digest-autopsy-2.03
@@ -0,0 +1 @@
+MD5 51b056624cc81ca1bdf281e2e23a160d autopsy-2.03.tar.gz 350843