diff options
author | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2018-11-11 01:27:09 +0300 |
---|---|---|
committer | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2018-11-11 02:44:20 +0300 |
commit | 837c3618c987ead02b02ce6346cb4a25efa8551c (patch) | |
tree | 15e5680ba02dffe150c5cb7096896fcc6d1d7edf /games-sports | |
parent | [games-mud/kildclient] remove package (diff) | |
download | gamerlay-837c3618c987ead02b02ce6346cb4a25efa8551c.tar.gz gamerlay-837c3618c987ead02b02ce6346cb4a25efa8551c.tar.bz2 gamerlay-837c3618c987ead02b02ce6346cb4a25efa8551c.zip |
games-sports/stuntrally: minor fixes to package
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/stuntrally/metadata.xml | 16 | ||||
-rw-r--r-- | games-sports/stuntrally/stuntrally-2.6.ebuild | 8 | ||||
-rw-r--r-- | 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" |