summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-forensics/scalpel')
-rw-r--r--app-forensics/scalpel/Manifest1
-rw-r--r--app-forensics/scalpel/scalpel-2.0.ebuild31
-rw-r--r--app-forensics/scalpel/scalpel-2.1_pre20210326.ebuild4
3 files changed, 3 insertions, 33 deletions
diff --git a/app-forensics/scalpel/Manifest b/app-forensics/scalpel/Manifest
index 677b2e6571ee..f5dc0da44e6d 100644
--- a/app-forensics/scalpel/Manifest
+++ b/app-forensics/scalpel/Manifest
@@ -1,2 +1 @@
-DIST scalpel-2.0.tar.gz 1436379 BLAKE2B 7a645c1d6ea32fbd1b0bcfcbfa0f704b6eb58ebe091b8a7ef89f59756c18ce9937849f9754f6ab8548c805e3503f9eb3cc58a2f835956a1315668db5ce19c41f SHA512 7bf8e36f2fd22eb34e0f454c44a3ec3bc4e61dfd44ecda6ae93f0cc41cc3ad2b9fd9604637329bb96274a606812a578c968dd435d9d4a3ac5533613c849d321a
DIST scalpel-2.1_pre20210326.tar.gz 1445147 BLAKE2B f70e16d6854c6f781c2ec389b4595e25055bedc5c69b4c0713ae263d138f0bd9824641099e224cd1969688f6b0acb07c707072afe43955c8752391132eb9b84e SHA512 76811437f01125dcdb27e185ad4f82ba589461eb47638a32af4291b0b81803180e095ccf89440d6c50e35e641e9c3eed63d6ffb33715b5ebe0a3a73389c25e5f
diff --git a/app-forensics/scalpel/scalpel-2.0.ebuild b/app-forensics/scalpel/scalpel-2.0.ebuild
deleted file mode 100644
index b09225018fc9..000000000000
--- a/app-forensics/scalpel/scalpel-2.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A high performance file carver"
-HOMEPAGE="https://github.com/sleuthkit/scalpel"
-SRC_URI="http://www.digitalforensicssolutions.com/Scalpel/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/tre"
-DEPEND="${RDEPEND}"
-
-DOCS=( Changelog README )
-
-src_prepare() {
- # Set the default config file location
- sed -i -e "s:scalpel.conf:/etc/\0:" src/scalpel.h || die "sed failed"
- default
-}
-
-src_install() {
- default
-
- insinto /etc
- doins scalpel.conf
-}
diff --git a/app-forensics/scalpel/scalpel-2.1_pre20210326.ebuild b/app-forensics/scalpel/scalpel-2.1_pre20210326.ebuild
index f2c5f97a0fa8..dd1fe9be6aed 100644
--- a/app-forensics/scalpel/scalpel-2.1_pre20210326.ebuild
+++ b/app-forensics/scalpel/scalpel-2.1_pre20210326.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit autotools
+inherit autotools flag-o-matic
DESCRIPTION="A high performance file carver"
HOMEPAGE="https://github.com/sleuthkit/scalpel"
@@ -34,6 +34,8 @@ src_prepare() {
default
eautoreconf
+
+ filter-lto # https://bugs.gentoo.org/865687
}
src_install() {