Gentoo Archives: gentoo-commits

From: "Vadim A. Misbakh-Soloviov" <mva@×××.name>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear-data/
Date: Fri, 28 Nov 2014 23:38:20
Message-Id: 1417217869.0f82f1962296bc8743e1546749ce0e664c3823c7.mva@gentoo
1 commit: 0f82f1962296bc8743e1546749ce0e664c3823c7
2 Author: Steven Davies <gentoo-bugzilla2 <AT> steev <DOT> me <DOT> uk>
3 AuthorDate: Sat Aug 9 21:01:08 2014 +0000
4 Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
5 CommitDate: Fri Nov 28 23:37:49 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=0f82f196
7
8 games-simulation/flightgear-data: added 9999
9
10 Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
11
12 ---
13 .../flightgear-data/flightgear-data-9999.ebuild | 40 ++++++++++++++++++++++
14 1 file changed, 40 insertions(+)
15
16 diff --git a/games-simulation/flightgear-data/flightgear-data-9999.ebuild b/games-simulation/flightgear-data/flightgear-data-9999.ebuild
17 new file mode 100644
18 index 0000000..7347763
19 --- /dev/null
20 +++ b/games-simulation/flightgear-data/flightgear-data-9999.ebuild
21 @@ -0,0 +1,40 @@
22 +# Copyright 1999-2014 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=5
26 +
27 +EGIT_BRANCH="master"
28 +EGIT_PROJECT="flightgear.git"
29 +
30 +inherit games git-r3 check-reqs
31 +
32 +DESCRIPTION="FlightGear data files"
33 +HOMEPAGE="http://www.flightgear.org/"
34 +EGIT_REPO_URI="git://gitorious.org/fg/fgdata.git
35 + git://mapserver.flightgear.org/fgdata"
36 +
37 +LICENSE="GPL-2"
38 +SLOT="0"
39 +KEYWORDS=""
40 +IUSE=""
41 +
42 +S=${WORKDIR}
43 +GAMES_SHOW_WARNING=NO
44 +
45 +pkg_pretend() {
46 + # Ensure we have enough disk space to compile
47 + CHECKREQS_DISK_BUILD="12G"
48 + check-reqs_pkg_setup
49 +}
50 +
51 +pkg_setup() {
52 + # Ensure we have enough disk space to compile
53 + CHECKREQS_DISK_BUILD="12G"
54 + check-reqs_pkg_setup
55 +}
56 +
57 +src_install() {
58 + insinto "${GAMES_DATADIR}"/flightgear-live
59 + doins -r ./*
60 + prepgamesdirs
61 +}