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: Tue, 28 Aug 2012 08:24:09 +0000 (UTC)	[thread overview]
Message-ID: <1346142182.6d7b6d289bdeb9a6e349eeee57f231a838149853.christian@gentoo> (raw)

commit:     6d7b6d289bdeb9a6e349eeee57f231a838149853
Author:     Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Tue Aug 28 08:23:02 2012 +0000
Commit:     Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Tue Aug 28 08:23:02 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=6d7b6d28

Remove simgear-2.8 and flightgear-2.8. Both in tree now

---
 dev-games/simgear/simgear-2.8.0.ebuild             |   37 ------------
 .../flightgear/flightgear-2.8.0.ebuild             |   60 --------------------
 2 files changed, 0 insertions(+), 97 deletions(-)

diff --git a/dev-games/simgear/simgear-2.8.0.ebuild b/dev-games/simgear/simgear-2.8.0.ebuild
deleted file mode 100644
index f1730c1..0000000
--- a/dev-games/simgear/simgear-2.8.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit 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"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="subversion X"
-
-RDEPEND="dev-libs/boost
-	X? (	>=dev-games/openscenegraph-3.0[png]
-		media-libs/freealut
-		subversion? ( dev-vcs/subversion )
-	)
-"
-
-DEPEND="${RDEPEND}"
-
-DOCS=(NEWS AUTHORS)
-
-src_configure() {
-	mycmakeargs=(
-	-DSIMGEAR_SHARED=ON
-	$(cmake-utils_use subversion ENABLE_LIBSVN)
-	$(cmake-utils_use !X SIMGEAR_HEADLESS)
-	)
-
-	cmake-utils_src_configure
-}

diff --git a/games-simulation/flightgear/flightgear-2.8.0.ebuild b/games-simulation/flightgear/flightgear-2.8.0.ebuild
deleted file mode 100644
index 628ee5f..0000000
--- a/games-simulation/flightgear/flightgear-2.8.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit games cmake-utils
-
-DESCRIPTION="Open Source Flight Simulator"
-HOMEPAGE="http://www.flightgear.org/"
-SRC_URI="mirror://flightgear/Source/${P}.tar.bz2
-	mirror://flightgear/Shared/FlightGear-data-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+jsbsim subversion +yasim"
-
-RDEPEND=">=dev-games/openscenegraph-3.0[png]
-	>=dev-games/simgear-2.8[subversion=,X]
-	media-libs/plib
-	sys-fs/udev
-	x11-libs/libXmu
-	x11-libs/libXi
-	subversion? ( dev-vcs/subversion )"
-DEPEND="${RDEPEND}"
-
-DOCS=(AUTHORS ChangeLog NEWS README Thanks)
-
-src_configure() {
-	mycmakeargs=(
-	-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
-	-DFG_DATA_DIR="${GAMES_DATADIR}"/${PN}
-	-DENABLE_FGADMIN=OFF
-	-DENABLE_LARCSIM=OFF
-	-DENABLE_UIUC_MODEL=OFF
-	-DSIMGEAR_SHARED=ON
-	-DWITH_FGPANEL=OFF
-	$(cmake-utils_use_enable jsbsim)
-	$(cmake-utils_use_enable yasim)
-	$(cmake-utils_use subversion ENABLE_LIBSVN)
-	)
-	cmake-utils_src_configure
-}
-
-src_install() {
-	cmake-utils_src_install
-	insinto "${GAMES_DATADIR}"/${PN}
-	doins -r ../data/*
-	newicon package/${PN}.ico ${PN}.ico
-	newmenu package/${PN}.desktop ${PN}.desktop
-	prepgamesdirs
-}
-
-pkg_postinst() {
-	elog "It is recommended that you install one of the available launchers,"
-	elog "as they provide easy access to startup options:"
-	elog "* games-simulation/fgx"
-	elog "* games-simulation/fgrun"
-}


             reply	other threads:[~2012-08-28  8:24 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-28  8:24 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-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=1346142182.6d7b6d289bdeb9a6e349eeee57f231a838149853.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