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/race: race-0.5.ebuild ChangeLog
Date: Thu, 09 Sep 2010 14:28:37
Message-Id: 20100909142829.C943620051@flycatcher.gentoo.org
1 tupone 10/09/09 14:28:29
2
3 Modified: race-0.5.ebuild ChangeLog
4 Log:
5 Respect LDFLAGS. Bug #336541
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.13 games-sports/race/race-0.5.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/race/race-0.5.ebuild?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/race/race-0.5.ebuild?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/race/race-0.5.ebuild?r1=1.12&r2=1.13
14
15 Index: race-0.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-sports/race/race-0.5.ebuild,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- race-0.5.ebuild 13 Mar 2007 23:25:53 -0000 1.12
22 +++ race-0.5.ebuild 9 Sep 2010 14:28:29 -0000 1.13
23 @@ -1,6 +1,7 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-sports/race/race-0.5.ebuild,v 1.12 2007/03/13 23:25:53 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-sports/race/race-0.5.ebuild,v 1.13 2010/09/09 14:28:29 tupone Exp $
29 +EAPI="2"
30
31 inherit eutils toolchain-funcs games
32
33 @@ -19,15 +20,14 @@
34 media-libs/sdl-image
35 media-libs/sdl-mixer"
36
37 -src_unpack() {
38 - unpack ${A}
39 - cd "${S}"/src
40 - epatch "${FILESDIR}"/${PV}-gentoo.patch
41 +src_prepare() {
42 + epatch "${FILESDIR}"/${PV}-gentoo.patch \
43 + "${FILESDIR}"/${P}-ldflags.patch
44 sed -i \
45 -e "s:GENTOO_DATADIR:${GAMES_DATADIR}/${PN}:g" \
46 -e "s:GENTOO_CONFDIR:${GAMES_SYSCONFDIR}:g" \
47 - *.c || die "sed failed"
48 - find "${S}"/data/ -type d -name .xvpics -print0 | xargs -0 rm -rf
49 + src/*.c || die "sed failed"
50 + find data/ -type d -name .xvpics -print0 | xargs -0 rm -rf
51 }
52
53 src_compile() {
54
55
56
57 1.9 games-sports/race/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/race/ChangeLog?rev=1.9&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/race/ChangeLog?rev=1.9&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/race/ChangeLog?r1=1.8&r2=1.9
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/games-sports/race/ChangeLog,v
66 retrieving revision 1.8
67 retrieving revision 1.9
68 diff -u -r1.8 -r1.9
69 --- ChangeLog 12 Mar 2007 17:36:28 -0000 1.8
70 +++ ChangeLog 9 Sep 2010 14:28:29 -0000 1.9
71 @@ -1,6 +1,10 @@
72 # ChangeLog for games-sports/race
73 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/games-sports/race/ChangeLog,v 1.8 2007/03/12 17:36:28 nyhm Exp $
75 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
76 +# $Header: /var/cvsroot/gentoo-x86/games-sports/race/ChangeLog,v 1.9 2010/09/09 14:28:29 tupone Exp $
77 +
78 + 09 Sep 2010; Tupone Alfredo <tupone@g.o> race-0.5.ebuild,
79 + +files/race-0.5-ldflags.patch:
80 + Respect LDFLAGS. Bug #336541 by flameeyes@g.o
81
82 12 Mar 2007; Tristan Heaven <nyhm@g.o> race-0.5.ebuild:
83 Install menu entry, bug #160244