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 C224913835A for ; Sat, 24 Apr 2021 22:03:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDC90E0839; Sat, 24 Apr 2021 22:03:27 +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 D2953E0839 for ; Sat, 24 Apr 2021 22:03:27 +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 5F69B335D35 for ; Sat, 24 Apr 2021 22:03:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB021722 for ; Sat, 24 Apr 2021 22:03:24 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1619301744.f41b8bb55ee6515510c8007b61e808636a09fff9.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/dxx-rebirth/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild games-action/dxx-rebirth/dxx-rebirth-9999.ebuild X-VCS-Directories: games-action/dxx-rebirth/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f41b8bb55ee6515510c8007b61e808636a09fff9 X-VCS-Branch: master Date: Sat, 24 Apr 2021 22:03:24 +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: 9c0009aa-ebda-4741-91e1-8abced264493 X-Archives-Hash: 1442808b04902e576f7836bea711e29f commit: f41b8bb55ee6515510c8007b61e808636a09fff9 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Apr 24 22:02:24 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Apr 24 22:02:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f41b8bb5 games-action/dxx-rebirth: remove unused eclass Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: David Seifert gentoo.org> games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild | 3 ++- games-action/dxx-rebirth/dxx-rebirth-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild index c2ee8a2d717..86ced2d16b5 100644 --- a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild +++ b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild @@ -5,7 +5,8 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8,9} ) -inherit desktop eutils python-any-r1 scons-utils toolchain-funcs xdg +inherit desktop python-any-r1 scons-utils toolchain-funcs xdg + if [[ "${PV}" = 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/dxx-rebirth/dxx-rebirth" diff --git a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild index 57704796963..5a01f9daaef 100644 --- a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild +++ b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild @@ -5,7 +5,8 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8,9} ) -inherit desktop eutils python-any-r1 scons-utils toolchain-funcs xdg +inherit desktop python-any-r1 scons-utils toolchain-funcs xdg + if [[ "${PV}" = 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/dxx-rebirth/dxx-rebirth"