Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/dxx-rebirth/
Date: Sat, 24 Apr 2021 22:03:28
Message-Id: 1619301744.f41b8bb55ee6515510c8007b61e808636a09fff9.soap@gentoo
1 commit: f41b8bb55ee6515510c8007b61e808636a09fff9
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sat Apr 24 22:02:24 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 24 22:02:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f41b8bb5
7
8 games-action/dxx-rebirth: remove unused eclass
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild | 3 ++-
15 games-action/dxx-rebirth/dxx-rebirth-9999.ebuild | 3 ++-
16 2 files changed, 4 insertions(+), 2 deletions(-)
17
18 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
19 index c2ee8a2d717..86ced2d16b5 100644
20 --- a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild
21 +++ b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild
22 @@ -5,7 +5,8 @@ EAPI=7
23
24 PYTHON_COMPAT=( python3_{7,8,9} )
25
26 -inherit desktop eutils python-any-r1 scons-utils toolchain-funcs xdg
27 +inherit desktop python-any-r1 scons-utils toolchain-funcs xdg
28 +
29 if [[ "${PV}" = 9999 ]]; then
30 inherit git-r3
31 EGIT_REPO_URI="https://github.com/dxx-rebirth/dxx-rebirth"
32
33 diff --git a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild
34 index 57704796963..5a01f9daaef 100644
35 --- a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild
36 +++ b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild
37 @@ -5,7 +5,8 @@ EAPI=7
38
39 PYTHON_COMPAT=( python3_{7,8,9} )
40
41 -inherit desktop eutils python-any-r1 scons-utils toolchain-funcs xdg
42 +inherit desktop python-any-r1 scons-utils toolchain-funcs xdg
43 +
44 if [[ "${PV}" = 9999 ]]; then
45 inherit git-r3
46 EGIT_REPO_URI="https://github.com/dxx-rebirth/dxx-rebirth"