From: "Christian Schmitt" <chris@ilovelinux.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gamerlay:master commit in: dev-games/simgear-cs/, games-util/terragear-cs/
Date: Wed, 7 Sep 2011 11:38:14 +0000 (UTC) [thread overview]
Message-ID: <466b334deaf18130ae85c6d201146b30170dc901.christian@gentoo> (raw)
commit: 466b334deaf18130ae85c6d201146b30170dc901
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Wed Sep 7 10:38:35 2011 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Wed Sep 7 11:37:44 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=466b334d
[dev-games/simgear-cs] ebuild is back as terragear does not compile any longer
with normal SG
---
dev-games/simgear-cs/metadata.xml | 9 ++++++
dev-games/simgear-cs/simgear-cs-9999.ebuild | 31 ++++++++++++++++++++++
games-util/terragear-cs/terragear-cs-9999.ebuild | 6 +++-
3 files changed, 44 insertions(+), 2 deletions(-)
diff --git a/dev-games/simgear-cs/metadata.xml b/dev-games/simgear-cs/metadata.xml
new file mode 100644
index 0000000..a5f4ada
--- /dev/null
+++ b/dev-games/simgear-cs/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>games</herd>
+<maintainer>
+<email>chris@ilovelinux.de</email>
+<name>Christian Schmitt</name>
+</maintainer>
+</pkgmetadata>
diff --git a/dev-games/simgear-cs/simgear-cs-9999.ebuild b/dev-games/simgear-cs/simgear-cs-9999.ebuild
new file mode 100644
index 0000000..b92828e
--- /dev/null
+++ b/dev-games/simgear-cs/simgear-cs-9999.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit autotools git-2
+
+DESCRIPTION="Development library for simulation games"
+HOMEPAGE="http://www.simgear.org/"
+EGIT_REPO_URI="git://mapserver.flightgear.org/${PN}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND=">=dev-games/openscenegraph-2.9[png]"
+
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ --prefix=/usr/simgear \
+ --libdir=/usr/simgear/lib \
+ --enable-headless
+}
diff --git a/games-util/terragear-cs/terragear-cs-9999.ebuild b/games-util/terragear-cs/terragear-cs-9999.ebuild
index 79c124a..521b8be 100644
--- a/games-util/terragear-cs/terragear-cs-9999.ebuild
+++ b/games-util/terragear-cs/terragear-cs-9999.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS=""
IUSE="gdal"
-DEPEND="dev-games/simgear
+DEPEND="dev-games/simgear-cs
dev-libs/newmat
media-libs/plib
|| ( =x11-libs/agg-2.5 >x11-libs/agg-2.5[gpc] )
@@ -32,5 +32,7 @@ src_prepare() {
}
src_configure() {
- econf $(use_with gdal)
+ econf \
+ --with-simgear=/usr/simgear \
+ $(use_with gdal)
}
next reply other threads:[~2011-09-07 11:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-07 11:38 Christian Schmitt [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-10-12 18:07 [gentoo-commits] proj/gamerlay:master commit in: dev-games/simgear-cs/, games-util/terragear-cs/ Christian Schmitt
2011-03-27 15:31 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=466b334deaf18130ae85c6d201146b30170dc901.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