summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games-simulation/fgx/fgx-9999.ebuild33
-rw-r--r--games-simulation/fgx/metadata.xml8
2 files changed, 0 insertions, 41 deletions
diff --git a/games-simulation/fgx/fgx-9999.ebuild b/games-simulation/fgx/fgx-9999.ebuild
deleted file mode 100644
index 850d7f8..0000000
--- a/games-simulation/fgx/fgx-9999.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit games qt4-r2 git-2
-
-DESCRIPTION="Launcher for FlightGear Flight Simulator, based on Qt"
-HOMEPAGE="http://code.google.com/p/fgx/"
-EGIT_REPO_URI="git://gitorious.org/fgx/${PN}.git"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="dev-qt/qtcore:4
- dev-qt/qtgui:4
- dev-qt/qtwebkit:4
- dev-qt/qtxmlpatterns:4"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- eqmake4 "${S}"/src/fgx.pro
-}
-
-src_install() {
- dogamesbin ${PN} || die "dogamesbin failed"
- newicon src/resources/artwork/${PN}-logo.png ${PN}.png || die "newicon failed"
- make_desktop_entry ${PN}
- prepgamesdirs
-}
diff --git a/games-simulation/fgx/metadata.xml b/games-simulation/fgx/metadata.xml
deleted file mode 100644
index 5a0fdfa..0000000
--- a/games-simulation/fgx/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>chris@ilovelinux.de</email>
-<name>Christian Schmitt</name>
-</maintainer>
-</pkgmetadata>