commit:     8062ce107717c036f39d921a4030aee8ab249e19
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 06:14:17 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 06:31:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8062ce10

games-arcade/thinktanks-demo: port to EAPI 7, fix MissingLicenseRestricts

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild | 11 +++++------
 1 file 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 a672cd15f03..09e8678088d 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"

Reply via email to