diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-16 23:04:12 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-20 13:40:21 +0200 |
commit | 6868a466307ae76a6b2589496effd2cccb25ff6e (patch) | |
tree | 193eb58188c9004b29f18fb4a3dc846b68c2d1bf /app-forensics/scalpel | |
parent | app-editors/vis: drop 0.5, EAPI-6-- (diff) | |
download | gentoo-6868a466307ae76a6b2589496effd2cccb25ff6e.tar.gz gentoo-6868a466307ae76a6b2589496effd2cccb25ff6e.tar.bz2 gentoo-6868a466307ae76a6b2589496effd2cccb25ff6e.zip |
app-forensics/scalpel: drop 2.0, EAPI-6--
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-forensics/scalpel')
-rw-r--r-- | app-forensics/scalpel/Manifest | 1 | ||||
-rw-r--r-- | app-forensics/scalpel/scalpel-2.0.ebuild | 31 |
2 files changed, 0 insertions, 32 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 -} |