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 3AE33138334 for ; Sat, 1 Dec 2018 15:41:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2569E08C0; Sat, 1 Dec 2018 15:41:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BD7C1E089A for ; Sat, 1 Dec 2018 15:41:23 +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 96B9D335C7B for ; Sat, 1 Dec 2018 15:41:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A8A14D6 for ; Sat, 1 Dec 2018 15:41:19 +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: <1543678847.da8de29ef14ab32f06ec865b05e4863a55b16cbb.winterheart@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-sports/stuntrally-tracks/, games-sports/stuntrally/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-sports/stuntrally-tracks/stuntrally-tracks-2.6.ebuild games-sports/stuntrally-tracks/stuntrally-tracks-9999.ebuild games-sports/stuntrally/stuntrally-2.6.ebuild games-sports/stuntrally/stuntrally-9999.ebuild X-VCS-Directories: games-sports/stuntrally-tracks/ games-sports/stuntrally/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: da8de29ef14ab32f06ec865b05e4863a55b16cbb X-VCS-Branch: master Date: Sat, 1 Dec 2018 15:41:19 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c287490d-79f8-4cbc-bf22-d4d6008d43e4 X-Archives-Hash: 5286ffde472f87e992d384b66070ee7e commit: da8de29ef14ab32f06ec865b05e4863a55b16cbb Author: Azamat H. Hackimov gmail com> AuthorDate: Sat Dec 1 15:03:47 2018 +0000 Commit: Azamat H. Hackimov gentoo ru> CommitDate: Sat Dec 1 15:40:47 2018 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=da8de29e games-sports/stuntrally-tracks: add version 2.6 Fixes for live ebuild, remove deprecated eclasses Signed-off-by: Azamat H. Hackimov gmail.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 .../stuntrally-tracks/stuntrally-tracks-2.6.ebuild | 29 ++++++++++++++++++++++ .../stuntrally-tracks-9999.ebuild | 12 +++------ games-sports/stuntrally/stuntrally-2.6.ebuild | 1 + games-sports/stuntrally/stuntrally-9999.ebuild | 1 + 4 files changed, 35 insertions(+), 8 deletions(-) diff --git a/games-sports/stuntrally-tracks/stuntrally-tracks-2.6.ebuild b/games-sports/stuntrally-tracks/stuntrally-tracks-2.6.ebuild new file mode 100644 index 0000000..fe2ff9d --- /dev/null +++ b/games-sports/stuntrally-tracks/stuntrally-tracks-2.6.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils + +DESCRIPTION="A set of tracks for ${CATEGORY}/${P//-tracks}" +HOMEPAGE="http://stuntrally.tuxfamily.org/" + +SLOT="0" +LICENSE="GPL-3" +IUSE="" + +SRC_URI="https://github.com/stuntrally/tracks/archive/${PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}/tracks-${PV}" + +src_configure() { + local mycmakeargs+=( + -DSHARE_INSTALL="/usr/share/stuntrally" + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install +} diff --git a/games-sports/stuntrally-tracks/stuntrally-tracks-9999.ebuild b/games-sports/stuntrally-tracks/stuntrally-tracks-9999.ebuild index 58446e2..60248df 100644 --- a/games-sports/stuntrally-tracks/stuntrally-tracks-9999.ebuild +++ b/games-sports/stuntrally-tracks/stuntrally-tracks-9999.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -inherit games cmake-utils git-2 +inherit cmake-utils git-r3 DESCRIPTION="A set of tracks for ${CATEGORY}/${P//-tracks}" -HOMEPAGE="http://code.google.com/p/vdrift-ogre/" +HOMEPAGE="https://stuntrally.tuxfamily.org/" SLOT="0" LICENSE="GPL-3" @@ -19,17 +19,13 @@ EGIT_PROJECT="${PN}" # Shallowing, since we don't want to fetch few GB of history #EGIT_OPTIONS="--depth 1" -RDEPEND="~${CATEGORY}/${P//-tracks}" -DEPEND="${RDEPEND}" - src_configure() { local mycmakeargs+=( - -DSHARE_INSTALL="/usr/share/games/stuntrally" + -DSHARE_INSTALL="/usr/share/stuntrally" ) cmake-utils_src_configure } src_install() { cmake-utils_src_install - prepgamesdirs } diff --git a/games-sports/stuntrally/stuntrally-2.6.ebuild b/games-sports/stuntrally/stuntrally-2.6.ebuild index 06b7065..5d2f22d 100644 --- a/games-sports/stuntrally/stuntrally-2.6.ebuild +++ b/games-sports/stuntrally/stuntrally-2.6.ebuild @@ -57,6 +57,7 @@ src_configure() { -DBUILD_GAME=$(usex game) -DBUILD_EDITOR=$(usex editor) -DBUILD_SHARED_LIBS=OFF + -DSHARE_INSTALL="share/stuntrally" ) cmake-utils_src_configure } diff --git a/games-sports/stuntrally/stuntrally-9999.ebuild b/games-sports/stuntrally/stuntrally-9999.ebuild index 6e9d7bf..0bd380b 100644 --- a/games-sports/stuntrally/stuntrally-9999.ebuild +++ b/games-sports/stuntrally/stuntrally-9999.ebuild @@ -53,6 +53,7 @@ src_configure() { -DBUILD_GAME=$(usex game) -DBUILD_EDITOR=$(usex editor) -DBUILD_SHARED_LIBS=OFF + -DSHARE_INSTALL="share/stuntrally" ) cmake-utils_src_configure }