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>m...@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>m...@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"

Reply via email to