summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-01-29 10:53:47 -0500
committerMichael Sterrett <mr_bones_@gentoo.org>2016-01-29 10:56:13 -0500
commit254764601e0f7a764220f3794ecc000d5c3abc41 (patch)
tree4588f7bc877ee4ffcf731d7782b919ca148e76e5
parentnet-misc/tigervnc: Support xorg-server-1.18.0 (diff)
downloadgentoo-254764601e0f7a764220f3794ecc000d5c3abc41.tar.gz
gentoo-254764601e0f7a764220f3794ecc000d5c3abc41.tar.bz2
gentoo-254764601e0f7a764220f3794ecc000d5c3abc41.zip
games-simulation/fgrun: games-simulation/fgrun is gone
-rw-r--r--games-simulation/fgrun/Manifest1
-rw-r--r--games-simulation/fgrun/fgrun-3.0.0.ebuild53
-rw-r--r--games-simulation/fgrun/metadata.xml14
3 files changed, 0 insertions, 68 deletions
diff --git a/games-simulation/fgrun/Manifest b/games-simulation/fgrun/Manifest
deleted file mode 100644
index afb8fca0d824..000000000000
--- a/games-simulation/fgrun/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fg-fgrun-e13e42811239008fded7685d8f2311bb571f6a58.tar.gz 194601 SHA256 004cbed58ffcc8a4e7f65de462081dc414e8c58f76b4425bf84ff39f51c073f0 SHA512 16bb59a8d5c05fb55a52dcc470742d28affff9db837d01197c915c98ca6232b4831d0b5908075601a6e3e0c96c784ea042f5382376fbb506179fc97da487abbc WHIRLPOOL 713b5768651af14eacb0371de28d0e89a33a85c1e1e7da43a1139fda7662cedd0b270db2e3238bcd2de2f6be7547d8a1ce292e0dc3486f642c6bdf4f84b4aacb
diff --git a/games-simulation/fgrun/fgrun-3.0.0.ebuild b/games-simulation/fgrun/fgrun-3.0.0.ebuild
deleted file mode 100644
index 18a5d7aa893b..000000000000
--- a/games-simulation/fgrun/fgrun-3.0.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit games cmake-utils
-
-# Exported from git tag 3.0.0-final
-MY_PN=fg-fgrun
-MY_PV=e13e42811239008fded7685d8f2311bb571f6a58
-MY_P="${MY_PN}-${MY_PV}"
-
-DESCRIPTION="A graphical frontend for the FlightGear Flight Simulator"
-HOMEPAGE="http://sourceforge.net/projects/fgrun"
-SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug nls"
-
-COMMON_DEPEND="
- >=dev-games/openscenegraph-3.0.1
- sys-libs/zlib
- x11-libs/fltk:1[opengl,threads]
-"
-DEPEND="${COMMON_DEPEND}
- >=dev-games/simgear-${PV}
- >=dev-libs/boost-1.34
- nls? ( sys-devel/gettext )
-"
-RDEPEND="${COMMON_DEPEND}
- >=games-simulation/flightgear-${PV}
-"
-
-S=${WORKDIR}/${MY_PN}
-DOCS=(AUTHORS NEWS)
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
- $(cmake-utils_use_enable nls)
- )
-
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
-
- prepgamesdirs
-}
diff --git a/games-simulation/fgrun/metadata.xml b/games-simulation/fgrun/metadata.xml
deleted file mode 100644
index 06660d54353d..000000000000
--- a/games-simulation/fgrun/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
- </maintainer>
- <longdescription lang="en">
-A graphical frontend to run FlightGear Flight Simulator.
- </longdescription>
- <upstream>
- <remote-id type="sourceforge">fgrun</remote-id>
- </upstream>
-</pkgmetadata>