summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-06-27 18:52:01 +0000
committerTim Harder <radhermit@gentoo.org>2012-06-27 18:52:01 +0000
commitd4b88027180c38ef1fe99f3764a2d424c9e48b33 (patch)
tree5e9cd7e14941550d6c14b90e14ede158ceaa43b3 /app-forensics/sleuthkit
parentUse autotools and prune_libtool_files instead of the autotools-utils eclass. (diff)
downloadgentoo-2-d4b88027180c38ef1fe99f3764a2d424c9e48b33.tar.gz
gentoo-2-d4b88027180c38ef1fe99f3764a2d424c9e48b33.tar.bz2
gentoo-2-d4b88027180c38ef1fe99f3764a2d424c9e48b33.zip
Remove old.
(Portage version: 2.2.0_alpha112/cvs/Linux x86_64)
Diffstat (limited to 'app-forensics/sleuthkit')
-rw-r--r--app-forensics/sleuthkit/ChangeLog5
-rw-r--r--app-forensics/sleuthkit/sleuthkit-3.2.2.ebuild27
2 files changed, 4 insertions, 28 deletions
diff --git a/app-forensics/sleuthkit/ChangeLog b/app-forensics/sleuthkit/ChangeLog
index ddcfb9fddf35..f6988895ea58 100644
--- a/app-forensics/sleuthkit/ChangeLog
+++ b/app-forensics/sleuthkit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-forensics/sleuthkit
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/ChangeLog,v 1.57 2012/06/27 18:50:00 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/ChangeLog,v 1.58 2012/06/27 18:52:01 radhermit Exp $
+
+ 27 Jun 2012; Tim Harder <radhermit@gentoo.org> -sleuthkit-3.2.2.ebuild:
+ Remove old.
27 Jun 2012; Tim Harder <radhermit@gentoo.org> sleuthkit-3.2.3.ebuild:
Use autotools and prune_libtool_files instead of the autotools-utils eclass.
diff --git a/app-forensics/sleuthkit/sleuthkit-3.2.2.ebuild b/app-forensics/sleuthkit/sleuthkit-3.2.2.ebuild
deleted file mode 100644
index 15534337443c..000000000000
--- a/app-forensics/sleuthkit/sleuthkit-3.2.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-3.2.2.ebuild,v 1.4 2011/12/10 22:15:38 radhermit Exp $
-
-EAPI="4"
-
-DESCRIPTION="A collection of file system and media management forensic analysis tools"
-HOMEPAGE="http://www.sleuthkit.org/sleuthkit/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2 IBM"
-SLOT=0
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-IUSE="aff ewf"
-
-DEPEND="ewf? ( app-forensics/libewf[-ewf2] )
- aff? ( app-forensics/afflib )"
-RDEPEND="${DEPEND}
- dev-perl/DateManip"
-
-DOCS="NEWS.txt README.txt"
-
-src_configure() {
- econf \
- $(use_with aff afflib) \
- $(use_with ewf libewf)
-}