Gentoo Archives: gentoo-commits

From: Christian Schmitt <chris@××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: dev-games/simgear/, games-simulation/flightgear/
Date: Wed, 02 Nov 2011 12:24:16
Message-Id: e48d2a7430f1ec252fef176759e033ac6c0b4502.christian@gentoo
1 commit: e48d2a7430f1ec252fef176759e033ac6c0b4502
2 Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
3 AuthorDate: Wed Nov 2 12:03:28 2011 +0000
4 Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
5 CommitDate: Wed Nov 2 12:23:47 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=e48d2a74
7
8 [dev-games/simgear,games-simulation/flightgear] remove 2.4.0 versions (in tree)
9
10 ---
11 dev-games/simgear/simgear-2.4.0.ebuild | 30 --------------
12 .../flightgear/flightgear-2.4.0.ebuild | 42 --------------------
13 2 files changed, 0 insertions(+), 72 deletions(-)
14
15 diff --git a/dev-games/simgear/simgear-2.4.0.ebuild b/dev-games/simgear/simgear-2.4.0.ebuild
16 deleted file mode 100644
17 index 5644433..0000000
18 --- a/dev-games/simgear/simgear-2.4.0.ebuild
19 +++ /dev/null
20 @@ -1,30 +0,0 @@
21 -# Copyright 1999-2011 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Header: $
24 -
25 -EAPI=4
26 -
27 -inherit eutils
28 -
29 -DESCRIPTION="Development library for simulation games"
30 -HOMEPAGE="http://www.simgear.org/"
31 -SRC_URI="mirror://simgear/Source/${P}.tar.bz2"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE="subversion"
37 -
38 -RDEPEND=">=dev-games/openscenegraph-2.9[png]
39 - dev-libs/boost
40 - media-libs/openal
41 - media-libs/freealut
42 - subversion? ( dev-vcs/subversion )"
43 -DEPEND="${RDEPEND}"
44 -
45 -DOCS=(NEWS AUTHORS)
46 -
47 -src_configure() {
48 - econf \
49 - $(use_with subversion libsvn)
50 -}
51
52 diff --git a/games-simulation/flightgear/flightgear-2.4.0.ebuild b/games-simulation/flightgear/flightgear-2.4.0.ebuild
53 deleted file mode 100644
54 index 71f0f5e..0000000
55 --- a/games-simulation/flightgear/flightgear-2.4.0.ebuild
56 +++ /dev/null
57 @@ -1,42 +0,0 @@
58 -# Copyright 1999-2011 Gentoo Foundation
59 -# Distributed under the terms of the GNU General Public License v2
60 -# $Header: $
61 -
62 -EAPI=2
63 -
64 -inherit eutils games
65 -
66 -MY_PN=FlightGear
67 -DESCRIPTION="Open Source Flight Simulator"
68 -HOMEPAGE="http://www.flightgear.org/"
69 -SRC_URI="mirror://flightgear/Source/${P}.tar.bz2
70 - mirror://flightgear/Shared/${MY_PN}-data-${PV}.tar.bz2"
71 -
72 -LICENSE="GPL-2"
73 -SLOT="0"
74 -KEYWORDS="~amd64 ~x86"
75 -IUSE="subversion"
76 -
77 -RDEPEND=">=dev-games/openscenegraph-2.9[png]
78 - =dev-games/simgear-2.4.0[subversion=]
79 - media-libs/plib
80 - x11-libs/libXmu
81 - x11-libs/libXi
82 - subversion? ( dev-vcs/subversion )"
83 -DEPEND="${RDEPEND}"
84 -
85 -src_configure() {
86 - egamesconf \
87 - --without-fgpanel \
88 - $(use_with subversion libsvn)
89 -}
90 -
91 -src_install() {
92 - emake DESTDIR="${D}" install
93 - dodoc AUTHORS ChangeLog NEWS README Thanks
94 - insinto "${GAMES_DATADIR}"/"${PN}"
95 - doins -r ../data/* || die "doins failed"
96 - newicon ../data/Aircraft/A6M2/thumbnail.jpg ${PN}.png
97 - make_desktop_entry fgfs "${MY_PN}"
98 - prepgamesdirs
99 -}