summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2018-11-11 01:29:02 +0300
committerAzamat H. Hackimov <azamat.hackimov@gmail.com>2018-11-11 02:44:20 +0300
commit908d1fa43938d42eec1c0d4a57ce8bc2fbb8b74b (patch)
tree5ef6bc2ad06d4518a2b50f00b0c3e41b297317e2
parentgames-sports/stuntrally: minor fixes to package (diff)
downloadgamerlay-908d1fa43938d42eec1c0d4a57ce8bc2fbb8b74b.tar.gz
gamerlay-908d1fa43938d42eec1c0d4a57ce8bc2fbb8b74b.tar.bz2
gamerlay-908d1fa43938d42eec1c0d4a57ce8bc2fbb8b74b.zip
games-sports/stuntrally-tracks: minor fixes to package
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Package-Manager: Portage-2.3.49, Repoman-2.3.11
-rw-r--r--games-sports/stuntrally-tracks/metadata.xml12
-rw-r--r--games-sports/stuntrally-tracks/stuntrally-tracks-9999.ebuild9
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>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>
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() {