Gentoo Archives: gentoo-commits

From: Mike Auty <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/foremost/
Date: Mon, 15 Oct 2018 23:39:02
Message-Id: 1539646708.5357f1605c1f99ad51e50c72fe6ff6e33f1da71c.ikelos@gentoo
1 commit: 5357f1605c1f99ad51e50c72fe6ff6e33f1da71c
2 Author: Mike Auty <ikelos <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 15 23:35:31 2018 +0000
4 Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 15 23:38:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5357f160
7
8 app-forensics/foremost: Remove old package with QA issue.
9
10 Fixes bug 619928.
11
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13 Signed-off-by: Mike Auty <ikelos <AT> gentoo.org>
14
15 app-forensics/foremost/foremost-1.5.7-r2.ebuild | 35 -------------------------
16 1 file changed, 35 deletions(-)
17
18 diff --git a/app-forensics/foremost/foremost-1.5.7-r2.ebuild b/app-forensics/foremost/foremost-1.5.7-r2.ebuild
19 deleted file mode 100644
20 index 5bb7b1464fb..00000000000
21 --- a/app-forensics/foremost/foremost-1.5.7-r2.ebuild
22 +++ /dev/null
23 @@ -1,35 +0,0 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=4
28 -
29 -inherit eutils toolchain-funcs
30 -
31 -DESCRIPTION="A console program to recover files based on their headers and footers"
32 -HOMEPAGE="http://foremost.sourceforge.net/"
33 -#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
34 -# starting to hate sf.net ...
35 -SRC_URI="http://foremost.sourceforge.net/pkg/${P}.tar.gz"
36 -
37 -KEYWORDS="amd64 ppc x86"
38 -IUSE=""
39 -LICENSE="public-domain"
40 -SLOT="0"
41 -
42 -src_prepare() {
43 - epatch "${FILESDIR}/${PN}-1.4-config-location.patch"
44 - epatch "${FILESDIR}/${PN}-1.5.7-format-security.patch"
45 -}
46 -
47 -src_compile() {
48 - emake RAW_FLAGS="${CFLAGS} -Wall ${LDFLAGS}" RAW_CC="$(tc-getCC) -DVERSION=\\\"${PV}\\\"" \
49 - CONF=/etc
50 -}
51 -
52 -src_install() {
53 - dobin foremost
54 - doman foremost.8.gz
55 - insinto /etc
56 - doins foremost.conf
57 - dodoc README CHANGES
58 -}