From 9834ba9bacc8d0289540ff6075884703cf4eaf47 Mon Sep 17 00:00:00 2001 From: Vadim Misbakh-Soloviov Date: Mon, 15 Jan 2024 12:36:30 +0700 Subject: games-rpg/torchlight: Migrated to EAPI8 Signed-off-by: Vadim Misbakh-Soloviov --- games-rpg/torchlight/Manifest | 2 +- games-rpg/torchlight/metadata.xml | 9 --------- games-rpg/torchlight/torchlight-1.15.20130521-r1.ebuild | 10 +++++----- 3 files changed, 6 insertions(+), 15 deletions(-) diff --git a/games-rpg/torchlight/Manifest b/games-rpg/torchlight/Manifest index 723a307..8c02aa5 100644 --- a/games-rpg/torchlight/Manifest +++ b/games-rpg/torchlight/Manifest @@ -1 +1 @@ -DIST Torchlight-2013-05-21.sh 468456344 SHA256 8503cc8e8100b3ea48cf8fd7dc294c414ff3d9b725322aa2dec02f5b3fff0667 SHA512 24ffc572cedb4a6f547bfec2ff13e316a23e83e4a0222e87064eec775815edcaec6ea9127bcfd82afb6eb270be170383ddc64442c10487c05e529ecc0939d3c5 WHIRLPOOL bcc937cc6c40de5db33a220f982db293fa1a6d47abef3507a378fccda1141242502a78e714e856506f32fa85e65ecb05aade57419bc1a11aafd8061606def423 +DIST Torchlight-2013-05-21.sh 468456344 SHA256 8503cc8e8100b3ea48cf8fd7dc294c414ff3d9b725322aa2dec02f5b3fff0667 SHA512 24ffc572cedb4a6f547bfec2ff13e316a23e83e4a0222e87064eec775815edcaec6ea9127bcfd82afb6eb270be170383ddc64442c10487c05e529ecc0939d3c5 diff --git a/games-rpg/torchlight/metadata.xml b/games-rpg/torchlight/metadata.xml index 460d202..097975e 100644 --- a/games-rpg/torchlight/metadata.xml +++ b/games-rpg/torchlight/metadata.xml @@ -1,13 +1,4 @@ - -mva@mva.name - -If you have any issues, please contact me, or try to find me in IRC on Freenode, OFTC or RusNet. - -Vadim A. Misbakh-Soloviov - - - diff --git a/games-rpg/torchlight/torchlight-1.15.20130521-r1.ebuild b/games-rpg/torchlight/torchlight-1.15.20130521-r1.ebuild index 63dc8c1..ab9f26c 100644 --- a/games-rpg/torchlight/torchlight-1.15.20130521-r1.ebuild +++ b/games-rpg/torchlight/torchlight-1.15.20130521-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit desktop eutils unpacker-nixstaller +inherit desktop wrapper unpacker-nixstaller TIMESTAMP="2013-05-21" @@ -12,7 +12,7 @@ HOMEPAGE="http://torchlightgame.com/" SLOT="0" LICENSE="all-rights-reserved" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="~amd64 ~x86" RESTRICT="fetch" SRC_URI="Torchlight-${TIMESTAMP}.sh" @@ -65,7 +65,7 @@ opt/torchlight/lib/* pkg_nofetch() { ewarn - ewarn "Place ${A} to ${DISTDIR}" + ewarn "Place ${A} to ${PORTAGE_ACTUAL_DISTDIR}" ewarn } -- cgit v1.2.3-65-gdbad