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: Sun, 28 May 2017 09:35:58
Message-Id: 1495964135.014d83968309be28a94292a677a0d55a02e9d0fc.ikelos@gentoo
1 commit: 014d83968309be28a94292a677a0d55a02e9d0fc
2 Author: Mike Auty <ikelos <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 28 09:34:45 2017 +0000
4 Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
5 CommitDate: Sun May 28 09:35:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=014d8396
7
8 app-forensics/foremost: Uncompress man page before using doman.
9
10 Remove the version of foremost missing the security patch and
11 add a new unstable version to uncompress the man page before
12 using doman on it (bug 619928).
13
14 Package-Manager: Portage-2.3.6, Repoman-2.3.2
15
16 .../{foremost-1.5.7-r1.ebuild => foremost-1.5.7-r3.ebuild} | 11 +++++++----
17 1 file changed, 7 insertions(+), 4 deletions(-)
18
19 diff --git a/app-forensics/foremost/foremost-1.5.7-r1.ebuild b/app-forensics/foremost/foremost-1.5.7-r3.ebuild
20 similarity index 78%
21 rename from app-forensics/foremost/foremost-1.5.7-r1.ebuild
22 rename to app-forensics/foremost/foremost-1.5.7-r3.ebuild
23 index a96a90521a0..69d67a469d2 100644
24 --- a/app-forensics/foremost/foremost-1.5.7-r1.ebuild
25 +++ b/app-forensics/foremost/foremost-1.5.7-r3.ebuild
26 @@ -1,7 +1,7 @@
27 -# Copyright 1999-2012 Gentoo Foundation
28 +# Copyright 1999-2017 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30
31 -EAPI=4
32 +EAPI=6
33
34 inherit eutils toolchain-funcs
35
36 @@ -11,13 +11,15 @@ HOMEPAGE="http://foremost.sourceforge.net/"
37 # starting to hate sf.net ...
38 SRC_URI="http://foremost.sourceforge.net/pkg/${P}.tar.gz"
39
40 -KEYWORDS="amd64 ppc x86"
41 +KEYWORDS="~amd64 ~ppc ~x86"
42 IUSE=""
43 LICENSE="public-domain"
44 SLOT="0"
45
46 src_prepare() {
47 epatch "${FILESDIR}/${PN}-1.4-config-location.patch"
48 + epatch "${FILESDIR}/${PN}-1.5.7-format-security.patch"
49 + default_src_prepare
50 }
51
52 src_compile() {
53 @@ -27,7 +29,8 @@ src_compile() {
54
55 src_install() {
56 dobin foremost
57 - doman foremost.8.gz
58 + gunzip foremost.8.gz
59 + doman foremost.8
60 insinto /etc
61 doins foremost.conf
62 dodoc README CHANGES