public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christian Schmitt" <chris@ilovelinux.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gamerlay:master commit in: dev-games/simgear/, games-simulation/flightgear/
Date: Wed, 24 Aug 2011 10:42:58 +0000 (UTC)	[thread overview]
Message-ID: <c897355cc2a3bc989bc5d54ad946cb662f0f3cdd.christian@gentoo> (raw)

commit:     c897355cc2a3bc989bc5d54ad946cb662f0f3cdd
Author:     Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Wed Aug 24 10:40:55 2011 +0000
Commit:     Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Wed Aug 24 10:42:49 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=c897355c

[simgear, flightgear] add version 2.4.0 to the tree.

---
 dev-games/simgear/simgear-2.4.0.ebuild             |   30 ++++++++++++++
 .../flightgear/flightgear-2.4.0.ebuild             |   42 ++++++++++++++++++++
 2 files changed, 72 insertions(+), 0 deletions(-)

diff --git a/dev-games/simgear/simgear-2.4.0.ebuild b/dev-games/simgear/simgear-2.4.0.ebuild
new file mode 100644
index 0000000..5644433
--- /dev/null
+++ b/dev-games/simgear/simgear-2.4.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit eutils
+
+DESCRIPTION="Development library for simulation games"
+HOMEPAGE="http://www.simgear.org/"
+SRC_URI="mirror://simgear/Source/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="subversion"
+
+RDEPEND=">=dev-games/openscenegraph-2.9[png]
+	dev-libs/boost
+	media-libs/openal
+	media-libs/freealut
+	subversion? ( dev-vcs/subversion )"
+DEPEND="${RDEPEND}"
+
+DOCS=(NEWS AUTHORS)
+
+src_configure() {
+	econf \
+	$(use_with subversion libsvn)
+}

diff --git a/games-simulation/flightgear/flightgear-2.4.0.ebuild b/games-simulation/flightgear/flightgear-2.4.0.ebuild
new file mode 100644
index 0000000..71f0f5e
--- /dev/null
+++ b/games-simulation/flightgear/flightgear-2.4.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+inherit eutils games
+
+MY_PN=FlightGear
+DESCRIPTION="Open Source Flight Simulator"
+HOMEPAGE="http://www.flightgear.org/"
+SRC_URI="mirror://flightgear/Source/${P}.tar.bz2
+	mirror://flightgear/Shared/${MY_PN}-data-${PV}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="subversion"
+
+RDEPEND=">=dev-games/openscenegraph-2.9[png]
+	=dev-games/simgear-2.4.0[subversion=]
+	media-libs/plib
+	x11-libs/libXmu
+	x11-libs/libXi
+	subversion? ( dev-vcs/subversion )"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	egamesconf \
+	--without-fgpanel \
+	$(use_with subversion libsvn)
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+	dodoc AUTHORS ChangeLog NEWS README Thanks
+	insinto "${GAMES_DATADIR}"/"${PN}"
+	doins -r ../data/* || die "doins failed"
+	newicon ../data/Aircraft/A6M2/thumbnail.jpg ${PN}.png
+	make_desktop_entry fgfs "${MY_PN}"
+	prepgamesdirs
+}



             reply	other threads:[~2011-08-24 10:43 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-24 10:42 Christian Schmitt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-02-19 21:57 [gentoo-commits] proj/gamerlay:master commit in: dev-games/simgear/, games-simulation/flightgear/ Christian Schmitt
2014-01-27 20:51 Christian Schmitt
2013-08-04 16:43 Christian Schmitt
2013-02-21 11:35 Christian Schmitt
2013-02-18 15:43 Christian Schmitt
2012-11-16 12:17 Christian Schmitt
2012-08-28  8:24 Christian Schmitt
2012-08-17 20:19 Christian Schmitt
2012-06-12 22:23 Christian Schmitt
2012-06-07 11:17 Christian Schmitt
2012-04-24 10:22 Christian Schmitt
2011-11-11 22:01 Christian Schmitt
2011-11-02 12:24 Christian Schmitt
2011-08-10 15:50 Christian Schmitt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c897355cc2a3bc989bc5d54ad946cb662f0f3cdd.christian@gentoo \
    --to=chris@ilovelinux.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox