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/toycars: ChangeLog toycars-0.3.10.ebuild
Date: Wed, 31 Mar 2010 19:56:15
Message-Id: E1Nx41M-00083k-CU@stork.gentoo.org
1 tupone 10/03/31 19:56:12
2
3 Modified: ChangeLog toycars-0.3.10.ebuild
4 Log:
5 Rename corner.map to fix bug #311811
6 (Portage version: 2.1.7.17/cvs/Linux i686)
7
8 Revision Changes Path
9 1.16 games-sports/toycars/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/toycars/ChangeLog?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/toycars/ChangeLog?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/toycars/ChangeLog?r1=1.15&r2=1.16
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-sports/toycars/ChangeLog,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- ChangeLog 25 Nov 2009 14:27:06 -0000 1.15
22 +++ ChangeLog 31 Mar 2010 19:56:12 -0000 1.16
23 @@ -1,6 +1,9 @@
24 # ChangeLog for games-sports/toycars
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-sports/toycars/ChangeLog,v 1.15 2009/11/25 14:27:06 maekke Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-sports/toycars/ChangeLog,v 1.16 2010/03/31 19:56:12 tupone Exp $
29 +
30 + 31 Mar 2010; Tupone Alfredo <tupone@g.o> toycars-0.3.10.ebuild:
31 + Rename corner.map to fix bug #311811 by Robert Cernansky
32
33 25 Nov 2009; Markus Meier <maekke@g.o> toycars-0.3.10.ebuild:
34 amd64/x86 stable, bug #294341
35
36
37
38 1.5 games-sports/toycars/toycars-0.3.10.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/toycars/toycars-0.3.10.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/toycars/toycars-0.3.10.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/toycars/toycars-0.3.10.ebuild?r1=1.4&r2=1.5
43
44 Index: toycars-0.3.10.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-sports/toycars/toycars-0.3.10.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- toycars-0.3.10.ebuild 25 Nov 2009 14:27:06 -0000 1.4
51 +++ toycars-0.3.10.ebuild 31 Mar 2010 19:56:12 -0000 1.5
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2009 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/games-sports/toycars/toycars-0.3.10.ebuild,v 1.4 2009/11/25 14:27:06 maekke Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/games-sports/toycars/toycars-0.3.10.ebuild,v 1.5 2010/03/31 19:56:12 tupone Exp $
58
59 EAPI=2
60 inherit eutils flag-o-matic games
61 @@ -23,6 +23,7 @@
62
63 src_prepare() {
64 epatch "${FILESDIR}"/${P}-glibc-2.10.patch
65 + mv data/tracks/Corner/{c,C}orner.map
66 }
67
68 src_configure() {