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-arcade/thinktanks-demo/
Date: Sun, 18 Apr 2021 06:31:48
Message-Id: 1618727490.8062ce107717c036f39d921a4030aee8ab249e19.sam@gentoo
1 commit: 8062ce107717c036f39d921a4030aee8ab249e19
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 06:14:17 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 06:31:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8062ce10
7
8 games-arcade/thinktanks-demo: port to EAPI 7, fix MissingLicenseRestricts
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild | 11 +++++------
13 1 file changed, 5 insertions(+), 6 deletions(-)
14
15 diff --git a/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild b/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild
16 index a672cd15f03..09e8678088d 100644
17 --- a/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild
18 +++ b/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild
19 @@ -1,18 +1,19 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26 +
27 inherit desktop unpacker
28
29 DESCRIPTION="Tank combat game with lighthearted, fast paced pandemonium"
30 HOMEPAGE="http://www.garagegames.com/pg/product/view.php?id=12"
31 SRC_URI="ftp://ggdev-1.homelan.com/thinktanks/ThinkTanksDemo_v${PV}.sh.bin"
32 +S="${WORKDIR}"
33
34 LICENSE="THINKTANKS"
35 SLOT="0"
36 KEYWORDS="-* ~amd64 ~x86"
37 -IUSE=""
38 -RESTRICT="strip"
39 +RESTRICT="bindist mirror strip"
40
41 RDEPEND="
42 media-libs/libsdl[video,joystick,abi_x86_32(-)]
43 @@ -21,9 +22,7 @@ RDEPEND="
44 x11-libs/libX11[abi_x86_32(-)]
45 x11-libs/libXext[abi_x86_32(-)]
46 "
47 -DEPEND=""
48
49 -S="${WORKDIR}"
50 dir="/opt/${PN}"
51
52 QA_PREBUILT="${dir:1}/ThinkTanks.bin"