Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/0ad/
Date: Sun, 28 Feb 2021 23:20:38
Message-Id: 1614554423.593c56113d6bb977f31c2f11ff35e0f69f68b619.sam@gentoo
1 commit: 593c56113d6bb977f31c2f11ff35e0f69f68b619
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 23:20:23 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 23:20:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593c5611
7
8 games-strategy/0ad: extra cleanup
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 games-strategy/0ad/0ad-0.0.24b_alpha.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild b/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild
16 index b2d76e0fe1a..fd767ad8126 100644
17 --- a/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild
18 +++ b/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild
19 @@ -11,7 +11,6 @@ if [[ ${PV} == 9999 ]]; then
20 inherit git-r3
21
22 EGIT_REPO_URI="https://github.com/0ad/0ad"
23 - ZEROAD_GIT_REVISION=""
24 elif [[ ${PV} == *_pre* ]]; then
25 ZEROAD_GIT_REVISION="c7d07d3979f969b969211a5e5748fa775f6768a7"
26 else
27 @@ -20,6 +19,7 @@ fi
28
29 DESCRIPTION="A free, real-time strategy game"
30 HOMEPAGE="https://play0ad.com/"
31 +
32 if [[ ${PV} == 9999 ]]; then
33 S="${WORKDIR}/${P}"
34 elif [[ ${PV} == *_pre* ]]; then
35 @@ -104,6 +104,7 @@ src_configure() {
36 tc-export CC CXX
37
38 # Stock premake5 does not work, use the shipped one
39 + # TODO: revisit this, see above BDEPEND note re premake5
40 emake -C "${S}"/build/premake/premake5/build/gmake2.unix
41
42 # Regenerate scripts.c so our patch applies