summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Mrozowski <reavertm@gentoo.org>2015-05-14 22:38:35 +0000
committerMaciej Mrozowski <reavertm@gentoo.org>2015-05-14 22:38:35 +0000
commit1cd65fe589d926948184f81ff25877d1c5889c23 (patch)
treef21ab05623d8acc20cd2c996c051996b0b408810 /games-simulation
parentUpdate manifest (diff)
downloadgentoo-2-1cd65fe589d926948184f81ff25877d1c5889c23.tar.gz
gentoo-2-1cd65fe589d926948184f81ff25877d1c5889c23.tar.bz2
gentoo-2-1cd65fe589d926948184f81ff25877d1c5889c23.zip
Remove old
(Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key B1E955DB)
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/flightgear/ChangeLog7
-rw-r--r--games-simulation/flightgear/flightgear-3.0.0-r1.ebuild118
-rw-r--r--games-simulation/flightgear/flightgear-3.0.0.ebuild93
-rw-r--r--games-simulation/flightgear/flightgear-3.2.0.ebuild121
4 files changed, 6 insertions, 333 deletions
diff --git a/games-simulation/flightgear/ChangeLog b/games-simulation/flightgear/ChangeLog
index feb152ff4c49..86b78754e5a1 100644
--- a/games-simulation/flightgear/ChangeLog
+++ b/games-simulation/flightgear/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-simulation/flightgear
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.80 2015/04/19 10:15:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.81 2015/05/14 22:38:35 reavertm Exp $
+
+ 14 May 2015; Maciej Mrozowski <reavertm@gentoo.org>
+ -flightgear-3.0.0-r1.ebuild, -flightgear-3.0.0.ebuild,
+ -flightgear-3.2.0.ebuild:
+ Remove old
19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> flightgear-3.4.0.ebuild:
Stable for x86, wrt bug #544714
diff --git a/games-simulation/flightgear/flightgear-3.0.0-r1.ebuild b/games-simulation/flightgear/flightgear-3.0.0-r1.ebuild
deleted file mode 100644
index 8d056d2a66d5..000000000000
--- a/games-simulation/flightgear/flightgear-3.0.0-r1.ebuild
+++ /dev/null
@@ -1,118 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-3.0.0-r1.ebuild,v 1.2 2015/02/25 00:31:34 reavertm Exp $
-
-EAPI=5
-
-inherit games cmake-utils bash-completion-r1
-
-DESCRIPTION="Open Source Flight Simulator"
-HOMEPAGE="http://www.flightgear.org/"
-SRC_URI="mirror://flightgear/Source/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="dbus debug examples jpeg +jsbsim oldfdm test +udev +utils vim-syntax +yasim"
-
-COMMON_DEPEND="
- dev-db/sqlite:3
- >=dev-games/openscenegraph-3.0.1[png]
- ~dev-games/simgear-${PV}[jpeg?]
- media-libs/openal
- sys-libs/zlib
- x11-libs/libX11
- dbus? ( >=sys-apps/dbus-1.6.18-r1 )
- udev? ( virtual/udev )
- utils? (
- media-libs/freeglut
- media-libs/libpng:0
- virtual/opengl
- )
-"
-# Some entries below are just buildsystem bugs (jpeg) or
-# deps unconditionally inherited from static version of simgear
-DEPEND="${COMMON_DEPEND}
- >=dev-libs/boost-1.44
- >=media-libs/plib-1.8.5
- jpeg? ( virtual/jpeg )
-"
-RDEPEND="${COMMON_DEPEND}
- ~games-simulation/${PN}-data-${PV}
-"
-
-DOCS=(AUTHORS ChangeLog NEWS README Thanks)
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
- -DENABLE_FGADMIN=OFF
- -DENABLE_PROFILE=OFF
- -DENABLE_RTI=OFF
- -DFG_DATA_DIR="${GAMES_DATADIR}"/${PN}
- -DSIMGEAR_SHARED=ON
- -DSP_FDMS=OFF
- -DSYSTEM_SQLITE=ON
- $(cmake-utils_use_use dbus)
- $(cmake-utils_use jpeg JPEG_FACTORY)
- $(cmake-utils_use_enable jsbsim)
- $(cmake-utils_use_enable oldfdm LARCSIM)
- $(cmake-utils_use_enable oldfdm UIUC_MODEL)
- $(cmake-utils_use test LOGGING)
- $(cmake-utils_use_enable test TESTS)
- $(cmake-utils_use udev EVENT_INPUT)
- $(cmake-utils_use_enable utils FGCOM)
- $(cmake-utils_use_enable utils FGELEV)
- $(cmake-utils_use_enable utils FGJS)
- $(cmake-utils_use_with utils FGPANEL)
- $(cmake-utils_use_enable utils FGVIEWER)
- $(cmake-utils_use_enable utils GPSSMOOTH)
- $(cmake-utils_use_enable utils JS_DEMO)
- $(cmake-utils_use_enable utils METAR)
- $(cmake-utils_use_enable utils TERRASYNC)
- $(cmake-utils_use_enable yasim)
- )
-
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
-
- # Install icons and menu entry
- local s
- for s in 16 22 24 32 48 64 128; do
- doicon -s ${s} icons/${s}x${s}/apps/${PN}.png
- use utils && doicon -s ${s} icons/${s}x${s}/apps/fgcom.png
- done
- doicon -s scalable icons/scalable/${PN}.svg
- use utils && doicon -s scalable icons/scalable/fgcom.svg
-
- newmenu package/${PN}.desktop ${PN}.desktop
-
- # Install bash completion (TODO zsh)
- # Uncomment below when scripts stops writing files...
-# sed -e "s|/usr/local/share/FlightGear|${GAMES_DATADIR}/${PN}|" \
-# -i scripts/completion/fg-completion.bash || die 'unable to replace FG_ROOT'
-# newbashcomp scripts/completion/fg-completion.bash ${PN}
-
- # Install examples and other misc files
- if use examples; then
- insinto /usr/share/doc/"${PF}"/examples
- doins -r scripts/java scripts/perl scripts/python
- insinto /usr/share/doc/"${PF}"/examples/c++
- doins -r scripts/example/*
- insinto /usr/share/doc/"${PF}"/tools
- doins -r scripts/atis scripts/tools/*
- fi
-
- # Install nasal script syntax
- if use vim-syntax; then
- insinto /usr/share/vim/vimfiles/syntax
- doins scripts/syntax/{ac3d,nasal}.vim
- insinto /usr/share/vim/vimfiles/ftdetect/
- doins "${FILESDIR}"/{ac3d,nasal}.vim
- fi
-
- prepgamesdirs
-}
diff --git a/games-simulation/flightgear/flightgear-3.0.0.ebuild b/games-simulation/flightgear/flightgear-3.0.0.ebuild
deleted file mode 100644
index b4fc8ef17cb8..000000000000
--- a/games-simulation/flightgear/flightgear-3.0.0.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-3.0.0.ebuild,v 1.4 2015/02/25 00:31:34 reavertm Exp $
-
-EAPI=5
-
-inherit games cmake-utils
-
-DESCRIPTION="Open Source Flight Simulator"
-HOMEPAGE="http://www.flightgear.org/"
-SRC_URI="mirror://flightgear/Source/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="dbus debug jpeg +jsbsim oldfdm test +udev +utils +yasim"
-
-COMMON_DEPEND="
- dev-db/sqlite:3
- >=dev-games/openscenegraph-3.0.1[png]
- ~dev-games/simgear-${PV}[jpeg?]
- media-libs/openal
- sys-libs/zlib
- x11-libs/libX11
- dbus? ( >=sys-apps/dbus-1.6.18-r1 )
- udev? ( virtual/udev )
- utils? (
- media-libs/freeglut
- media-libs/libpng:0
- virtual/opengl
- )
-"
-# Some entries below are just buildsystem bugs (jpeg) or
-# deps unconditionally inherited from static version of simgear
-DEPEND="${COMMON_DEPEND}
- >=dev-libs/boost-1.44
- >=media-libs/plib-1.8.5
- jpeg? ( virtual/jpeg )
-"
-RDEPEND="${COMMON_DEPEND}
- ~games-simulation/${PN}-data-${PV}
-"
-
-DOCS=(AUTHORS ChangeLog NEWS README Thanks)
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
- -DENABLE_FGADMIN=OFF
- -DENABLE_PROFILE=OFF
- -DENABLE_RTI=OFF
- -DFG_DATA_DIR="${GAMES_DATADIR}"/${PN}
- -DSIMGEAR_SHARED=ON
- -DSP_FDMS=OFF
- -DSYSTEM_SQLITE=ON
- $(cmake-utils_use_use dbus)
- $(cmake-utils_use jpeg JPEG_FACTORY)
- $(cmake-utils_use_enable jsbsim)
- $(cmake-utils_use_enable oldfdm LARCSIM)
- $(cmake-utils_use_enable oldfdm UIUC_MODEL)
- $(cmake-utils_use test LOGGING)
- $(cmake-utils_use_enable test TESTS)
- $(cmake-utils_use udev EVENT_INPUT)
- $(cmake-utils_use_enable utils FGCOM)
- $(cmake-utils_use_enable utils FGELEV)
- $(cmake-utils_use_enable utils FGJS)
- $(cmake-utils_use_with utils FGPANEL)
- $(cmake-utils_use_enable utils FGVIEWER)
- $(cmake-utils_use_enable utils GPSSMOOTH)
- $(cmake-utils_use_enable utils JS_DEMO)
- $(cmake-utils_use_enable utils METAR)
- $(cmake-utils_use_enable utils TERRASYNC)
- $(cmake-utils_use_enable yasim)
- )
-
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
-
- local s
- for s in 16 22 24 32 48 64 128; do
- doicon -s ${s} icons/${s}x${s}/apps/${PN}.png
- use utils && doicon -s ${s} icons/${s}x${s}/apps/fgcom.png
- done
- doicon -s scalable icons/scalable/${PN}.svg
- use utils && doicon -s scalable icons/scalable/fgcom.svg
-
- newmenu package/${PN}.desktop ${PN}.desktop
-
- prepgamesdirs
-}
diff --git a/games-simulation/flightgear/flightgear-3.2.0.ebuild b/games-simulation/flightgear/flightgear-3.2.0.ebuild
deleted file mode 100644
index 5a11fb1d2bd2..000000000000
--- a/games-simulation/flightgear/flightgear-3.2.0.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild,v 1.5 2015/03/27 10:32:54 ago Exp $
-
-EAPI=5
-
-inherit games cmake-utils bash-completion-r1
-
-DESCRIPTION="Open Source Flight Simulator"
-HOMEPAGE="http://www.flightgear.org/"
-SRC_URI="mirror://flightgear/Source/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="dbus debug examples +jsbsim oldfdm test +udev +utils vim-syntax +yasim"
-
-COMMON_DEPEND="
- dev-db/sqlite:3
- >=dev-games/openscenegraph-3.2.0[png]
- ~dev-games/simgear-${PV}
- media-libs/openal
- media-libs/speex
- media-sound/gsm
- sys-libs/zlib
- x11-libs/libX11
- dbus? ( >=sys-apps/dbus-1.6.18-r1 )
- udev? ( virtual/udev )
- utils? (
- media-libs/freeglut
- media-libs/libpng:0
- virtual/opengl
- )
-"
-DEPEND="${COMMON_DEPEND}
- >=dev-libs/boost-1.44
- >=media-libs/plib-1.8.5
-"
-RDEPEND="${COMMON_DEPEND}
- ~games-simulation/${PN}-data-${PV}
-"
-
-DOCS=(AUTHORS ChangeLog NEWS README Thanks)
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
- -DENABLE_FLITE=OFF
- -DENABLE_PROFILE=OFF
- -DENABLE_RTI=OFF
- -DFG_DATA_DIR="${GAMES_DATADIR}"/${PN}
- -DSIMGEAR_SHARED=ON
- -DSP_FDMS=OFF
- -DSYSTEM_FLITE=ON
- -DSYSTEM_HTS_ENGINE=ON
- -DSYSTEM_SPEEX=ON
- -DSYSTEM_GSM=ON
- -DSYSTEM_SQLITE=ON
- $(cmake-utils_use_use dbus)
- $(cmake-utils_use_enable jsbsim)
- $(cmake-utils_use jsbsim JSBSIM_TERRAIN)
- $(cmake-utils_use_enable oldfdm LARCSIM)
- $(cmake-utils_use_enable oldfdm UIUC_MODEL)
- $(cmake-utils_use test LOGGING)
- $(cmake-utils_use_enable test TESTS)
- $(cmake-utils_use udev EVENT_INPUT)
- $(cmake-utils_use_enable utils FGCOM)
- $(cmake-utils_use_enable utils FGELEV)
- $(cmake-utils_use_enable utils FGJS)
- $(cmake-utils_use_with utils FGPANEL)
- $(cmake-utils_use_enable utils FGVIEWER)
- $(cmake-utils_use_enable utils GPSSMOOTH)
- $(cmake-utils_use_enable utils JS_DEMO)
- $(cmake-utils_use_enable utils METAR)
- $(cmake-utils_use_enable utils TERRASYNC)
- $(cmake-utils_use_enable yasim)
- )
-
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
-
- # Install icons and menu entry
- local s
- for s in 16 22 24 32 48 64 128; do
- doicon -s ${s} icons/${s}x${s}/apps/${PN}.png
- use utils && doicon -s ${s} icons/${s}x${s}/apps/fgcom.png
- done
- doicon -s scalable icons/scalable/${PN}.svg
- use utils && doicon -s scalable icons/scalable/fgcom.svg
-
- newmenu package/${PN}.desktop ${PN}.desktop
-
- # Install bash completion (TODO zsh)
- # Uncomment below when scripts stops writing files...
-# sed -e "s|/usr/local/share/FlightGear|${GAMES_DATADIR}/${PN}|" \
-# -i scripts/completion/fg-completion.bash || die 'unable to replace FG_ROOT'
-# newbashcomp scripts/completion/fg-completion.bash ${PN}
-
- # Install examples and other misc files
- if use examples; then
- insinto /usr/share/doc/"${PF}"/examples
- doins -r scripts/java scripts/perl scripts/python
- insinto /usr/share/doc/"${PF}"/examples/c++
- doins -r scripts/example/*
- insinto /usr/share/doc/"${PF}"/tools
- doins -r scripts/atis scripts/tools/*
- fi
-
- # Install nasal script syntax
- if use vim-syntax; then
- insinto /usr/share/vim/vimfiles/syntax
- doins scripts/syntax/{ac3d,nasal}.vim
- insinto /usr/share/vim/vimfiles/ftdetect/
- doins "${FILESDIR}"/{ac3d,nasal}.vim
- fi
-
- prepgamesdirs
-}