Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-simulation/fgrun: ChangeLog fgrun-1.0.0.ebuild
Date: Tue, 01 Jan 2008 18:58:23
Message-Id: E1J9mJc-00060G-TA@stork.gentoo.org
1 nyhm 08/01/01 18:58:16
2
3 Modified: ChangeLog
4 Added: fgrun-1.0.0.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.3 games-simulation/fgrun/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/fgrun/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/fgrun/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/fgrun/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 25 Jul 2007 09:27:29 -0000 1.2
23 +++ ChangeLog 1 Jan 2008 18:58:16 -0000 1.3
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-simulation/fgrun
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.2 2007/07/25 09:27:29 opfer Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.3 2008/01/01 18:58:16 nyhm Exp $
30 +
31 +*fgrun-1.0.0 (01 Jan 2008)
32 +
33 + 01 Jan 2008; Tristan Heaven <nyhm@g.o>
34 + +files/fgrun-1.0.0-fltk.patch, +fgrun-1.0.0.ebuild:
35 + Version bump
36
37 25 Jul 2007; Christian Faulhammer <opfer@g.o> fgrun-0.4.8.ebuild:
38 keyworded ~x86, bug 186379; fixed detection of media-libs/plib
39
40
41
42 1.1 games-simulation/fgrun/fgrun-1.0.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/fgrun/fgrun-1.0.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/fgrun/fgrun-1.0.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: fgrun-1.0.0.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.0.0.ebuild,v 1.1 2008/01/01 18:58:16 nyhm Exp $
52
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 x11-libs/fltk
66 games-simulation/flightgear
67 x11-libs/libXi
68 x11-libs/libXmu"
69
70 src_unpack() {
71 unpack ${A}
72 cd "${S}"
73 epatch "${FILESDIR}/${P}"-fltk.patch
74 AT_M4DIR=. eautoreconf
75 }
76
77 src_compile() {
78 egamesconf \
79 --with-plib-libraries=/usr/$(get_libdir) \
80 --with-plib-includes=/usr/include \
81 || die
82 emake || die "emake failed"
83 }
84
85 src_install() {
86 emake DESTDIR="${D}" install || die "emake install failed"
87 dodoc AUTHORS NEWS
88 prepgamesdirs
89 }
90
91
92
93 --
94 gentoo-commits@g.o mailing list