commit: 7ccaa14608e9084f85f05ac4e76c4bdfd2218973 Author: Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name> AuthorDate: Fri Jun 2 14:38:04 2017 +0000 Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name> CommitDate: Fri Jun 2 14:38:04 2017 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=7ccaa146
fgrun: not needed anymore .../fgrun/fgrun-3.5.0_p20150118.ebuild | 49 ---------------------- games-simulation/fgrun/fgrun-9999.ebuild | 49 ---------------------- games-simulation/fgrun/metadata.xml | 8 ---- 3 files changed, 106 deletions(-) diff --git a/games-simulation/fgrun/fgrun-3.5.0_p20150118.ebuild b/games-simulation/fgrun/fgrun-3.5.0_p20150118.ebuild deleted file mode 100644 index 1ecf472..0000000 --- a/games-simulation/fgrun/fgrun-3.5.0_p20150118.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -inherit games cmake-utils vcs-snapshot - -DESCRIPTION="A graphical frontend for the FlightGear Flight Simulator" -HOMEPAGE="http://sourceforge.net/projects/fgrun" -SRC_URI="https://gitorious.org/fg/fgrun/archive/a9b036105a7c519090dc8324f5a43ba89810451e.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nls" - -COMMON_DEPEND=" - >=dev-games/openscenegraph-3.0.1 - sys-libs/zlib - x11-libs/fltk:1[opengl,threads] -" - -DEPEND="${COMMON_DEPEND} - >=dev-games/simgear-2.9 - >=dev-libs/boost-1.34 - nls? ( virtual/libintl ) -" - -RDEPEND="${COMMON_DEPEND} - >=games-simulation/flightgear-2.9 -" - -DOCS=(AUTHORS NEWS) - -src_configure() { - mycmakeargs=( - -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX} - -DSIMGEAR_SHARED=ON - $(cmake-utils_use_enable nls) - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - make_desktop_entry ${PN} "${PN}" flightgear - prepgamesdirs -} diff --git a/games-simulation/fgrun/fgrun-9999.ebuild b/games-simulation/fgrun/fgrun-9999.ebuild deleted file mode 100644 index 7d42840..0000000 --- a/games-simulation/fgrun/fgrun-9999.ebuild +++ /dev/null @@ -1,49 +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 git-2 - -DESCRIPTION="A graphical frontend for the FlightGear Flight Simulator" -HOMEPAGE="http://sourceforge.net/projects/fgrun" -EGIT_REPO_URI="git://gitorious.org/fg/${PN}.git" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="nls" - -COMMON_DEPEND=" - >=dev-games/openscenegraph-3.0.1 - sys-libs/zlib - x11-libs/fltk:1[opengl,threads] -" - -DEPEND="${COMMON_DEPEND} - >=dev-games/simgear-2.9 - >=dev-libs/boost-1.34 - nls? ( virtual/libintl ) -" - -RDEPEND="${COMMON_DEPEND} - >=games-simulation/flightgear-2.9 -" - -DOCS=(AUTHORS NEWS) - -src_configure() { - mycmakeargs=( - -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX} - -DSIMGEAR_SHARED=ON - $(cmake-utils_use_enable nls) - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - make_desktop_entry ${PN} "${PN}" flightgear - prepgamesdirs -} diff --git a/games-simulation/fgrun/metadata.xml b/games-simulation/fgrun/metadata.xml deleted file mode 100644 index 5a0fdfa..0000000 --- a/games-simulation/fgrun/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer> -<email>[email protected]</email> -<name>Christian Schmitt</name> -</maintainer> -</pkgmetadata>
