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: Tue, 28 Aug 2012 08:24:21
Message-Id: 1346142182.6d7b6d289bdeb9a6e349eeee57f231a838149853.christian@gentoo
1 commit: 6d7b6d289bdeb9a6e349eeee57f231a838149853
2 Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
3 AuthorDate: Tue Aug 28 08:23:02 2012 +0000
4 Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
5 CommitDate: Tue Aug 28 08:23:02 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=6d7b6d28
7
8 Remove simgear-2.8 and flightgear-2.8. Both in tree now
9
10 ---
11 dev-games/simgear/simgear-2.8.0.ebuild | 37 ------------
12 .../flightgear/flightgear-2.8.0.ebuild | 60 --------------------
13 2 files changed, 0 insertions(+), 97 deletions(-)
14
15 diff --git a/dev-games/simgear/simgear-2.8.0.ebuild b/dev-games/simgear/simgear-2.8.0.ebuild
16 deleted file mode 100644
17 index f1730c1..0000000
18 --- a/dev-games/simgear/simgear-2.8.0.ebuild
19 +++ /dev/null
20 @@ -1,37 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Header: $
24 -
25 -EAPI=4
26 -
27 -inherit cmake-utils
28 -
29 -DESCRIPTION="Development library for simulation games"
30 -HOMEPAGE="http://www.simgear.org/"
31 -SRC_URI="http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/${P}.tar.bz2"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE="subversion X"
37 -
38 -RDEPEND="dev-libs/boost
39 - X? ( >=dev-games/openscenegraph-3.0[png]
40 - media-libs/freealut
41 - subversion? ( dev-vcs/subversion )
42 - )
43 -"
44 -
45 -DEPEND="${RDEPEND}"
46 -
47 -DOCS=(NEWS AUTHORS)
48 -
49 -src_configure() {
50 - mycmakeargs=(
51 - -DSIMGEAR_SHARED=ON
52 - $(cmake-utils_use subversion ENABLE_LIBSVN)
53 - $(cmake-utils_use !X SIMGEAR_HEADLESS)
54 - )
55 -
56 - cmake-utils_src_configure
57 -}
58
59 diff --git a/games-simulation/flightgear/flightgear-2.8.0.ebuild b/games-simulation/flightgear/flightgear-2.8.0.ebuild
60 deleted file mode 100644
61 index 628ee5f..0000000
62 --- a/games-simulation/flightgear/flightgear-2.8.0.ebuild
63 +++ /dev/null
64 @@ -1,60 +0,0 @@
65 -# Copyright 1999-2012 Gentoo Foundation
66 -# Distributed under the terms of the GNU General Public License v2
67 -# $Header: $
68 -
69 -EAPI=4
70 -
71 -inherit games cmake-utils
72 -
73 -DESCRIPTION="Open Source Flight Simulator"
74 -HOMEPAGE="http://www.flightgear.org/"
75 -SRC_URI="mirror://flightgear/Source/${P}.tar.bz2
76 - mirror://flightgear/Shared/FlightGear-data-${PV}.tar.bz2"
77 -
78 -LICENSE="GPL-2"
79 -SLOT="0"
80 -KEYWORDS="~amd64 ~x86"
81 -IUSE="+jsbsim subversion +yasim"
82 -
83 -RDEPEND=">=dev-games/openscenegraph-3.0[png]
84 - >=dev-games/simgear-2.8[subversion=,X]
85 - media-libs/plib
86 - sys-fs/udev
87 - x11-libs/libXmu
88 - x11-libs/libXi
89 - subversion? ( dev-vcs/subversion )"
90 -DEPEND="${RDEPEND}"
91 -
92 -DOCS=(AUTHORS ChangeLog NEWS README Thanks)
93 -
94 -src_configure() {
95 - mycmakeargs=(
96 - -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
97 - -DFG_DATA_DIR="${GAMES_DATADIR}"/${PN}
98 - -DENABLE_FGADMIN=OFF
99 - -DENABLE_LARCSIM=OFF
100 - -DENABLE_UIUC_MODEL=OFF
101 - -DSIMGEAR_SHARED=ON
102 - -DWITH_FGPANEL=OFF
103 - $(cmake-utils_use_enable jsbsim)
104 - $(cmake-utils_use_enable yasim)
105 - $(cmake-utils_use subversion ENABLE_LIBSVN)
106 - )
107 - cmake-utils_src_configure
108 -}
109 -
110 -src_install() {
111 - cmake-utils_src_install
112 - insinto "${GAMES_DATADIR}"/${PN}
113 - doins -r ../data/*
114 - newicon package/${PN}.ico ${PN}.ico
115 - newmenu package/${PN}.desktop ${PN}.desktop
116 - prepgamesdirs
117 -}
118 -
119 -pkg_postinst() {
120 - elog "It is recommended that you install one of the available launchers,"
121 - elog "as they provide easy access to startup options:"
122 - elog "* games-simulation/fgx"
123 - elog "* games-simulation/fgrun"
124 -}