diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-12-14 14:15:16 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-12-14 14:15:16 +0000 |
commit | 313220139b05261adb4e1f247f78e5127efa9ebe (patch) | |
tree | 15f33e0d48c2906c51fa8f7c335e4c277eb5e87a /app-forensics/autopsy | |
parent | masked wmfrog. see #72358 (diff) | |
download | historical-313220139b05261adb4e1f247f78e5127efa9ebe.tar.gz historical-313220139b05261adb4e1f247f78e5127efa9ebe.tar.bz2 historical-313220139b05261adb4e1f247f78e5127efa9ebe.zip |
ppc and x86 stable. Old version removed:
Diffstat (limited to 'app-forensics/autopsy')
-rw-r--r-- | app-forensics/autopsy/ChangeLog | 6 | ||||
-rw-r--r-- | app-forensics/autopsy/Manifest | 16 | ||||
-rw-r--r-- | app-forensics/autopsy/autopsy-2.00.ebuild | 56 | ||||
-rw-r--r-- | app-forensics/autopsy/autopsy-2.03.ebuild | 4 | ||||
-rw-r--r-- | app-forensics/autopsy/files/digest-autopsy-2.00 | 1 |
5 files changed, 9 insertions, 74 deletions
diff --git a/app-forensics/autopsy/ChangeLog b/app-forensics/autopsy/ChangeLog index 32da7d8018b9..a69c89ee6ff7 100644 --- a/app-forensics/autopsy/ChangeLog +++ b/app-forensics/autopsy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-forensics/autopsy # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/autopsy/ChangeLog,v 1.6 2004/11/21 17:43:58 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/autopsy/ChangeLog,v 1.7 2004/12/14 14:15:16 dragonheart Exp $ + + 14 Dec 2004; Daniel Black <dragonheart@gentoo.org> -autopsy-2.00.ebuild, + autopsy-2.03.ebuild: + ppc and x86 stable. Old version removed: 21 Nov 2004; Karol Wojtaszek <sekretarz@gentoo.org> autopsy-2.03.ebuild: Added to ~amd64, bug #71926 diff --git a/app-forensics/autopsy/Manifest b/app-forensics/autopsy/Manifest index 27ce898d24f3..2efca9cd502e 100644 --- a/app-forensics/autopsy/Manifest +++ b/app-forensics/autopsy/Manifest @@ -1,19 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 0a06dbb1e9adb2b1b3d29bf88be7e7a3 autopsy-2.01.ebuild 1442 -MD5 0ffd09e70741219e6bd31db783df8eb7 autopsy-2.03.ebuild 1457 MD5 a3b946ff45975473e86bf4c230ea4c90 ChangeLog 2214 MD5 20ee07270b7eadc3659cd96a982e460f metadata.xml 230 -MD5 f361eb16fb6256e75e61155d48af0f70 autopsy-2.00.ebuild 1413 +MD5 0a06dbb1e9adb2b1b3d29bf88be7e7a3 autopsy-2.01.ebuild 1442 +MD5 7bcaea99ba8ea19efe65879df34c2d97 autopsy-2.03.ebuild 1455 MD5 28529194353399823ebc1ae197c59063 files/autopsy.pl 692 -MD5 c05a3215316f445eab678356bd2c3327 files/digest-autopsy-2.00 64 MD5 18d57e36340f7d07de759a1cc1b6bc79 files/digest-autopsy-2.01 64 MD5 c8f162c1a97dac665f1b5fd943c831a4 files/digest-autopsy-2.03 64 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBoNPoZ/iYVBmujdURAs4JAJ4x9fOEz3p7/zys1CyuM31q6fqiEwCdEINr -LDtv4tssHi8o+VZDtcoEGZA= -=A7PU ------END PGP SIGNATURE----- diff --git a/app-forensics/autopsy/autopsy-2.00.ebuild b/app-forensics/autopsy/autopsy-2.00.ebuild deleted file mode 100644 index a16cea34cb13..000000000000 --- a/app-forensics/autopsy/autopsy-2.00.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/autopsy/autopsy-2.00.ebuild,v 1.2 2004/09/12 07:40: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" -LICENSE="GPL-2" -SLOT="0" -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_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.03.ebuild b/app-forensics/autopsy/autopsy-2.03.ebuild index 790a4255c182..7076c7bfd945 100644 --- a/app-forensics/autopsy/autopsy-2.03.ebuild +++ b/app-forensics/autopsy/autopsy-2.03.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-forensics/autopsy/autopsy-2.03.ebuild,v 1.4 2004/11/21 17:43:58 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/autopsy/autopsy-2.03.ebuild,v 1.5 2004/12/14 14:15:16 dragonheart Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/autopsy/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~arm ~ppc ~s390 ~sparc ~x86 ~amd64" +KEYWORDS="~arm ppc ~s390 ~sparc x86 ~amd64" IUSE="" # Runtime depend on grep and file deliberate diff --git a/app-forensics/autopsy/files/digest-autopsy-2.00 b/app-forensics/autopsy/files/digest-autopsy-2.00 deleted file mode 100644 index 98c7c3180e52..000000000000 --- a/app-forensics/autopsy/files/digest-autopsy-2.00 +++ /dev/null @@ -1 +0,0 @@ -MD5 73873b4af937cf11354f681b0c269f50 autopsy-2.00.tar.gz 341772 |