Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-util/grfcodec: grfcodec-5.1.1.ebuild ChangeLog
Date: Thu, 05 May 2011 00:01:51
Message-Id: 20110505000140.4438120054@flycatcher.gentoo.org
1 mr_bones_ 11/05/05 00:01:39
2
3 Modified: grfcodec-5.1.1.ebuild ChangeLog
4 Log:
5 fix build when FLAGS is in the env (bug #366021) with patch from Andrei Slavoiu
6
7 (Portage version: 2.1.9.42/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 games-util/grfcodec/grfcodec-5.1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/grfcodec/grfcodec-5.1.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/grfcodec/grfcodec-5.1.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/grfcodec/grfcodec-5.1.1.ebuild?r1=1.1&r2=1.2
15
16 Index: grfcodec-5.1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-util/grfcodec/grfcodec-5.1.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- grfcodec-5.1.1.ebuild 4 May 2011 16:55:22 -0000 1.1
23 +++ grfcodec-5.1.1.ebuild 5 May 2011 00:01:39 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/grfcodec-5.1.1.ebuild,v 1.1 2011/05/04 16:55:22 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/grfcodec-5.1.1.ebuild,v 1.2 2011/05/05 00:01:39 mr_bones_ Exp $
29
30 EAPI=3
31
32 @@ -46,6 +46,7 @@
33 LDOPT = ${LDFLAGS}
34 UPX =
35 V = 1
36 + undefine FLAGS
37 __EOF__
38 }
39
40
41
42
43 1.7 games-util/grfcodec/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/grfcodec/ChangeLog?rev=1.7&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/grfcodec/ChangeLog?rev=1.7&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/grfcodec/ChangeLog?r1=1.6&r2=1.7
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v
52 retrieving revision 1.6
53 retrieving revision 1.7
54 diff -u -r1.6 -r1.7
55 --- ChangeLog 4 May 2011 16:55:22 -0000 1.6
56 +++ ChangeLog 5 May 2011 00:01:39 -0000 1.7
57 @@ -1,6 +1,11 @@
58 # ChangeLog for games-util/grfcodec
59 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v 1.6 2011/05/04 16:55:22 mr_bones_ Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v 1.7 2011/05/05 00:01:39 mr_bones_ Exp $
62 +
63 + 05 May 2011; Michael Sterrett <mr_bones_@g.o>
64 + grfcodec-5.1.1.ebuild:
65 + fix build when FLAGS is in the env (bug #366021) with patch from Andrei
66 + Slavoiu
67
68 *grfcodec-5.1.1 (04 May 2011)