public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/fgx/
@ 2011-08-10  8:18 Christian Schmitt
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Schmitt @ 2011-08-10  8:18 UTC (permalink / raw
  To: gentoo-commits

commit:     06128f847a01d97c147c2ae7f7028acb42888ff5
Author:     Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Wed Aug 10 08:16:00 2011 +0000
Commit:     Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Wed Aug 10 08:17:38 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=06128f84

[games-simulation/fgx] new package: Qt-based launcher for Flightgear
This will probably be the end of my fgrun maintenance...

---
 games-simulation/fgx/fgx-9999.ebuild |   33 +++++++++++++++++++++++++++++++++
 games-simulation/fgx/metadata.xml    |    9 +++++++++
 2 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/games-simulation/fgx/fgx-9999.ebuild b/games-simulation/fgx/fgx-9999.ebuild
new file mode 100644
index 0000000..557abca
--- /dev/null
+++ b/games-simulation/fgx/fgx-9999.ebuild
@@ -0,0 +1,33 @@
+# 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="x11-libs/qt-core:4
+	x11-libs/qt-gui:4
+	x11-libs/qt-webkit:4
+	x11-libs/qt-xmlpatterns: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
new file mode 100644
index 0000000..a5f4ada
--- /dev/null
+++ b/games-simulation/fgx/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>games</herd>
+<maintainer>
+<email>chris@ilovelinux.de</email>
+<name>Christian Schmitt</name>
+</maintainer>
+</pkgmetadata>



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/fgx/
@ 2018-09-05  8:41 Vadim A. Misbakh-Soloviov
  0 siblings, 0 replies; 2+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2018-09-05  8:41 UTC (permalink / raw
  To: gentoo-commits

commit:     4fca4753b8b7faf026fc97e7d3eefe0641d27cb8
Author:     Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
AuthorDate: Wed Sep  5 08:41:14 2018 +0000
Commit:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Wed Sep  5 08:41:14 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=4fca4753

fgx: drop (qt4, dead)

 games-simulation/fgx/fgx-9999.ebuild | 33 ---------------------------------
 games-simulation/fgx/metadata.xml    |  8 --------
 2 files changed, 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>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-05  8:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-10  8:18 [gentoo-commits] proj/gamerlay:master commit in: games-simulation/fgx/ Christian Schmitt
  -- strict thread matches above, loose matches on Subject: below --
2018-09-05  8:41 Vadim A. Misbakh-Soloviov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox