Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-simulation/fgrun: ChangeLog fgrun-1.5.1.ebuild
Date: Wed, 28 Oct 2009 15:28:08
Message-Id: E1N3ARR-0000mX-Q6@stork.gentoo.org
1 voyageur 09/10/28 15:28:05
2
3 Modified: ChangeLog
4 Added: fgrun-1.5.1.ebuild
5 Log:
6 Version bump, closes bug #255094
7 (Portage version: 2.2_rc46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 games-simulation/fgrun/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/fgrun/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/fgrun/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/fgrun/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 17 Oct 2009 17:34:40 -0000 1.7
23 +++ ChangeLog 28 Oct 2009 15:28:05 -0000 1.8
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-simulation/fgrun
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.7 2009/10/17 17:34:40 tupone Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.8 2009/10/28 15:28:05 voyageur Exp $
29 +
30 +*fgrun-1.5.1 (28 Oct 2009)
31 +
32 + 28 Oct 2009; Bernard Cafarelli <voyageur@g.o> +fgrun-1.5.1.ebuild,
33 + +files/fgrun-1.5.1-fltk.patch:
34 + Version bump, closes bug #255094
35
36 17 Oct 2009; Tupone Alfredo <tupone@g.o> fgrun-1.0.0.ebuild:
37 Fix typo on src_configure. Bug #258405 by Steven Parker
38
39
40
41 1.1 games-simulation/fgrun/fgrun-1.5.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/fgrun/fgrun-1.5.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/fgrun/fgrun-1.5.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: fgrun-1.5.1.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.5.1.ebuild,v 1.1 2009/10/28 15:28:05 voyageur Exp $
51
52 EAPI=2
53 inherit autotools eutils multilib games
54
55 DESCRIPTION="A graphical frontend for the FlightGear Flight Simulator"
56 HOMEPAGE="http://sourceforge.net/projects/fgrun"
57 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 DEPEND="dev-games/simgear
65 || (
66 <x11-libs/fltk-1.1.9:1.1[opengl]
67 >=x11-libs/fltk-1.1.9:1.1[opengl,threads]
68 )
69 x11-libs/libXi
70 x11-libs/libXmu"
71 RDEPEND="${DEPEND}
72 >=games-simulation/flightgear-1.9.0"
73
74 src_prepare() {
75 epatch "${FILESDIR}/${P}"-fltk.patch
76 AT_M4DIR=. eautoreconf
77 }
78
79 src_configure() {
80 egamesconf \
81 --with-plib-libraries=/usr/$(get_libdir) \
82 --with-plib-includes=/usr/include \
83 || die
84 }
85
86 src_install() {
87 emake DESTDIR="${D}" install || die "emake install failed"
88 dodoc AUTHORS NEWS
89 prepgamesdirs
90 }