* [gentoo-commits] proj/gamerlay:master commit in: games-sports/stuntrally-tracks/, games-sports/stuntrally/
@ 2013-04-22 4:59 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; 2+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2013-04-22 4:59 UTC (permalink / raw
To: gentoo-commits
commit: a6b8785d63a324def25cf791f24d63e4ee51d3df
Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Mon Apr 22 04:59:46 2013 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Mon Apr 22 04:59:46 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=a6b8785d
[games-sports/stuntrally{,-tracks}] Added
Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
---
games-sports/stuntrally-tracks/metadata.xml | 14 ++++
.../stuntrally-tracks-9999.ebuild | 36 +++++++++++
games-sports/stuntrally/metadata.xml | 14 ++++
games-sports/stuntrally/stuntrally-1.9.ebuild | 63 ++++++++++++++++++++
games-sports/stuntrally/stuntrally-9999.ebuild | 63 ++++++++++++++++++++
5 files changed, 190 insertions(+), 0 deletions(-)
diff --git a/games-sports/stuntrally-tracks/metadata.xml b/games-sports/stuntrally-tracks/metadata.xml
new file mode 100644
index 0000000..23da526
--- /dev/null
+++ b/games-sports/stuntrally-tracks/metadata.xml
@@ -0,0 +1,14 @@
+<?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>
+<longdescription>FIXME</longdescription>
+<use>
+</use>
+</pkgmetadata>
diff --git a/games-sports/stuntrally-tracks/stuntrally-tracks-9999.ebuild b/games-sports/stuntrally-tracks/stuntrally-tracks-9999.ebuild
new file mode 100644
index 0000000..ef1da0e
--- /dev/null
+++ b/games-sports/stuntrally-tracks/stuntrally-tracks-9999.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit games cmake-utils git-2
+
+DESCRIPTION="A set of tracks for ${CATEGORY}/${P//-tracks}"
+HOMEPAGE="http://code.google.com/p/vdrift-ogre/"
+
+SLOT="0"
+LICENSE="GPL3"
+IUSE=""
+
+SRC_URI=""
+KEYWORDS=""
+EGIT_REPO_URI="https://github.com/stuntrally/tracks"
+EGIT_PROJECT="${PN}"
+# Shallowing, since we don't want to fetch few GB of history
+#EGIT_OPTIONS="--depth 1"
+
+RDEPEND="=${CATEGORY}/${P//-tracks}"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ local mycmakeargs+=(
+ -DSHARE_INSTALL="/usr/share/games/stuntrally"
+ )
+ cmake-utils_src_configure
+}
+
+src_install() {
+ cmake-utils_src_install
+ prepgamesdirs
+}
diff --git a/games-sports/stuntrally/metadata.xml b/games-sports/stuntrally/metadata.xml
new file mode 100644
index 0000000..23da526
--- /dev/null
+++ b/games-sports/stuntrally/metadata.xml
@@ -0,0 +1,14 @@
+<?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>
+<longdescription>FIXME</longdescription>
+<use>
+</use>
+</pkgmetadata>
diff --git a/games-sports/stuntrally/stuntrally-1.9.ebuild b/games-sports/stuntrally/stuntrally-1.9.ebuild
new file mode 100644
index 0000000..dae502b
--- /dev/null
+++ b/games-sports/stuntrally/stuntrally-1.9.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+[[ ${PV} = 9999* ]] && GIT="git-2"
+
+inherit games cmake-utils ${GIT}
+
+DESCRIPTION="Rally game focused on closed rally tracks with possible stunt elements (jumps, loops, pipes)."
+HOMEPAGE="http://code.google.com/p/vdrift-ogre/"
+
+SLOT="0"
+LICENSE="GPL3"
+IUSE="dedicated +game editor"
+
+if [[ ${PV} = 9999* ]]; then
+ SRC_URI=""
+ KEYWORDS=""
+ EGIT_REPO_URI="https://github.com/stuntrally/stuntrally"
+ LIVE_PDEPEND="=${CATEGORY}/${PN}-tracks-${PV}"
+else
+ MY_P="StuntRally-${PV}-sources"
+ KEYWORDS="~amd64 ~x86"
+ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
+ S="${WORKDIR}/${MY_P}"
+fi
+
+RDEPEND="
+ game? (
+ dev-games/ogre[cg,boost,ois,freeimage,opengl,zip]
+ dev-games/mygui
+ media-libs/libsdl:0
+ media-libs/libvorbis
+ media-libs/libogg
+ )
+ dev-libs/boost
+ net-libs/enet:1.3
+ virtual/libstdc++
+ sys-devel/gcc
+"
+DEPEND="${RDEPEND}"
+PDEPEND="${LIVE_PDEPEND}"
+
+REQUIRED_USE="editor? ( game )"
+
+DOCS=( Readme.txt )
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_build dedicated MASTER_SERVER)
+ $(cmake-utils_use_build game GAME)
+ $(cmake-utils_use_build editor EDITOR)
+ )
+ cmake-utils_src_configure
+}
+
+
+src_install() {
+ cmake-utils_src_install
+ prepgamesdirs
+}
diff --git a/games-sports/stuntrally/stuntrally-9999.ebuild b/games-sports/stuntrally/stuntrally-9999.ebuild
new file mode 100644
index 0000000..dae502b
--- /dev/null
+++ b/games-sports/stuntrally/stuntrally-9999.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+[[ ${PV} = 9999* ]] && GIT="git-2"
+
+inherit games cmake-utils ${GIT}
+
+DESCRIPTION="Rally game focused on closed rally tracks with possible stunt elements (jumps, loops, pipes)."
+HOMEPAGE="http://code.google.com/p/vdrift-ogre/"
+
+SLOT="0"
+LICENSE="GPL3"
+IUSE="dedicated +game editor"
+
+if [[ ${PV} = 9999* ]]; then
+ SRC_URI=""
+ KEYWORDS=""
+ EGIT_REPO_URI="https://github.com/stuntrally/stuntrally"
+ LIVE_PDEPEND="=${CATEGORY}/${PN}-tracks-${PV}"
+else
+ MY_P="StuntRally-${PV}-sources"
+ KEYWORDS="~amd64 ~x86"
+ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
+ S="${WORKDIR}/${MY_P}"
+fi
+
+RDEPEND="
+ game? (
+ dev-games/ogre[cg,boost,ois,freeimage,opengl,zip]
+ dev-games/mygui
+ media-libs/libsdl:0
+ media-libs/libvorbis
+ media-libs/libogg
+ )
+ dev-libs/boost
+ net-libs/enet:1.3
+ virtual/libstdc++
+ sys-devel/gcc
+"
+DEPEND="${RDEPEND}"
+PDEPEND="${LIVE_PDEPEND}"
+
+REQUIRED_USE="editor? ( game )"
+
+DOCS=( Readme.txt )
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_build dedicated MASTER_SERVER)
+ $(cmake-utils_use_build game GAME)
+ $(cmake-utils_use_build editor EDITOR)
+ )
+ cmake-utils_src_configure
+}
+
+
+src_install() {
+ cmake-utils_src_install
+ prepgamesdirs
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-sports/stuntrally-tracks/, games-sports/stuntrally/
@ 2018-12-01 15:41 Azamat H. Hackimov
0 siblings, 0 replies; 2+ messages in thread
From: Azamat H. Hackimov @ 2018-12-01 15:41 UTC (permalink / raw
To: gentoo-commits
commit: da8de29ef14ab32f06ec865b05e4863a55b16cbb
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Dec 1 15:03:47 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=da8de29e
games-sports/stuntrally-tracks: add version 2.6
Fixes for live ebuild, remove deprecated eclasses
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
.../stuntrally-tracks/stuntrally-tracks-2.6.ebuild | 29 ++++++++++++++++++++++
.../stuntrally-tracks-9999.ebuild | 12 +++------
games-sports/stuntrally/stuntrally-2.6.ebuild | 1 +
games-sports/stuntrally/stuntrally-9999.ebuild | 1 +
4 files changed, 35 insertions(+), 8 deletions(-)
diff --git a/games-sports/stuntrally-tracks/stuntrally-tracks-2.6.ebuild b/games-sports/stuntrally-tracks/stuntrally-tracks-2.6.ebuild
new file mode 100644
index 0000000..fe2ff9d
--- /dev/null
+++ b/games-sports/stuntrally-tracks/stuntrally-tracks-2.6.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="A set of tracks for ${CATEGORY}/${P//-tracks}"
+HOMEPAGE="http://stuntrally.tuxfamily.org/"
+
+SLOT="0"
+LICENSE="GPL-3"
+IUSE=""
+
+SRC_URI="https://github.com/stuntrally/tracks/archive/${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/tracks-${PV}"
+
+src_configure() {
+ local mycmakeargs+=(
+ -DSHARE_INSTALL="/usr/share/stuntrally"
+ )
+ cmake-utils_src_configure
+}
+
+src_install() {
+ cmake-utils_src_install
+}
diff --git a/games-sports/stuntrally-tracks/stuntrally-tracks-9999.ebuild b/games-sports/stuntrally-tracks/stuntrally-tracks-9999.ebuild
index 58446e2..60248df 100644
--- a/games-sports/stuntrally-tracks/stuntrally-tracks-9999.ebuild
+++ b/games-sports/stuntrally-tracks/stuntrally-tracks-9999.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-inherit games cmake-utils git-2
+inherit cmake-utils git-r3
DESCRIPTION="A set of tracks for ${CATEGORY}/${P//-tracks}"
-HOMEPAGE="http://code.google.com/p/vdrift-ogre/"
+HOMEPAGE="https://stuntrally.tuxfamily.org/"
SLOT="0"
LICENSE="GPL-3"
@@ -19,17 +19,13 @@ EGIT_PROJECT="${PN}"
# Shallowing, since we don't want to fetch few GB of history
#EGIT_OPTIONS="--depth 1"
-RDEPEND="~${CATEGORY}/${P//-tracks}"
-DEPEND="${RDEPEND}"
-
src_configure() {
local mycmakeargs+=(
- -DSHARE_INSTALL="/usr/share/games/stuntrally"
+ -DSHARE_INSTALL="/usr/share/stuntrally"
)
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
- prepgamesdirs
}
diff --git a/games-sports/stuntrally/stuntrally-2.6.ebuild b/games-sports/stuntrally/stuntrally-2.6.ebuild
index 06b7065..5d2f22d 100644
--- a/games-sports/stuntrally/stuntrally-2.6.ebuild
+++ b/games-sports/stuntrally/stuntrally-2.6.ebuild
@@ -57,6 +57,7 @@ src_configure() {
-DBUILD_GAME=$(usex game)
-DBUILD_EDITOR=$(usex editor)
-DBUILD_SHARED_LIBS=OFF
+ -DSHARE_INSTALL="share/stuntrally"
)
cmake-utils_src_configure
}
diff --git a/games-sports/stuntrally/stuntrally-9999.ebuild b/games-sports/stuntrally/stuntrally-9999.ebuild
index 6e9d7bf..0bd380b 100644
--- a/games-sports/stuntrally/stuntrally-9999.ebuild
+++ b/games-sports/stuntrally/stuntrally-9999.ebuild
@@ -53,6 +53,7 @@ src_configure() {
-DBUILD_GAME=$(usex game)
-DBUILD_EDITOR=$(usex editor)
-DBUILD_SHARED_LIBS=OFF
+ -DSHARE_INSTALL="share/stuntrally"
)
cmake-utils_src_configure
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-12-01 15:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-22 4:59 [gentoo-commits] proj/gamerlay:master commit in: games-sports/stuntrally-tracks/, games-sports/stuntrally/ Vadim A. Misbakh-Soloviov
-- strict thread matches above, loose matches on Subject: below --
2018-12-01 15:41 Azamat H. Hackimov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox