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: Sun, 4 Aug 2013 16:43:49 +0000 (UTC) [thread overview]
Message-ID: <1375633445.700b8c0511d9e37195361723882ae0b8ef59e2d4.christian@gentoo> (raw)
commit: 700b8c0511d9e37195361723882ae0b8ef59e2d4
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Sun Aug 4 16:22:57 2013 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Sun Aug 4 16:24:05 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=700b8c05
[games-simulation/flightgear] remove SVN dep and use internal routine to sync scenery
---
dev-games/simgear/metadata.xml | 1 -
dev-games/simgear/simgear-9999.ebuild | 9 +++------
games-simulation/flightgear/flightgear-9999.ebuild | 9 ++-------
games-simulation/flightgear/metadata.xml | 1 -
4 files changed, 5 insertions(+), 15 deletions(-)
diff --git a/dev-games/simgear/metadata.xml b/dev-games/simgear/metadata.xml
index 29cb56b..9f81451 100644
--- a/dev-games/simgear/metadata.xml
+++ b/dev-games/simgear/metadata.xml
@@ -2,7 +2,6 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<use>
- <flag name="subversion">Compile with libsvn support</flag>
<flag name="headless">Build headless version of simgear (useful for terragear on a server)</flag>
</use>
<maintainer>
diff --git a/dev-games/simgear/simgear-9999.ebuild b/dev-games/simgear/simgear-9999.ebuild
index a7f6cc1..fd77bca 100644
--- a/dev-games/simgear/simgear-9999.ebuild
+++ b/dev-games/simgear/simgear-9999.ebuild
@@ -17,7 +17,7 @@ EGIT_REPO_URI="git://gitorious.org/fg/simgear.git
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="debug headless +subversion test"
+IUSE="debug headless test"
COMMON_DEPEND="
sys-libs/zlib
@@ -26,10 +26,6 @@ COMMON_DEPEND="
dev-libs/expat
media-libs/openal
virtual/opengl
- subversion? (
- dev-libs/apr
- dev-vcs/subversion
- )
)
"
@@ -43,12 +39,13 @@ DOCS=(AUTHORS ChangeLog NEWS README Thanks)
src_configure() {
local mycmakeargs=(
+ -DENABLE_LIBSVN=OFF
-DENABLE_RTI=OFF
-DENABLE_SOUND=ON
-DJPEG_FACTORY=OFF
+ -DSG_SVN_CLIENT=ON
-DSIMGEAR_SHARED=ON
-DSYSTEM_EXPAT=ON
- $(cmake-utils_use_enable subversion LIBSVN)
$(cmake-utils_use headless SIMGEAR_HEADLESS)
$(cmake-utils_use_enable test TESTS)
)
diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
index e79e44e..e81d5e2 100644
--- a/games-simulation/flightgear/flightgear-9999.ebuild
+++ b/games-simulation/flightgear/flightgear-9999.ebuild
@@ -17,12 +17,12 @@ EGIT_REPO_URI="git://gitorious.org/fg/flightgear.git
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="debug fgpanel +jsbsim oldfdm +subversion test +udev +yasim"
+IUSE="debug fgpanel +jsbsim oldfdm test +udev +yasim"
COMMON_DEPEND="
dev-db/sqlite:3
>=dev-games/openscenegraph-3.0[png]
- >=dev-games/simgear-9999[subversion?,-headless]
+ >=dev-games/simgear-9999[-headless]
sys-libs/zlib
virtual/opengl
udev? ( virtual/udev )
@@ -36,10 +36,6 @@ DEPEND="${COMMON_DEPEND}
>=dev-libs/boost-1.37
media-libs/openal
>=media-libs/plib-1.8.5
- subversion? (
- dev-libs/apr
- dev-vcs/subversion
- )
"
RDEPEND="${COMMON_DEPEND}"
@@ -61,7 +57,6 @@ src_configure() {
$(cmake-utils_use_enable jsbsim)
$(cmake-utils_use_enable oldfdm LARCSIM)
$(cmake-utils_use_enable oldfdm UIUC_MODEL)
- $(cmake-utils_use_enable subversion LIBSVN)
$(cmake-utils_use_enable test LOGGING)
$(cmake-utils_use_enable test TESTS)
$(cmake-utils_use udev EVENT_INPUT)
diff --git a/games-simulation/flightgear/metadata.xml b/games-simulation/flightgear/metadata.xml
index a4656c6..f029bff 100644
--- a/games-simulation/flightgear/metadata.xml
+++ b/games-simulation/flightgear/metadata.xml
@@ -5,7 +5,6 @@
<flag name="fgpanel">Enable the standalone panel utility</flag>
<flag name="jsbsim">Enable the JSBSim flight dynamics model</flag>
<flag name="oldfdm">Enable the UIUC/LaRCsim flight dynamics model</flag>
- <flag name="subversion">Enable Flightgear's Terrasync to link against libsvn</flag>
<flag name="yasim">Enable the YASim flight dynamics model</flag>
</use>
<maintainer>
next reply other threads:[~2013-08-04 16:43 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-04 16:43 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-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-24 10:42 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=1375633445.700b8c0511d9e37195361723882ae0b8ef59e2d4.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