Gentoo Archives: gentoo-commits

From: Christian Schmitt <chris@××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-simulation/fgrun/, dev-games/simgear/, games-util/taxidraw/, ...
Date: Wed, 01 Jun 2011 11:54:14
Message-Id: e330979f290cc3b2259f124ddc9d9527d42280c5.christian@gentoo
1 commit: e330979f290cc3b2259f124ddc9d9527d42280c5
2 Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
3 AuthorDate: Wed Jun 1 11:53:56 2011 +0000
4 Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
5 CommitDate: Wed Jun 1 11:53:56 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=e330979f
7
8 migrate flightgear stuff to git-2 eclass
9
10 ---
11 dev-games/simgear/simgear-9999.ebuild | 2 +-
12 games-simulation/fgrun/fgrun-9999.ebuild | 2 +-
13 games-simulation/flightgear/flightgear-9999.ebuild | 2 +-
14 games-util/taxidraw/taxidraw-9999.ebuild | 2 +-
15 4 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-games/simgear/simgear-9999.ebuild b/dev-games/simgear/simgear-9999.ebuild
18 index 86ea842..608fa5f 100644
19 --- a/dev-games/simgear/simgear-9999.ebuild
20 +++ b/dev-games/simgear/simgear-9999.ebuild
21 @@ -6,7 +6,7 @@ EAPI=3
22
23 EGIT_BRANCH="next"
24
25 -inherit cmake-utils git
26 +inherit cmake-utils git-2
27
28 DESCRIPTION="Development library for simulation games"
29 HOMEPAGE="http://www.simgear.org/"
30
31 diff --git a/games-simulation/fgrun/fgrun-9999.ebuild b/games-simulation/fgrun/fgrun-9999.ebuild
32 index 01563f0..9252575 100644
33 --- a/games-simulation/fgrun/fgrun-9999.ebuild
34 +++ b/games-simulation/fgrun/fgrun-9999.ebuild
35 @@ -4,7 +4,7 @@
36
37 EAPI=2
38
39 -inherit games cmake-utils git
40 +inherit games cmake-utils git-2
41
42 DESCRIPTION="A graphical frontend for the FlightGear Flight Simulator"
43 HOMEPAGE="http://sourceforge.net/projects/fgrun"
44
45 diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
46 index 9b1fac3..c7d16a4 100644
47 --- a/games-simulation/flightgear/flightgear-9999.ebuild
48 +++ b/games-simulation/flightgear/flightgear-9999.ebuild
49 @@ -6,7 +6,7 @@ EAPI=2
50
51 EGIT_BRANCH="next"
52
53 -inherit games cmake-utils git
54 +inherit games cmake-utils git-2
55
56 DESCRIPTION="Open Source Flight Simulator"
57 HOMEPAGE="http://www.flightgear.org/"
58
59 diff --git a/games-util/taxidraw/taxidraw-9999.ebuild b/games-util/taxidraw/taxidraw-9999.ebuild
60 index bf35966..d46295e 100644
61 --- a/games-util/taxidraw/taxidraw-9999.ebuild
62 +++ b/games-util/taxidraw/taxidraw-9999.ebuild
63 @@ -5,7 +5,7 @@
64 EAPI=2
65 WX_GTK_VER="2.8"
66
67 -inherit games autotools wxwidgets git
68 +inherit games autotools wxwidgets git-2
69
70 DESCRIPTION="a taxiway editor for FlightGear and X-Plane"
71 HOMEPAGE="http://taxidraw.sourceforge.net/"