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: Sat, 28 Aug 2021 03:39:40
Message-Id: 1630120104.315628cd3c82148476c56fde9c7bbb762c568f4d.sam@gentoo
1 commit: 315628cd3c82148476c56fde9c7bbb762c568f4d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 28 03:03:23 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 28 03:08:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315628cd
7
8 games-strategy/0ad: drop unnecessary verify-sig inherit
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 games-strategy/0ad/0ad-0.0.25b_alpha.ebuild | 10 +++++-----
13 1 file changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/games-strategy/0ad/0ad-0.0.25b_alpha.ebuild b/games-strategy/0ad/0ad-0.0.25b_alpha.ebuild
16 index e7258e9b6f8..94301481dc8 100644
17 --- a/games-strategy/0ad/0ad-0.0.25b_alpha.ebuild
18 +++ b/games-strategy/0ad/0ad-0.0.25b_alpha.ebuild
19 @@ -5,7 +5,7 @@ EAPI=8
20
21 WX_GTK_VER="3.0-gtk3"
22 PYTHON_COMPAT=( python3_{7..9} )
23 -inherit desktop toolchain-funcs multiprocessing python-any-r1 verify-sig wxwidgets xdg
24 +inherit desktop toolchain-funcs multiprocessing python-any-r1 wxwidgets xdg
25
26 DESCRIPTION="A free, real-time strategy game"
27 HOMEPAGE="https://play0ad.com/"
28 @@ -21,8 +21,8 @@ elif [[ ${PV} == *_pre* ]]; then
29 SRC_URI="https://github.com/0ad/0ad/archive/${ZEROAD_GIT_REVISION}.tar.gz -> ${P}.tar.gz"
30 S="${WORKDIR}/${PN}-${ZEROAD_GIT_REVISION}"
31 else
32 - inherit verify-sig
33 - IUSE+="verify-sig"
34 + # Trailing whitespace for IUSE append below
35 + IUSE="verify-sig "
36 MINISIGN_KEY="RWT0hFWv57I2RFoJwLVjxEr44JOq/RkEx1oT0IA3PPPICnSF7HFKW1CT"
37 MY_P="0ad-${PV/_/-}"
38 SRC_URI="
39 @@ -37,7 +37,7 @@ else
40 fi
41 SLOT="0"
42 KEYWORDS="~amd64 ~x86"
43 -IUSE="editor +lobby nvtt pch test"
44 +IUSE+="editor +lobby nvtt pch test"
45
46 RESTRICT="test"
47 CHECKREQS_DISK_BUILD="9000M" # 8769732 KiB (8.3 GiB) for alpha 25
48 @@ -59,7 +59,7 @@ BDEPEND="
49 # Upstream uses minisign which is not supported by verify-sign, bug #783066.
50 # Signatures are only provided for releases.
51 if [[ ( ${PV} != *9999 ) && ( ${PV} != *_p* ) ]]; then
52 - BDEPEND+="app-crypt/minisign"
53 + BDEPEND+=" app-crypt/minisign"
54 fi
55
56 # Removed dependency on nvtt as we use the bundled one.