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/flightgear/
Date: Thu, 31 May 2012 14:16:57
Message-Id: 1338473772.60740c6a7f47d104ae9355b5e40433b3d840da2f.christian@gentoo
1 commit: 60740c6a7f47d104ae9355b5e40433b3d840da2f
2 Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
3 AuthorDate: Thu May 31 14:12:09 2012 +0000
4 Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
5 CommitDate: Thu May 31 14:16:12 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=60740c6a
7
8 [games-simulation/flightgear-9999] switch to EAPI4 and back to official GIT url
9
10 ---
11 games-simulation/flightgear/flightgear-9999.ebuild | 4 ++--
12 1 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
15 index 3280b63..b7ade0e 100644
16 --- a/games-simulation/flightgear/flightgear-9999.ebuild
17 +++ b/games-simulation/flightgear/flightgear-9999.ebuild
18 @@ -2,7 +2,7 @@
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: $
21
22 -EAPI=3
23 +EAPI=4
24
25 EGIT_BRANCH="next"
26
27 @@ -10,7 +10,7 @@ inherit games cmake-utils git-2
28
29 DESCRIPTION="Open Source Flight Simulator"
30 HOMEPAGE="http://www.flightgear.org/"
31 -EGIT_REPO_URI="git://mapserver.flightgear.org/flightgear"
32 +EGIT_REPO_URI="git://gitorious.org/fg/flightgear.git"
33
34 LICENSE="GPL-2"
35 SLOT="0"