commit: 908d1fa43938d42eec1c0d4a57ce8bc2fbb8b74b Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com> AuthorDate: Sat Nov 10 22:29:02 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=908d1fa4
games-sports/stuntrally-tracks: 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-tracks/metadata.xml | 12 ++++++------ games-sports/stuntrally-tracks/stuntrally-tracks-9999.ebuild | 9 ++++----- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/games-sports/stuntrally-tracks/metadata.xml b/games-sports/stuntrally-tracks/metadata.xml index 23da526..82f98e8 100644 --- a/games-sports/stuntrally-tracks/metadata.xml +++ b/games-sports/stuntrally-tracks/metadata.xml @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> - <email>[email protected]</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>[email protected]</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> diff --git a/games-sports/stuntrally-tracks/stuntrally-tracks-9999.ebuild b/games-sports/stuntrally-tracks/stuntrally-tracks-9999.ebuild index ef1da0e..58446e2 100644 --- a/games-sports/stuntrally-tracks/stuntrally-tracks-9999.ebuild +++ b/games-sports/stuntrally-tracks/stuntrally-tracks-9999.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI="5" +EAPI=5 inherit games cmake-utils git-2 @@ -10,7 +9,7 @@ DESCRIPTION="A set of tracks for ${CATEGORY}/${P//-tracks}" HOMEPAGE="http://code.google.com/p/vdrift-ogre/" SLOT="0" -LICENSE="GPL3" +LICENSE="GPL-3" IUSE="" SRC_URI="" @@ -20,7 +19,7 @@ EGIT_PROJECT="${PN}" # Shallowing, since we don't want to fetch few GB of history #EGIT_OPTIONS="--depth 1" -RDEPEND="=${CATEGORY}/${P//-tracks}" +RDEPEND="~${CATEGORY}/${P//-tracks}" DEPEND="${RDEPEND}" src_configure() {
