* [gentoo-commits] proj/gamerlay:master commit in: dev-games/simgear/
@ 2012-04-24 10:22 Christian Schmitt
0 siblings, 0 replies; 8+ messages in thread
From: Christian Schmitt @ 2012-04-24 10:22 UTC (permalink / raw
To: gentoo-commits
commit: fd7ec3cc93fb6075b91c104fc70c11f3fc46fd05
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Tue Apr 24 08:15:03 2012 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Tue Apr 24 10:22:11 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=fd7ec3cc
[dev-games/simgear-9999] EAPI4, reduce deps when compiling the headless version.
Change git URL to mirror. Document useflags
---
dev-games/simgear/metadata.xml | 4 ++++
dev-games/simgear/simgear-9999.ebuild | 11 ++++++-----
2 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/dev-games/simgear/metadata.xml b/dev-games/simgear/metadata.xml
index a5f4ada..fd95d07 100644
--- a/dev-games/simgear/metadata.xml
+++ b/dev-games/simgear/metadata.xml
@@ -2,6 +2,10 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>games</herd>
+<use>
+ <flag name="subversion">Compile with libsvn support</flag>
+ <flag name="X">Build non-headless version of simgear (full version)</flag>
+</use>
<maintainer>
<email>chris@ilovelinux.de</email>
<name>Christian Schmitt</name>
diff --git a/dev-games/simgear/simgear-9999.ebuild b/dev-games/simgear/simgear-9999.ebuild
index f10db9b..f3163f9 100644
--- a/dev-games/simgear/simgear-9999.ebuild
+++ b/dev-games/simgear/simgear-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
EGIT_BRANCH="next"
@@ -10,7 +10,7 @@ inherit cmake-utils git-2
DESCRIPTION="Development library for simulation games"
HOMEPAGE="http://www.simgear.org/"
-EGIT_REPO_URI="git://gitorious.org/fg/simgear.git"
+EGIT_REPO_URI="git://mapserver.flightgear.org/simgear"
LICENSE="GPL-2"
SLOT="0"
@@ -18,9 +18,10 @@ KEYWORDS=""
IUSE="subversion X"
RDEPEND="dev-libs/boost
- subversion? ( dev-vcs/subversion )
X? ( >=dev-games/openscenegraph-3.0[png]
- media-libs/freealut )
+ media-libs/freealut
+ subversion? ( dev-vcs/subversion )
+ )
"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: dev-games/simgear/
@ 2012-05-31 14:16 Christian Schmitt
0 siblings, 0 replies; 8+ messages in thread
From: Christian Schmitt @ 2012-05-31 14:16 UTC (permalink / raw
To: gentoo-commits
commit: 8f1283e7f5ecc68fdfbc53467b66b092e05509eb
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Thu May 31 14:10:12 2012 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Thu May 31 14:15:50 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=8f1283e7
[dev-games/simgear-9999] switch back to official GIT url
---
dev-games/simgear/simgear-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dev-games/simgear/simgear-9999.ebuild b/dev-games/simgear/simgear-9999.ebuild
index f3163f9..0acd5b0 100644
--- a/dev-games/simgear/simgear-9999.ebuild
+++ b/dev-games/simgear/simgear-9999.ebuild
@@ -10,7 +10,7 @@ inherit cmake-utils git-2
DESCRIPTION="Development library for simulation games"
HOMEPAGE="http://www.simgear.org/"
-EGIT_REPO_URI="git://mapserver.flightgear.org/simgear"
+EGIT_REPO_URI="git://gitorious.org/fg/simgear.git"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: dev-games/simgear/
@ 2012-08-27 11:06 Christian Schmitt
0 siblings, 0 replies; 8+ messages in thread
From: Christian Schmitt @ 2012-08-27 11:06 UTC (permalink / raw
To: gentoo-commits
commit: 64da95b35de6971343b04471074758830c627ba7
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Sun Aug 26 09:40:12 2012 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Sun Aug 26 09:40:12 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=64da95b3
[dev-games/simgear-9999] remove freealut dep, depend on openal
---
dev-games/simgear/simgear-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dev-games/simgear/simgear-9999.ebuild b/dev-games/simgear/simgear-9999.ebuild
index be443cd..4628af7 100644
--- a/dev-games/simgear/simgear-9999.ebuild
+++ b/dev-games/simgear/simgear-9999.ebuild
@@ -21,7 +21,7 @@ IUSE="subversion X"
RDEPEND="dev-libs/boost
X? ( >=dev-games/openscenegraph-3.0[png]
- media-libs/freealut
+ media-libs/openal
subversion? ( dev-vcs/subversion )
)
"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: dev-games/simgear/
@ 2012-08-28 11:58 Christian Schmitt
0 siblings, 0 replies; 8+ messages in thread
From: Christian Schmitt @ 2012-08-28 11:58 UTC (permalink / raw
To: gentoo-commits
commit: 74e8bf7d23ac4c204068838224e012846ef40ce1
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Tue Aug 28 11:19:34 2012 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Tue Aug 28 11:56:35 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=74e8bf7d
[dev-games/simgear-9999] sync with portage
---
dev-games/simgear/simgear-9999.ebuild | 30 ++++++++++++++++++++----------
1 files changed, 20 insertions(+), 10 deletions(-)
diff --git a/dev-games/simgear/simgear-9999.ebuild b/dev-games/simgear/simgear-9999.ebuild
index 4628af7..9821d47 100644
--- a/dev-games/simgear/simgear-9999.ebuild
+++ b/dev-games/simgear/simgear-9999.ebuild
@@ -17,25 +17,35 @@ EGIT_REPO_URI="git://mapserver.flightgear.org/simgear/
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="subversion X"
+IUSE="debug +subversion test X"
-RDEPEND="dev-libs/boost
+COMMON_DEPEND="
+ sys-libs/zlib
X? ( >=dev-games/openscenegraph-3.0[png]
media-libs/openal
- subversion? ( dev-vcs/subversion )
+ virtual/opengl
+ subversion? (
+ dev-libs/apr
+ dev-vcs/subversion
+ )
)
"
-DEPEND="${RDEPEND}"
+DEPEND="${COMMON_DEPEND}
+ >=dev-libs/boost-1.37
+"
+
+RDEPEND="${COMMON_DEPEND}"
-DOCS=(NEWS AUTHORS)
+DOCS=(AUTHORS ChangeLog NEWS README Thanks)
src_configure() {
- mycmakeargs=(
- -DSIMGEAR_SHARED=ON
- $(cmake-utils_use subversion ENABLE_LIBSVN)
- $(cmake-utils_use !X SIMGEAR_HEADLESS)
+ local mycmakeargs=(
+ -DENABLE_RTI=OFF
+ -DSIMGEAR_SHARED=ON
+ $(cmake-utils_use_enable subversion LIBSVN)
+ $(cmake-utils_use !X SIMGEAR_HEADLESS)
+ $(cmake-utils_use_enable test TESTS)
)
-
cmake-utils_src_configure
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: dev-games/simgear/
@ 2012-09-16 19:41 Christian Schmitt
0 siblings, 0 replies; 8+ messages in thread
From: Christian Schmitt @ 2012-09-16 19:41 UTC (permalink / raw
To: gentoo-commits
commit: c1f47b35a2673eca4ba7afa42eebb91d20d71fe5
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Sun Sep 16 19:40:54 2012 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Sun Sep 16 19:40:54 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=c1f47b35
[dev-games/simgear-9999] use system expat instead of bundled version
---
dev-games/simgear/simgear-9999.ebuild | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/dev-games/simgear/simgear-9999.ebuild b/dev-games/simgear/simgear-9999.ebuild
index 9821d47..9cc0adc 100644
--- a/dev-games/simgear/simgear-9999.ebuild
+++ b/dev-games/simgear/simgear-9999.ebuild
@@ -22,6 +22,7 @@ IUSE="debug +subversion test X"
COMMON_DEPEND="
sys-libs/zlib
X? ( >=dev-games/openscenegraph-3.0[png]
+ dev-libs/expat
media-libs/openal
virtual/opengl
subversion? (
@@ -43,6 +44,7 @@ src_configure() {
local mycmakeargs=(
-DENABLE_RTI=OFF
-DSIMGEAR_SHARED=ON
+ -DSYSTEM_EXPAT=ON
$(cmake-utils_use_enable subversion LIBSVN)
$(cmake-utils_use !X SIMGEAR_HEADLESS)
$(cmake-utils_use_enable test TESTS)
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: dev-games/simgear/
@ 2012-09-19 13:43 Christian Schmitt
0 siblings, 0 replies; 8+ messages in thread
From: Christian Schmitt @ 2012-09-19 13:43 UTC (permalink / raw
To: gentoo-commits
commit: 508cc9bc79afaf98f603ad5f9e24eda141dc2709
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Wed Sep 19 13:42:16 2012 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Wed Sep 19 13:42:16 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=508cc9bc
[dev-games/simgear] change order of GIT repos
---
dev-games/simgear/simgear-9999.ebuild | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-games/simgear/simgear-9999.ebuild b/dev-games/simgear/simgear-9999.ebuild
index 9cc0adc..38245a8 100644
--- a/dev-games/simgear/simgear-9999.ebuild
+++ b/dev-games/simgear/simgear-9999.ebuild
@@ -11,8 +11,8 @@ inherit cmake-utils git-2
DESCRIPTION="Development library for simulation games"
HOMEPAGE="http://www.simgear.org/"
-EGIT_REPO_URI="git://mapserver.flightgear.org/simgear/
- git://gitorious.org/fg/simgear.git"
+EGIT_REPO_URI="git://gitorious.org/fg/simgear.git
+ git://mapserver.flightgear.org/simgear/"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: dev-games/simgear/
@ 2018-11-10 23:44 Azamat H. Hackimov
0 siblings, 0 replies; 8+ messages in thread
From: Azamat H. Hackimov @ 2018-11-10 23:44 UTC (permalink / raw
To: gentoo-commits
commit: 11eac501566ce344971a4b01a9d1fc0eae41ec7e
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Nov 10 20:59:15 2018 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sat Nov 10 23:44:20 2018 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=11eac501
dev-games/simgear: minor fixes for package
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
dev-games/simgear/metadata.xml | 6 +++---
dev-games/simgear/simgear-9999.ebuild | 3 +--
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/dev-games/simgear/metadata.xml b/dev-games/simgear/metadata.xml
index 9f81451..e0ea5c1 100644
--- a/dev-games/simgear/metadata.xml
+++ b/dev-games/simgear/metadata.xml
@@ -4,8 +4,8 @@
<use>
<flag name="headless">Build headless version of simgear (useful for terragear on a server)</flag>
</use>
-<maintainer>
-<email>chris@ilovelinux.de</email>
-<name>Christian Schmitt</name>
+<maintainer type="person">
+ <email>chris@ilovelinux.de</email>
+ <name>Christian Schmitt</name>
</maintainer>
</pkgmetadata>
diff --git a/dev-games/simgear/simgear-9999.ebuild b/dev-games/simgear/simgear-9999.ebuild
index 1c74b04..86cb0b3 100644
--- a/dev-games/simgear/simgear-9999.ebuild
+++ b/dev-games/simgear/simgear-9999.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# $Id$
EAPI=6
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: dev-games/simgear/
@ 2019-12-24 18:58 Azamat H. Hackimov
0 siblings, 0 replies; 8+ messages in thread
From: Azamat H. Hackimov @ 2019-12-24 18:58 UTC (permalink / raw
To: gentoo-commits
commit: ef849865f14d461548e46748c569e20c8a34bf9a
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Tue Dec 24 18:36:48 2019 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Tue Dec 24 18:56:29 2019 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=ef849865
In portage now
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
dev-games/simgear/metadata.xml | 11 --------
dev-games/simgear/simgear-9999.ebuild | 50 -----------------------------------
2 files changed, 61 deletions(-)
diff --git a/dev-games/simgear/metadata.xml b/dev-games/simgear/metadata.xml
deleted file mode 100644
index e0ea5c1..0000000
--- a/dev-games/simgear/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<use>
- <flag name="headless">Build headless version of simgear (useful for terragear on a server)</flag>
-</use>
-<maintainer type="person">
- <email>chris@ilovelinux.de</email>
- <name>Christian Schmitt</name>
-</maintainer>
-</pkgmetadata>
diff --git a/dev-games/simgear/simgear-9999.ebuild b/dev-games/simgear/simgear-9999.ebuild
deleted file mode 100644
index 86cb0b3..0000000
--- a/dev-games/simgear/simgear-9999.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils git-r3
-
-DESCRIPTION="Development library for simulation games"
-HOMEPAGE="http://www.simgear.org/"
-EGIT_REPO_URI="git://git.code.sf.net/p/flightgear/${PN}"
-EGIT_BRANCH="next"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="curl debug headless test"
-
-COMMON_DEPEND="
- sys-libs/zlib
- curl? ( net-misc/curl )
- !headless? (
- >=dev-games/openscenegraph-3.2[png]
- dev-libs/expat
- media-libs/openal
- virtual/opengl
- )
-"
-
-DEPEND="${COMMON_DEPEND}
- >=dev-libs/boost-1.37
-"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DOCS=(AUTHORS ChangeLog NEWS README Thanks)
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_CURL=$(usex curl)
- -DENABLE_LIBSVN=OFF
- -DENABLE_RTI=OFF
- -DENABLE_SOUND=ON
- -DENABLE_TESTS=$(usex test)
- -DSG_SVN_CLIENT=ON
- -DSIMGEAR_HEADLESS=$(usex headless)
- -DSIMGEAR_SHARED=ON
- -DSYSTEM_EXPAT=ON
- )
- cmake-utils_src_configure
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2019-12-24 18:58 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-31 14:16 [gentoo-commits] proj/gamerlay:master commit in: dev-games/simgear/ Christian Schmitt
-- strict thread matches above, loose matches on Subject: below --
2019-12-24 18:58 Azamat H. Hackimov
2018-11-10 23:44 Azamat H. Hackimov
2012-09-19 13:43 Christian Schmitt
2012-09-16 19:41 Christian Schmitt
2012-08-28 11:58 Christian Schmitt
2012-08-27 11:06 Christian Schmitt
2012-04-24 10:22 Christian Schmitt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox