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-simulation/flightgear: flightgear-1.0.0.ebuild ChangeLog
Date: Mon, 08 Sep 2008 17:18:18
Message-Id: E1KckNS-0000MH-KV@stork.gentoo.org
1 mr_bones_ 08/09/08 17:18:14
2
3 Modified: flightgear-1.0.0.ebuild ChangeLog
4 Log:
5 fix building with USE=sdl (bug #237020)
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.3 games-simulation/flightgear/flightgear-1.0.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/flightgear/flightgear-1.0.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/flightgear/flightgear-1.0.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/flightgear/flightgear-1.0.0.ebuild?r1=1.2&r2=1.3
14
15 Index: flightgear-1.0.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-1.0.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- flightgear-1.0.0.ebuild 7 Sep 2008 13:24:12 -0000 1.2
22 +++ flightgear-1.0.0.ebuild 8 Sep 2008 17:18:14 -0000 1.3
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-1.0.0.ebuild,v 1.2 2008/09/07 13:24:12 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-1.0.0.ebuild,v 1.3 2008/09/08 17:18:14 mr_bones_ Exp $
28
29 -inherit eutils games
30 +inherit autotools eutils games
31
32 MY_PN=FlightGear
33 MY_P=${MY_PN}-${PV}
34 @@ -24,6 +24,13 @@
35
36 S=${WORKDIR}/${MY_P}
37
38 +src_unpack() {
39 + unpack ${A}
40 + cd "${S}"
41 + epatch "${FILESDIR}/${P}-sdl.patch"
42 + eautoreconf
43 +}
44 +
45 src_compile() {
46 egamesconf \
47 --disable-dependency-tracking \
48
49
50
51 1.33 games-simulation/flightgear/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/flightgear/ChangeLog?rev=1.33&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/flightgear/ChangeLog?rev=1.33&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/flightgear/ChangeLog?r1=1.32&r2=1.33
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v
60 retrieving revision 1.32
61 retrieving revision 1.33
62 diff -u -r1.32 -r1.33
63 --- ChangeLog 7 Sep 2008 13:24:12 -0000 1.32
64 +++ ChangeLog 8 Sep 2008 17:18:14 -0000 1.33
65 @@ -1,6 +1,10 @@
66 # ChangeLog for games-simulation/flightgear
67 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.32 2008/09/07 13:24:12 maekke Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.33 2008/09/08 17:18:14 mr_bones_ Exp $
70 +
71 + 08 Sep 2008; Michael Sterrett <mr_bones_@g.o>
72 + +files/flightgear-1.0.0-sdl.patch, flightgear-1.0.0.ebuild:
73 + fix building with USE=sdl (bug #237020)
74
75 07 Sep 2008; Markus Meier <maekke@g.o> flightgear-1.0.0.ebuild:
76 x86 stable, bug #217505