public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: games-sports/stuntrally/
@ 2013-04-22  8:39 Sergey Popov
  0 siblings, 0 replies; 4+ messages in thread
From: Sergey Popov @ 2013-04-22  8:39 UTC (permalink / raw
  To: gentoo-commits

commit:     bb5d3481812b815e4923870f3c9e5563e67ab66c
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 22 08:38:50 2013 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon Apr 22 08:38:50 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=bb5d3481

games-sports/stuntrally: fix LICENSE, add USE-flag descriptions in metadata

---
 games-sports/stuntrally/metadata.xml           |    2 ++
 games-sports/stuntrally/stuntrally-1.9.ebuild  |    4 ++--
 games-sports/stuntrally/stuntrally-9999.ebuild |    4 ++--
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/games-sports/stuntrally/metadata.xml b/games-sports/stuntrally/metadata.xml
index 23da526..4f07b2f 100644
--- a/games-sports/stuntrally/metadata.xml
+++ b/games-sports/stuntrally/metadata.xml
@@ -10,5 +10,7 @@
 </maintainer>
 <longdescription>FIXME</longdescription> 
 <use>
+	<flag name="editor">Build and install maps editor</flag>
+	<flag name="game">Build and install game client itself</flag>
 </use>
 </pkgmetadata>

diff --git a/games-sports/stuntrally/stuntrally-1.9.ebuild b/games-sports/stuntrally/stuntrally-1.9.ebuild
index dae502b..86ed7e0 100644
--- a/games-sports/stuntrally/stuntrally-1.9.ebuild
+++ b/games-sports/stuntrally/stuntrally-1.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -12,7 +12,7 @@ DESCRIPTION="Rally game focused on closed rally tracks with possible stunt eleme
 HOMEPAGE="http://code.google.com/p/vdrift-ogre/"
 
 SLOT="0"
-LICENSE="GPL3"
+LICENSE="GPL-3"
 IUSE="dedicated +game editor"
 
 if [[ ${PV} = 9999* ]]; then

diff --git a/games-sports/stuntrally/stuntrally-9999.ebuild b/games-sports/stuntrally/stuntrally-9999.ebuild
index dae502b..86ed7e0 100644
--- a/games-sports/stuntrally/stuntrally-9999.ebuild
+++ b/games-sports/stuntrally/stuntrally-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -12,7 +12,7 @@ DESCRIPTION="Rally game focused on closed rally tracks with possible stunt eleme
 HOMEPAGE="http://code.google.com/p/vdrift-ogre/"
 
 SLOT="0"
-LICENSE="GPL3"
+LICENSE="GPL-3"
 IUSE="dedicated +game editor"
 
 if [[ ${PV} = 9999* ]]; then


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

* [gentoo-commits] proj/gamerlay:master commit in: games-sports/stuntrally/
@ 2016-08-25 16:09 Vadim A. Misbakh-Soloviov
  0 siblings, 0 replies; 4+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2016-08-25 16:09 UTC (permalink / raw
  To: gentoo-commits

commit:     c638f658a801387fb33490b99eebd5b05152aacf
Author:     Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
AuthorDate: Mon Aug 15 05:24:10 2016 +0000
Commit:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Mon Aug 15 05:24:10 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=c638f658

stuntrally: fix ogre dep (ATM I've no time to fix code in upstream to use abstractions instead of float)

 games-sports/stuntrally/stuntrally-2.6.ebuild  | 2 +-
 games-sports/stuntrally/stuntrally-9999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-sports/stuntrally/stuntrally-2.6.ebuild b/games-sports/stuntrally/stuntrally-2.6.ebuild
index 70ac400..7516d7c 100644
--- a/games-sports/stuntrally/stuntrally-2.6.ebuild
+++ b/games-sports/stuntrally/stuntrally-2.6.ebuild
@@ -27,7 +27,7 @@ fi
 
 RDEPEND="
 	game? (
-		dev-games/ogre[cg,boost,ois,freeimage,opengl,zip]
+		dev-games/ogre[cg,boost,ois,freeimage,opengl,zip,-double-precision]
 		dev-games/mygui[ogre]
 		media-libs/libsdl2
 		media-libs/libvorbis

diff --git a/games-sports/stuntrally/stuntrally-9999.ebuild b/games-sports/stuntrally/stuntrally-9999.ebuild
index 398a19e..4d133e4 100644
--- a/games-sports/stuntrally/stuntrally-9999.ebuild
+++ b/games-sports/stuntrally/stuntrally-9999.ebuild
@@ -27,7 +27,7 @@ fi
 
 RDEPEND="
 	game? (
-		dev-games/ogre[cg,boost,ois,freeimage,opengl,zip]
+		dev-games/ogre[cg,boost,ois,freeimage,opengl,zip,-double-precision]
 		dev-games/mygui[ogre]
 		media-libs/libsdl2
 		media-libs/libvorbis


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

* [gentoo-commits] proj/gamerlay:master commit in: games-sports/stuntrally/
@ 2018-11-10 23:44 Azamat H. Hackimov
  0 siblings, 0 replies; 4+ messages in thread
From: Azamat H. Hackimov @ 2018-11-10 23:44 UTC (permalink / raw
  To: gentoo-commits

commit:     837c3618c987ead02b02ce6346cb4a25efa8551c
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Nov 10 22:27:09 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=837c3618

games-sports/stuntrally: minor fixes to package

Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 games-sports/stuntrally/metadata.xml           | 16 ++++++++--------
 games-sports/stuntrally/stuntrally-2.6.ebuild  |  8 +++-----
 games-sports/stuntrally/stuntrally-9999.ebuild |  9 ++++-----
 3 files changed, 15 insertions(+), 18 deletions(-)

diff --git a/games-sports/stuntrally/metadata.xml b/games-sports/stuntrally/metadata.xml
index 4f07b2f..557dc29 100644
--- a/games-sports/stuntrally/metadata.xml
+++ b/games-sports/stuntrally/metadata.xml
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer>
- <email>mva@mva.name</email>
- <description>
-	If you have any issues, please contact me, or try to find me in IRC on Freenode, OFTC or RusNet.
- </description> 
- <name>Vadim A. Misbakh-Soloviov</name>
+<maintainer type="person">
+<email>mva@mva.name</email>
+<description>
+If you have any issues, please contact me, or try to find me in IRC on Freenode, OFTC or RusNet.
+</description> 
+<name>Vadim A. Misbakh-Soloviov</name>
 </maintainer>
 <longdescription>FIXME</longdescription> 
 <use>
-	<flag name="editor">Build and install maps editor</flag>
-	<flag name="game">Build and install game client itself</flag>
+<flag name="editor">Build and install maps editor</flag>
+<flag name="game">Build and install game client itself</flag>
 </use>
 </pkgmetadata>

diff --git a/games-sports/stuntrally/stuntrally-2.6.ebuild b/games-sports/stuntrally/stuntrally-2.6.ebuild
index 7516d7c..2352fba 100644
--- a/games-sports/stuntrally/stuntrally-2.6.ebuild
+++ b/games-sports/stuntrally/stuntrally-2.6.ebuild
@@ -1,14 +1,13 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
-EAPI="6"
+EAPI=6
 
 [[ ${PV} = 9999* ]] && GIT="git-r3"
 
 inherit cmake-utils ${GIT}
 
-DESCRIPTION="Rally game focused on closed rally tracks with possible stunt elements (jumps, loops, pipes)."
+DESCRIPTION="Rally game focused on closed rally tracks with possible stunt elements."
 HOMEPAGE="http://stuntrally.tuxfamily.org/"
 
 SLOT="0"
@@ -56,7 +55,6 @@ src_configure() {
 	cmake-utils_src_configure
 }
 
-
 src_install() {
 	cmake-utils_src_install
 }

diff --git a/games-sports/stuntrally/stuntrally-9999.ebuild b/games-sports/stuntrally/stuntrally-9999.ebuild
index 4d133e4..13fa61b 100644
--- a/games-sports/stuntrally/stuntrally-9999.ebuild
+++ b/games-sports/stuntrally/stuntrally-9999.ebuild
@@ -1,14 +1,13 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
-EAPI="6"
+EAPI=6
 
 [[ ${PV} = 9999* ]] && GIT="git-r3"
 
 inherit ${GIT} cmake-utils
 
-DESCRIPTION="Rally game focused on closed rally tracks with possible stunt elements (jumps, loops, pipes)."
+DESCRIPTION="Rally game focused on closed rally tracks with possible stunt elements."
 HOMEPAGE="http://stuntrally.tuxfamily.org/"
 
 SLOT="0"
@@ -19,7 +18,7 @@ if [[ ${PV} = 9999* ]]; then
 	SRC_URI=""
 	KEYWORDS=""
 	EGIT_REPO_URI="https://github.com/stuntrally/stuntrally"
-	LIVE_PDEPEND="=${CATEGORY}/${PN}-tracks-${PV}"
+	LIVE_PDEPEND="~${CATEGORY}/${PN}-tracks-${PV}"
 else
 	KEYWORDS="~amd64 ~x86"
 	SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tgz"


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

* [gentoo-commits] proj/gamerlay:master commit in: games-sports/stuntrally/
@ 2018-12-01 15:41 Azamat H. Hackimov
  0 siblings, 0 replies; 4+ messages in thread
From: Azamat H. Hackimov @ 2018-12-01 15:41 UTC (permalink / raw
  To: gentoo-commits

commit:     430df1cbd2e1dd2ef345572772a8f415a3680c64
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Dec  1 14:24:33 2018 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sat Dec  1 15:40:47 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=430df1cb

games-sports/stuntrally: additional fixes

Added media-libs/libsdl2[haptic] dep, build bundled libraries statically

Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 games-sports/stuntrally/stuntrally-2.6.ebuild  | 18 ++++++++++--------
 games-sports/stuntrally/stuntrally-9999.ebuild | 18 ++++++++++--------
 2 files changed, 20 insertions(+), 16 deletions(-)

diff --git a/games-sports/stuntrally/stuntrally-2.6.ebuild b/games-sports/stuntrally/stuntrally-2.6.ebuild
index 49d0882..06b7065 100644
--- a/games-sports/stuntrally/stuntrally-2.6.ebuild
+++ b/games-sports/stuntrally/stuntrally-2.6.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://stuntrally.tuxfamily.org/"
 
 SLOT="0"
 LICENSE="GPL-3"
-IUSE="dedicated +game editor static-libs"
+IUSE="dedicated +game editor"
 
 if [[ ${PV} = 9999* ]]; then
 	SRC_URI=""
@@ -24,11 +24,11 @@ else
 	SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tgz"
 fi
 
-RDEPEND="
+DEPEND="
 	game? (
 		dev-games/ogre[cg,boost,ois,freeimage,opengl,zip,-double-precision]
 		dev-games/mygui[ogre]
-		media-libs/libsdl2
+		media-libs/libsdl2[haptic]
 		media-libs/libvorbis
 		media-libs/libogg
 		media-libs/openal
@@ -38,7 +38,9 @@ RDEPEND="
 	net-libs/enet:1.3
 	virtual/libstdc++
 "
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}
+	~games-sports/stuntrally-tracks-${PV}
+"
 PDEPEND="${LIVE_PDEPEND}"
 
 REQUIRED_USE="editor? ( game )"
@@ -51,10 +53,10 @@ DOCS=(Readme.txt)
 
 src_configure() {
 	local mycmakeargs=(
-		-DBUILD_MASTER_SERVER=$(usex dedicated ON OFF)
-		-DBUILD_GAME=$(usex game ON OFF)
-		-DBUILD_EDITOR=$(usex editor ON OFF)
-		-DBUILD_SHARED_LIBS=$(usex !static-libs ON OFF)
+		-DBUILD_MASTER_SERVER=$(usex dedicated)
+		-DBUILD_GAME=$(usex game)
+		-DBUILD_EDITOR=$(usex editor)
+		-DBUILD_SHARED_LIBS=OFF
 	)
 	cmake-utils_src_configure
 }

diff --git a/games-sports/stuntrally/stuntrally-9999.ebuild b/games-sports/stuntrally/stuntrally-9999.ebuild
index 13fa61b..6e9d7bf 100644
--- a/games-sports/stuntrally/stuntrally-9999.ebuild
+++ b/games-sports/stuntrally/stuntrally-9999.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://stuntrally.tuxfamily.org/"
 
 SLOT="0"
 LICENSE="GPL-3"
-IUSE="dedicated +game editor static-libs"
+IUSE="dedicated +game editor"
 
 if [[ ${PV} = 9999* ]]; then
 	SRC_URI=""
@@ -24,11 +24,11 @@ else
 	SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tgz"
 fi
 
-RDEPEND="
+DEPEND="
 	game? (
 		dev-games/ogre[cg,boost,ois,freeimage,opengl,zip,-double-precision]
 		dev-games/mygui[ogre]
-		media-libs/libsdl2
+		media-libs/libsdl2[haptic]
 		media-libs/libvorbis
 		media-libs/libogg
 		media-libs/openal
@@ -38,7 +38,9 @@ RDEPEND="
 	net-libs/enet:1.3
 	virtual/libstdc++
 "
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}
+	~games-sports/stuntrally-tracks-${PV}
+"
 PDEPEND="${LIVE_PDEPEND}"
 
 REQUIRED_USE="editor? ( game )"
@@ -47,10 +49,10 @@ DOCS=(Readme.txt)
 
 src_configure() {
 	local mycmakeargs=(
-		-DBUILD_MASTER_SERVER=$(usex dedicated ON OFF)
-		-DBUILD_GAME=$(usex game ON OFF)
-		-DBUILD_EDITOR=$(usex editor ON OFF)
-		-DBUILD_SHARED_LIBS=$(usex !static-libs ON OFF)
+		-DBUILD_MASTER_SERVER=$(usex dedicated)
+		-DBUILD_GAME=$(usex game)
+		-DBUILD_EDITOR=$(usex editor)
+		-DBUILD_SHARED_LIBS=OFF
 	)
 	cmake-utils_src_configure
 }


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

end of thread, other threads:[~2018-12-01 15:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-10 23:44 [gentoo-commits] proj/gamerlay:master commit in: games-sports/stuntrally/ Azamat H. Hackimov
  -- strict thread matches above, loose matches on Subject: below --
2018-12-01 15:41 Azamat H. Hackimov
2016-08-25 16:09 Vadim A. Misbakh-Soloviov
2013-04-22  8:39 Sergey Popov

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