diff options
author | Joonas Niilola <juippis@gentoo.org> | 2019-12-21 16:42:26 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-12-21 17:06:21 +0200 |
commit | 023cb0dfefdbe2282378149368f22f25672600c1 (patch) | |
tree | 704777b92aa7b57016a058ceac3892a524f0ff80 /app-forensics/magicrescue | |
parent | app-forensics/magicrescue: stabilize on amd64 (diff) | |
download | gentoo-023cb0dfefdbe2282378149368f22f25672600c1.tar.gz gentoo-023cb0dfefdbe2282378149368f22f25672600c1.tar.bz2 gentoo-023cb0dfefdbe2282378149368f22f25672600c1.zip |
app-forensics/magicrescue: clean old EAPI-4 ebuild
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-forensics/magicrescue')
-rw-r--r-- | app-forensics/magicrescue/Manifest | 1 | ||||
-rw-r--r-- | app-forensics/magicrescue/magicrescue-1.1.9.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/app-forensics/magicrescue/Manifest b/app-forensics/magicrescue/Manifest index 0aa741015a5d..8c38341739eb 100644 --- a/app-forensics/magicrescue/Manifest +++ b/app-forensics/magicrescue/Manifest @@ -1,2 +1 @@ DIST magicrescue-1.1.10.tar.gz 227237 BLAKE2B a1584f4e6f4b6771783c565901775e181ba2e952e780565831e5d46245a4dd4670657cec7fb57b18d7dfc09954faec410da2dfe1b35130c23d22d8a6ccf0ab07 SHA512 54fc943a1f521563a3416040eb6b140e3ef79966b615ae0223be0558b810f9202c2d1e5ba0165c43a614caf78dbce1b0992775bef39e9611d2dc290e4582c29d -DIST magicrescue-1.1.9.tar.gz 92621 BLAKE2B a0a3644729c8af3fab9294b211cfbba0a823186219a585923203236aee27954d2337f81fc4d9559b6dde43581c5ce2d6bae5c2961248e2c4f5dd1ab8e31d5b60 SHA512 3c0b97357f0d354dcf53045bbdf2ce81c451ae20c451d2d72dc8b2dbcc480cf48ab436494c0cca20c99f32c938c525074a561cbc779a580a648c674c150a7cc2 diff --git a/app-forensics/magicrescue/magicrescue-1.1.9.ebuild b/app-forensics/magicrescue/magicrescue-1.1.9.ebuild deleted file mode 100644 index 20850ae7df70..000000000000 --- a/app-forensics/magicrescue/magicrescue-1.1.9.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils toolchain-funcs - -DESCRIPTION="Find deleted files in block devices" -HOMEPAGE="http://www.itu.dk/people/jobr/magicrescue/" -SRC_URI="http://www.itu.dk/people/jobr/magicrescue/release/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -DEPEND="|| ( sys-libs/gdbm sys-libs/db )" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-makefile.patch - epatch "${FILESDIR}"/${P}-ldflags.patch - tc-export CC -} - -src_configure() { - # Not autotools, just looks like it sometimes - ./configure --prefix=/usr || die -} |