* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/fgrun/
@ 2011-03-21 21:11 Christian Schmitt
0 siblings, 0 replies; 7+ messages in thread
From: Christian Schmitt @ 2011-03-21 21:11 UTC (permalink / raw
To: gentoo-commits
commit: 208a6dd16bfc355d0a1a34aa8e8392b62f3deb69
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Mon Mar 21 21:11:06 2011 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Mon Mar 21 21:11:06 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=208a6dd1
[games-simulation/fgrun] fix fltk dep slot
---
games-simulation/fgrun/fgrun-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/games-simulation/fgrun/fgrun-9999.ebuild b/games-simulation/fgrun/fgrun-9999.ebuild
index 45a7848..01563f0 100644
--- a/games-simulation/fgrun/fgrun-9999.ebuild
+++ b/games-simulation/fgrun/fgrun-9999.ebuild
@@ -17,7 +17,7 @@ IUSE="nls"
DEPEND="dev-games/openscenegraph
>=dev-games/simgear-9999
- x11-libs/fltk:1.1[opengl,threads]
+ x11-libs/fltk:1[opengl,threads]
x11-libs/libXi
x11-libs/libXmu
nls? ( virtual/libintl )"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/fgrun/
@ 2012-07-07 13:49 Christian Schmitt
0 siblings, 0 replies; 7+ messages in thread
From: Christian Schmitt @ 2012-07-07 13:49 UTC (permalink / raw
To: gentoo-commits
commit: 952a8494443464f96ae112f5f71374a83fe3631d
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Sat Jul 7 13:49:02 2012 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Sat Jul 7 13:49:02 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=952a8494
[games-simulation/fgrun] compile with shared SG as well
---
games-simulation/fgrun/fgrun-9999.ebuild | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/games-simulation/fgrun/fgrun-9999.ebuild b/games-simulation/fgrun/fgrun-9999.ebuild
index 5a1e0ef..cb7369f 100644
--- a/games-simulation/fgrun/fgrun-9999.ebuild
+++ b/games-simulation/fgrun/fgrun-9999.ebuild
@@ -36,6 +36,7 @@ DOCS=(AUTHORS NEWS)
src_configure() {
mycmakeargs=(
-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
+ -DSIMGEAR_SHARED=ON
$(cmake-utils_use_enable nls)
)
cmake-utils_src_configure
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/fgrun/
@ 2012-07-07 14:04 Christian Schmitt
0 siblings, 0 replies; 7+ messages in thread
From: Christian Schmitt @ 2012-07-07 14:04 UTC (permalink / raw
To: gentoo-commits
commit: c33e9c5335845dc8b360d342fcb5c82c73564c0c
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Sat Jul 7 14:03:12 2012 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Sat Jul 7 14:03:12 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=c33e9c53
[games-simulation/fgrun] increase SG/FG dep
---
games-simulation/fgrun/fgrun-9999.ebuild | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-simulation/fgrun/fgrun-9999.ebuild b/games-simulation/fgrun/fgrun-9999.ebuild
index cb7369f..f5334d2 100644
--- a/games-simulation/fgrun/fgrun-9999.ebuild
+++ b/games-simulation/fgrun/fgrun-9999.ebuild
@@ -22,13 +22,13 @@ COMMON_DEPEND="
"
DEPEND="${COMMON_DEPEND}
- >=dev-games/simgear-2.6
+ >=dev-games/simgear-2.7
>=dev-libs/boost-1.34
nls? ( virtual/libintl )
"
RDEPEND="${COMMON_DEPEND}
- >=games-simulation/flightgear-2.6
+ >=games-simulation/flightgear-2.7
"
DOCS=(AUTHORS NEWS)
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/fgrun/
@ 2012-08-28 17:26 Christian Schmitt
0 siblings, 0 replies; 7+ messages in thread
From: Christian Schmitt @ 2012-08-28 17:26 UTC (permalink / raw
To: gentoo-commits
commit: 338b05d93e303b6911a6bddc3c057ca160f493c0
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Tue Aug 28 17:25:39 2012 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Tue Aug 28 17:25:39 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=338b05d9
[games-simulation/fgrun-9999] increase min. SG/FG version
---
games-simulation/fgrun/fgrun-9999.ebuild | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-simulation/fgrun/fgrun-9999.ebuild b/games-simulation/fgrun/fgrun-9999.ebuild
index f5334d2..b4884af 100644
--- a/games-simulation/fgrun/fgrun-9999.ebuild
+++ b/games-simulation/fgrun/fgrun-9999.ebuild
@@ -22,13 +22,13 @@ COMMON_DEPEND="
"
DEPEND="${COMMON_DEPEND}
- >=dev-games/simgear-2.7
+ >=dev-games/simgear-2.9
>=dev-libs/boost-1.34
nls? ( virtual/libintl )
"
RDEPEND="${COMMON_DEPEND}
- >=games-simulation/flightgear-2.7
+ >=games-simulation/flightgear-2.9
"
DOCS=(AUTHORS NEWS)
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/fgrun/
@ 2012-11-13 17:56 Christian Schmitt
0 siblings, 0 replies; 7+ messages in thread
From: Christian Schmitt @ 2012-11-13 17:56 UTC (permalink / raw
To: gentoo-commits
commit: 5a6659f32e5bb5ce7fc980092a193ca11ff598aa
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Tue Nov 13 17:55:39 2012 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Tue Nov 13 17:55:39 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=5a6659f3
[games-simulation/fgrun] fix git URL
---
games-simulation/fgrun/fgrun-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/games-simulation/fgrun/fgrun-9999.ebuild b/games-simulation/fgrun/fgrun-9999.ebuild
index b4884af..7d42840 100644
--- a/games-simulation/fgrun/fgrun-9999.ebuild
+++ b/games-simulation/fgrun/fgrun-9999.ebuild
@@ -8,7 +8,7 @@ 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://mapserver.flightgear.org/${PN}/"
+EGIT_REPO_URI="git://gitorious.org/fg/${PN}.git"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/fgrun/
@ 2015-03-10 11:13 Michael Weber
0 siblings, 0 replies; 7+ messages in thread
From: Michael Weber @ 2015-03-10 11:13 UTC (permalink / raw
To: gentoo-commits
commit: 3d8732be59c3698bca698dc051e106107c3b4f88
Author: Michael Weber <michael <AT> xmw <DOT> de>
AuthorDate: Tue Mar 10 11:13:05 2015 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Tue Mar 10 11:13:05 2015 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=3d8732be
Add snapshot version due broken upstream repo
.../fgrun/fgrun-3.5.0_p20150118.ebuild | 49 ++++++++++++++++++++++
1 file changed, 49 insertions(+)
diff --git a/games-simulation/fgrun/fgrun-3.5.0_p20150118.ebuild b/games-simulation/fgrun/fgrun-3.5.0_p20150118.ebuild
new file mode 100644
index 0000000..1ecf472
--- /dev/null
+++ b/games-simulation/fgrun/fgrun-3.5.0_p20150118.ebuild
@@ -0,0 +1,49 @@
+# 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
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/fgrun/
@ 2017-06-02 14:38 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; 7+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2017-06-02 14:38 UTC (permalink / raw
To: gentoo-commits
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>chris@ilovelinux.de</email>
-<name>Christian Schmitt</name>
-</maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2017-06-02 14:38 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-10 11:13 [gentoo-commits] proj/gamerlay:master commit in: games-simulation/fgrun/ Michael Weber
-- strict thread matches above, loose matches on Subject: below --
2017-06-02 14:38 Vadim A. Misbakh-Soloviov
2012-11-13 17:56 Christian Schmitt
2012-08-28 17:26 Christian Schmitt
2012-07-07 14:04 Christian Schmitt
2012-07-07 13:49 Christian Schmitt
2011-03-21 21:11 Christian Schmitt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox