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.5-r1.ebuild foremost-1.5.6-r1.ebuild foremost-1.5.7-r1.ebuild
Date: Tue, 07 Sep 2010 12:59:04
Message-Id: 20100907125901.93EF620051@flycatcher.gentoo.org
1 ikelos 10/09/07 12:59:01
2
3 Modified: foremost-1.5.5-r1.ebuild foremost-1.5.6-r1.ebuild
4 foremost-1.5.7-r1.ebuild
5 Log:
6 Fix bug 336153 by adding LDFLAGS to RAW_FLAGS for compilation.
7
8 (Portage version: 2.2_rc74/cvs/Linux i686)
9
10 Revision Changes Path
11 1.2 app-forensics/foremost/foremost-1.5.5-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/foremost/foremost-1.5.5-r1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/foremost/foremost-1.5.5-r1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/foremost/foremost-1.5.5-r1.ebuild?r1=1.1&r2=1.2
16
17 Index: foremost-1.5.5-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.5-r1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- foremost-1.5.5-r1.ebuild 12 Apr 2010 20:20:14 -0000 1.1
24 +++ foremost-1.5.5-r1.ebuild 7 Sep 2010 12:59:01 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2010 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.5-r1.ebuild,v 1.1 2010/04/12 20:20:14 idl0r Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.5-r1.ebuild,v 1.2 2010/09/07 12:59:01 ikelos Exp $
30
31 inherit eutils toolchain-funcs
32
33 @@ -20,7 +20,7 @@
34 }
35
36 src_compile() {
37 - emake RAW_FLAGS="${CFLAGS} -Wall" RAW_CC="$(tc-getCC) -DVERSION=\\\"${PV}\\\"" \
38 + emake RAW_FLAGS="${CFLAGS} -Wall ${LDFLAGS}" RAW_CC="$(tc-getCC) -DVERSION=\\\"${PV}\\\"" \
39 CONF=/etc || die "emake failed"
40 }
41
42
43
44
45 1.2 app-forensics/foremost/foremost-1.5.6-r1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/foremost/foremost-1.5.6-r1.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/foremost/foremost-1.5.6-r1.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/foremost/foremost-1.5.6-r1.ebuild?r1=1.1&r2=1.2
50
51 Index: foremost-1.5.6-r1.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.6-r1.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- foremost-1.5.6-r1.ebuild 12 Apr 2010 20:20:14 -0000 1.1
58 +++ foremost-1.5.6-r1.ebuild 7 Sep 2010 12:59:01 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2010 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.6-r1.ebuild,v 1.1 2010/04/12 20:20:14 idl0r Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.6-r1.ebuild,v 1.2 2010/09/07 12:59:01 ikelos Exp $
64
65 inherit eutils toolchain-funcs
66
67 @@ -22,7 +22,7 @@
68 }
69
70 src_compile() {
71 - emake RAW_FLAGS="${CFLAGS} -Wall" RAW_CC="$(tc-getCC) -DVERSION=\\\"${PV}\\\"" \
72 + emake RAW_FLAGS="${CFLAGS} -Wall ${LDFLAGS}" RAW_CC="$(tc-getCC) -DVERSION=\\\"${PV}\\\"" \
73 CONF=/etc || die "emake failed"
74 }
75
76
77
78
79 1.2 app-forensics/foremost/foremost-1.5.7-r1.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/foremost/foremost-1.5.7-r1.ebuild?rev=1.2&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/foremost/foremost-1.5.7-r1.ebuild?rev=1.2&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/foremost/foremost-1.5.7-r1.ebuild?r1=1.1&r2=1.2
84
85 Index: foremost-1.5.7-r1.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.7-r1.ebuild,v
88 retrieving revision 1.1
89 retrieving revision 1.2
90 diff -u -r1.1 -r1.2
91 --- foremost-1.5.7-r1.ebuild 12 Apr 2010 20:20:14 -0000 1.1
92 +++ foremost-1.5.7-r1.ebuild 7 Sep 2010 12:59:01 -0000 1.2
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2010 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.7-r1.ebuild,v 1.1 2010/04/12 20:20:14 idl0r Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.7-r1.ebuild,v 1.2 2010/09/07 12:59:01 ikelos Exp $
98
99 inherit eutils toolchain-funcs
100
101 @@ -22,7 +22,7 @@
102 }
103
104 src_compile() {
105 - emake RAW_FLAGS="${CFLAGS} -Wall" RAW_CC="$(tc-getCC) -DVERSION=\\\"${PV}\\\"" \
106 + emake RAW_FLAGS="${CFLAGS} -Wall ${LDFLAGS}" RAW_CC="$(tc-getCC) -DVERSION=\\\"${PV}\\\"" \
107 CONF=/etc || die "emake failed"
108 }