summaryrefslogtreecommitdiff
path: root/app-forensics/sleuthkit/sleuthkit-4.1.2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-28 20:02:04 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-28 20:02:04 +0100
commita4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad (patch)
tree852c90a4bf354c30ea66504f70bfab5401fba18d /app-forensics/sleuthkit/sleuthkit-4.1.2.ebuild
parent5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 (diff)
gentoo resync : 28.04.2018
Diffstat (limited to 'app-forensics/sleuthkit/sleuthkit-4.1.2.ebuild')
-rw-r--r--app-forensics/sleuthkit/sleuthkit-4.1.2.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/app-forensics/sleuthkit/sleuthkit-4.1.2.ebuild b/app-forensics/sleuthkit/sleuthkit-4.1.2.ebuild
deleted file mode 100644
index 0f0908413b13..000000000000
--- a/app-forensics/sleuthkit/sleuthkit-4.1.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-inherit autotools-utils
-
-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/10" # subslot = major soname version
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-IUSE="aff ewf static-libs"
-
-DEPEND="dev-db/sqlite:3
- ewf? ( app-forensics/libewf )
- aff? ( app-forensics/afflib )"
-RDEPEND="${DEPEND}
- dev-perl/Date-Manip"
-
-DOCS=( NEWS.txt README.txt )
-
-PATCHES=(
- "${FILESDIR}"/${PN}-4.1.0-system-sqlite.patch
- "${FILESDIR}"/${PN}-4.1.0-tools-shared-libs.patch
-)
-
-src_configure() {
- local myeconfargs=(
- $(use_with aff afflib)
- $(use_with ewf libewf)
- )
- autotools-utils_src_configure
-}