summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-09-23 12:14:06 +0000
committerMike Frysinger <vapier@gentoo.org>2004-09-23 12:14:06 +0000
commita7b119291730f76a002493e6b26ad626380e8b81 (patch)
tree46f30a616087c21ddd0468d3269cbd3e43463198 /app-forensics/autopsy
parentskeyprune regex for matching zeroed entries was case sensitive, meaning it mi... (diff)
downloadgentoo-2-a7b119291730f76a002493e6b26ad626380e8b81.tar.gz
gentoo-2-a7b119291730f76a002493e6b26ad626380e8b81.tar.bz2
gentoo-2-a7b119291730f76a002493e6b26ad626380e8b81.zip
arm KEYWORDS
Diffstat (limited to 'app-forensics/autopsy')
-rw-r--r--app-forensics/autopsy/autopsy-2.01.ebuild10
-rw-r--r--app-forensics/autopsy/autopsy-2.03.ebuild10
2 files changed, 8 insertions, 12 deletions
diff --git a/app-forensics/autopsy/autopsy-2.01.ebuild b/app-forensics/autopsy/autopsy-2.01.ebuild
index d45b9b8b7eab..f3176ceb4bc4 100644
--- a/app-forensics/autopsy/autopsy-2.01.ebuild
+++ b/app-forensics/autopsy/autopsy-2.01.ebuild
@@ -1,25 +1,23 @@
# 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.01.ebuild,v 1.3 2004/09/18 16:18:22 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/autopsy/autopsy-2.01.ebuild,v 1.4 2004/09/23 12:14:06 vapier 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"
+SRC_URI="mirror://sourceforge/autopsy/${P}.tar.gz"
-KEYWORDS="x86 sparc ~s390 ~ppc"
LICENSE="GPL-2"
SLOT="0"
+KEYWORDS="arm ppc s390 sparc x86"
IUSE=""
-# Runtime depend on grep and file deliberate
+# 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"
diff --git a/app-forensics/autopsy/autopsy-2.03.ebuild b/app-forensics/autopsy/autopsy-2.03.ebuild
index 00ca6fea5f65..d47a145f2370 100644
--- a/app-forensics/autopsy/autopsy-2.03.ebuild
+++ b/app-forensics/autopsy/autopsy-2.03.ebuild
@@ -1,25 +1,23 @@
# 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.2 2004/09/12 07:40:08 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/autopsy/autopsy-2.03.ebuild,v 1.3 2004/09/23 12:14:06 vapier 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"
+SRC_URI="mirror://sourceforge/autopsy/${P}.tar.gz"
-KEYWORDS="~x86 ~sparc ~s390 ~ppc"
LICENSE="GPL-2"
SLOT="0"
+KEYWORDS="~arm ~ppc ~s390 ~sparc ~x86"
IUSE=""
-# Runtime depend on grep and file deliberate
+# 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"