Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-sports/vdrift: ChangeLog vdrift-20090615.ebuild
Date: Wed, 06 Oct 2010 16:03:05
Message-Id: 20101006150512.7EE2C20051@flycatcher.gentoo.org
1 tupone 10/10/06 15:05:12
2
3 Modified: ChangeLog vdrift-20090615.ebuild
4 Log:
5 Respect LDFLAGS. Bug #339805
6
7 (Portage version: 2.1.9.13/cvs/Linux i686)
8
9 Revision Changes Path
10 1.14 games-sports/vdrift/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/vdrift/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/vdrift/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/vdrift/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-sports/vdrift/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 20 Nov 2009 14:16:12 -0000 1.13
23 +++ ChangeLog 6 Oct 2010 15:05:12 -0000 1.14
24 @@ -1,6 +1,10 @@
25 # ChangeLog for games-sports/vdrift
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-sports/vdrift/ChangeLog,v 1.13 2009/11/20 14:16:12 maekke Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-sports/vdrift/ChangeLog,v 1.14 2010/10/06 15:05:12 tupone Exp $
30 +
31 + 06 Oct 2010; Tupone Alfredo <tupone@g.o> vdrift-20090615.ebuild,
32 + +files/vdrift-20090615-ldflags.patch:
33 + Respect LDFLAGS. Bug #339805 by flameeyes@g.o
34
35 20 Nov 2009; Markus Meier <maekke@g.o> vdrift-20090615.ebuild:
36 amd64/x86 stable, bug #290955
37
38
39
40 1.5 games-sports/vdrift/vdrift-20090615.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/vdrift/vdrift-20090615.ebuild?rev=1.5&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/vdrift/vdrift-20090615.ebuild?rev=1.5&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/vdrift/vdrift-20090615.ebuild?r1=1.4&r2=1.5
45
46 Index: vdrift-20090615.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/games-sports/vdrift/vdrift-20090615.ebuild,v
49 retrieving revision 1.4
50 retrieving revision 1.5
51 diff -u -r1.4 -r1.5
52 --- vdrift-20090615.ebuild 23 Nov 2009 01:38:47 -0000 1.4
53 +++ vdrift-20090615.ebuild 6 Oct 2010 15:05:12 -0000 1.5
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2009 Gentoo Foundation
56 +# Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/games-sports/vdrift/vdrift-20090615.ebuild,v 1.4 2009/11/23 01:38:47 mr_bones_ Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/games-sports/vdrift/vdrift-20090615.ebuild,v 1.5 2010/10/06 15:05:12 tupone Exp $
60
61 EAPI=2
62 inherit eutils games
63 @@ -37,6 +37,7 @@
64 -e "s/'-O1',\?//" \
65 SConstruct \
66 || die "sed failed"
67 + epatch "${FILESDIR}"/${P}-ldflags.patch
68 }
69
70 src_compile() {