diff options
author | Sam James <sam@gentoo.org> | 2021-04-18 07:14:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:31:30 +0100 |
commit | 8062ce107717c036f39d921a4030aee8ab249e19 (patch) | |
tree | 5c6b0b8906aba9beafacd511d69a8a7502344e0a /games-arcade/thinktanks-demo | |
parent | dev-ruby/asciidoctor: add ruby27 (diff) | |
download | gentoo-8062ce107717c036f39d921a4030aee8ab249e19.tar.gz gentoo-8062ce107717c036f39d921a4030aee8ab249e19.tar.bz2 gentoo-8062ce107717c036f39d921a4030aee8ab249e19.zip |
games-arcade/thinktanks-demo: port to EAPI 7, fix MissingLicenseRestricts
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-arcade/thinktanks-demo')
-rw-r--r-- | games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild b/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild index a672cd15f03e..09e8678088db 100644 --- a/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild +++ b/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild @@ -1,18 +1,19 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 + inherit desktop unpacker DESCRIPTION="Tank combat game with lighthearted, fast paced pandemonium" HOMEPAGE="http://www.garagegames.com/pg/product/view.php?id=12" SRC_URI="ftp://ggdev-1.homelan.com/thinktanks/ThinkTanksDemo_v${PV}.sh.bin" +S="${WORKDIR}" LICENSE="THINKTANKS" SLOT="0" KEYWORDS="-* ~amd64 ~x86" -IUSE="" -RESTRICT="strip" +RESTRICT="bindist mirror strip" RDEPEND=" media-libs/libsdl[video,joystick,abi_x86_32(-)] @@ -21,9 +22,7 @@ RDEPEND=" x11-libs/libX11[abi_x86_32(-)] x11-libs/libXext[abi_x86_32(-)] " -DEPEND="" -S="${WORKDIR}" dir="/opt/${PN}" QA_PREBUILT="${dir:1}/ThinkTanks.bin" |