From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10F26138334 for ; Sat, 10 Nov 2018 23:45:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8F1EE0DF9; Sat, 10 Nov 2018 23:44:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8CB34E0DF9 for ; Sat, 10 Nov 2018 23:44:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BACF335CFD for ; Sat, 10 Nov 2018 23:44:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD76C471 for ; Sat, 10 Nov 2018 23:44:50 +0000 (UTC) From: "Azamat H. Hackimov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Azamat H. Hackimov" Message-ID: <1541893460.837c3618c987ead02b02ce6346cb4a25efa8551c.winterheart@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-sports/stuntrally/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-sports/stuntrally/metadata.xml games-sports/stuntrally/stuntrally-2.6.ebuild games-sports/stuntrally/stuntrally-9999.ebuild X-VCS-Directories: games-sports/stuntrally/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: 837c3618c987ead02b02ce6346cb4a25efa8551c X-VCS-Branch: master Date: Sat, 10 Nov 2018 23:44:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ad430c99-cda9-43b3-88d3-84ee379f6de7 X-Archives-Hash: 458173f32f5ee14e755f400b18f0c667 commit: 837c3618c987ead02b02ce6346cb4a25efa8551c Author: Azamat H. Hackimov gmail com> AuthorDate: Sat Nov 10 22:27:09 2018 +0000 Commit: Azamat H. Hackimov gentoo 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 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 @@ - - mva@mva.name - - If you have any issues, please contact me, or try to find me in IRC on Freenode, OFTC or RusNet. - - Vadim A. Misbakh-Soloviov + +mva@mva.name + +If you have any issues, please contact me, or try to find me in IRC on Freenode, OFTC or RusNet. + +Vadim A. Misbakh-Soloviov FIXME - Build and install maps editor - Build and install game client itself +Build and install maps editor +Build and install game client itself 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"