Gentoo Archives: gentoo-commits

From: "Mike Auty (ikelos)" <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-forensics/foremost: foremost-1.5.ebuild ChangeLog foremost-1.4.ebuild foremost-1.5.3.ebuild
Date: Mon, 24 Mar 2008 22:11:38
Message-Id: E1JdutD-00050M-Ic@stork.gentoo.org
1 ikelos 08/03/24 22:11:35
2
3 Modified: foremost-1.5.ebuild ChangeLog foremost-1.4.ebuild
4 Added: foremost-1.5.3.ebuild
5 Log:
6 Version bump, and re-apply patch. Fixes bug 214471.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.2 app-forensics/foremost/foremost-1.5.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/foremost/foremost-1.5.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/foremost/foremost-1.5.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/foremost/foremost-1.5.ebuild?r1=1.1&r2=1.2
15
16 Index: foremost-1.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- foremost-1.5.ebuild 17 May 2007 16:57:23 -0000 1.1
23 +++ foremost-1.5.ebuild 24 Mar 2008 22:11:34 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.ebuild,v 1.1 2007/05/17 16:57:23 hyakuhei Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.ebuild,v 1.2 2008/03/24 22:11:34 ikelos Exp $
30
31 inherit eutils toolchain-funcs
32
33 @@ -17,6 +17,8 @@
34
35 src_unpack() {
36 unpack ${A}
37 + cd "${S}"
38 + epatch "${FILESDIR}/${PN}-1.4-config-location.patch"
39 }
40
41 src_compile() {
42
43
44
45 1.12 app-forensics/foremost/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/foremost/ChangeLog?rev=1.12&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/foremost/ChangeLog?rev=1.12&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/foremost/ChangeLog?r1=1.11&r2=1.12
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-forensics/foremost/ChangeLog,v
54 retrieving revision 1.11
55 retrieving revision 1.12
56 diff -u -r1.11 -r1.12
57 --- ChangeLog 31 Jan 2008 14:31:49 -0000 1.11
58 +++ ChangeLog 24 Mar 2008 22:11:34 -0000 1.12
59 @@ -1,6 +1,12 @@
60 # ChangeLog for app-forensics/foremost
61 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/ChangeLog,v 1.11 2008/01/31 14:31:49 ikelos Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/ChangeLog,v 1.12 2008/03/24 22:11:34 ikelos Exp $
64 +
65 +*foremost-1.5.3 (24 Mar 2008)
66 +
67 + 24 Mar 2008; Mike Auty <ikelos@g.o> foremost-1.4.ebuild,
68 + foremost-1.5.ebuild, +foremost-1.5.3.ebuild:
69 + Version bump, and re-apply patch. Fixes bug 214471.
70
71 31 Jan 2008; Mike Auty <ikelos@g.o> ChangeLog:
72 Re-sign digestless manifest.
73
74
75
76 1.3 app-forensics/foremost/foremost-1.4.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/foremost/foremost-1.4.ebuild?rev=1.3&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/foremost/foremost-1.4.ebuild?rev=1.3&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/foremost/foremost-1.4.ebuild?r1=1.2&r2=1.3
81
82 Index: foremost-1.4.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.4.ebuild,v
85 retrieving revision 1.2
86 retrieving revision 1.3
87 diff -u -r1.2 -r1.3
88 --- foremost-1.4.ebuild 21 Feb 2007 20:03:13 -0000 1.2
89 +++ foremost-1.4.ebuild 24 Mar 2008 22:11:34 -0000 1.3
90 @@ -1,6 +1,6 @@
91 -# Copyright 1999-2007 Gentoo Foundation
92 +# Copyright 1999-2008 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.4.ebuild,v 1.2 2007/02/21 20:03:13 ikelos Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.4.ebuild,v 1.3 2008/03/24 22:11:34 ikelos Exp $
96
97 inherit eutils toolchain-funcs
98
99 @@ -17,8 +17,7 @@
100
101 src_unpack() {
102 unpack ${A}
103 -
104 - epatch ${FILESDIR}/${P}-config-location.patch
105 + epatch "${FILESDIR}/${P}-config-location.patch"
106 }
107
108 src_compile() {
109
110
111
112 1.1 app-forensics/foremost/foremost-1.5.3.ebuild
113
114 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/foremost/foremost-1.5.3.ebuild?rev=1.1&view=markup
115 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/foremost/foremost-1.5.3.ebuild?rev=1.1&content-type=text/plain
116
117 Index: foremost-1.5.3.ebuild
118 ===================================================================
119 # Copyright 1999-2008 Gentoo Foundation
120 # Distributed under the terms of the GNU General Public License v2
121 # $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.3.ebuild,v 1.1 2008/03/24 22:11:34 ikelos Exp $
122
123 inherit eutils toolchain-funcs
124
125 DESCRIPTION="A console program to recover files based on their headers and footers"
126 HOMEPAGE="http://foremost.sourceforge.net/"
127 SRC_URI="http://foremost.sourceforge.net/pkg/${P}.tar.gz"
128
129 KEYWORDS="~ppc ~x86 ~amd64"
130 IUSE=""
131 LICENSE="public-domain"
132 SLOT="0"
133
134 RDEPEND="virtual/libc"
135
136 src_unpack() {
137 unpack ${A}
138 cd "${S}"
139 epatch "${FILESDIR}/${PN}-1.4-config-location.patch"
140 }
141
142 src_compile() {
143 emake RAW_FLAGS="${CFLAGS} -Wall" RAW_CC="$(tc-getCC) -DVERSION=\\\"${PV}\\\"" \
144 CONF=/etc || die "emake failed"
145 }
146
147 src_install() {
148 dobin foremost
149 doman foremost.1
150 insinto /etc
151 doins foremost.conf
152 dodoc README CHANGES
153 }
154
155
156
157 --
158 gentoo-commits@l.g.o mailing list