summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Schmitt <chris@ilovelinux.de>2013-02-21 12:33:10 +0100
committerChristian Schmitt <chris@ilovelinux.de>2013-02-21 12:33:10 +0100
commitad7db0c177552ab7a33e546ae40c04afa1da7876 (patch)
tree699c394fb1e56a2502dbd6abba1efd0ed754980c /dev-games
parent[games-simulation/flightgear] New version: 2.10.0 (diff)
downloadgamerlay-ad7db0c177552ab7a33e546ae40c04afa1da7876.tar.gz
gamerlay-ad7db0c177552ab7a33e546ae40c04afa1da7876.tar.bz2
gamerlay-ad7db0c177552ab7a33e546ae40c04afa1da7876.zip
[games-simulation/flightgear] version 2.10 is in tree now. update live ebuilds a bit
Diffstat (limited to 'dev-games')
-rw-r--r--dev-games/simgear/Manifest1
-rw-r--r--dev-games/simgear/simgear-2.10.0.ebuild48
-rw-r--r--dev-games/simgear/simgear-9999.ebuild6
3 files changed, 4 insertions, 51 deletions
diff --git a/dev-games/simgear/Manifest b/dev-games/simgear/Manifest
deleted file mode 100644
index a6d88b1..0000000
--- a/dev-games/simgear/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST simgear-2.10.0.tar.bz2 879537 SHA256 582c0d547a58f7dbe841a0ba9eba5a894aae2b65f14ef06361e196b12022615d SHA512 4f994f699b8e06c432e51fcd9b7e15b8d143f6e244b14a6271fab02efd70199fd396aab42ed5fcf05c2c7c8d29bdd0f61f15486a48ea09a13b4924941eb20b56 WHIRLPOOL 4f7e41ca7fc5fd5a0c4428c156defaae495c93c319b14df555ae7e24dd33f6160ed652569155c099d31f0f58b53b02b3437d6522c610e8f88ba4f0ce487c5d17
diff --git a/dev-games/simgear/simgear-2.10.0.ebuild b/dev-games/simgear/simgear-2.10.0.ebuild
deleted file mode 100644
index 0adee44..0000000
--- a/dev-games/simgear/simgear-2.10.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit eutils cmake-utils
-
-DESCRIPTION="Development library for simulation games"
-HOMEPAGE="http://www.simgear.org/"
-SRC_URI="http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="debug jpeg subversion test"
-
-COMMON_DEPEND="
- dev-libs/expat
- >=dev-games/openscenegraph-3.0.1
- media-libs/openal
- sys-libs/zlib
- virtual/opengl
- jpeg? ( virtual/jpeg )
- subversion? (
- dev-libs/apr
- dev-vcs/subversion
- )
-"
-DEPEND="${COMMON_DEPEND}
- >=dev-libs/boost-1.37
-"
-RDEPEND="${COMMON_DEPEND}"
-
-DOCS=(AUTHORS ChangeLog NEWS README Thanks)
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_RTI=OFF
- -DSIMGEAR_HEADLESS=OFF
- -DSIMGEAR_SHARED=ON
- -DSYSTEM_EXPAT=ON
- $(cmake-utils_use jpeg JPEG_FACTORY)
- $(cmake-utils_use_enable subversion LIBSVN)
- $(cmake-utils_use_enable test TESTS)
- )
- cmake-utils_src_configure
-}
diff --git a/dev-games/simgear/simgear-9999.ebuild b/dev-games/simgear/simgear-9999.ebuild
index b85b9a4..a7f6cc1 100644
--- a/dev-games/simgear/simgear-9999.ebuild
+++ b/dev-games/simgear/simgear-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
EGIT_BRANCH="next"
EGIT_PROJECT="simgear.git"
@@ -44,6 +44,8 @@ DOCS=(AUTHORS ChangeLog NEWS README Thanks)
src_configure() {
local mycmakeargs=(
-DENABLE_RTI=OFF
+ -DENABLE_SOUND=ON
+ -DJPEG_FACTORY=OFF
-DSIMGEAR_SHARED=ON
-DSYSTEM_EXPAT=ON
$(cmake-utils_use_enable subversion LIBSVN)