Gentoo Archives: gentoo-commits

From: "Victor Ostorga (vostorga)" <vostorga@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/gatling: ChangeLog gatling-0.12.ebuild
Date: Sun, 30 May 2010 23:36:41
Message-Id: 20100530233633.393232CAD8@corvid.gentoo.org
1 vostorga 10/05/30 23:36:32
2
3 Modified: ChangeLog gatling-0.12.ebuild
4 Log:
5 Respecting LDFLAGS, fixing pre-stripped files bug #314111
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.6 www-servers/gatling/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gatling/ChangeLog?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gatling/ChangeLog?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gatling/ChangeLog?r1=1.5&r2=1.6
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-servers/gatling/ChangeLog,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- ChangeLog 3 May 2010 18:05:21 -0000 1.5
22 +++ ChangeLog 30 May 2010 23:36:32 -0000 1.6
23 @@ -1,6 +1,10 @@
24 # ChangeLog for www-servers/gatling
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-servers/gatling/ChangeLog,v 1.5 2010/05/03 18:05:21 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-servers/gatling/ChangeLog,v 1.6 2010/05/30 23:36:32 vostorga Exp $
28 +
29 + 30 May 2010; VĂ­ctor Ostorga <vostorga@g.o> gatling-0.12.ebuild,
30 + +files/gatling-0.12-FLAGS.patch:
31 + Respecting LDFLAGS, fixing pre-stripped files bug #314111
32
33 *gatling-0.12 (03 May 2010)
34
35
36
37
38 1.2 www-servers/gatling/gatling-0.12.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gatling/gatling-0.12.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gatling/gatling-0.12.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gatling/gatling-0.12.ebuild?r1=1.1&r2=1.2
43
44 Index: gatling-0.12.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/www-servers/gatling/gatling-0.12.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- gatling-0.12.ebuild 3 May 2010 18:05:21 -0000 1.1
51 +++ gatling-0.12.ebuild 30 May 2010 23:36:32 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/www-servers/gatling/gatling-0.12.ebuild,v 1.1 2010/05/03 18:05:21 patrick Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/www-servers/gatling/gatling-0.12.ebuild,v 1.2 2010/05/30 23:36:32 vostorga Exp $
57
58 inherit eutils
59
60 @@ -26,7 +26,7 @@
61 unpack $A
62 cd "${S}"
63
64 - epatch "${FILESDIR}/gentoo-vars.patch"
65 + epatch "${FILESDIR}/${P}-FLAGS.patch"
66 }
67
68 src_compile() {