summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Misbakh-Soloviov <mva@gentoo.org>2024-01-15 12:36:30 +0700
committerVadim Misbakh-Soloviov <mva@gentoo.org>2024-01-15 12:36:30 +0700
commit9834ba9bacc8d0289540ff6075884703cf4eaf47 (patch)
tree71ebe9cc4ab941e036afd0bfa70877e7a94c5d41
parentgames-rpg/machinarium: Migrated to EAPI8 (diff)
downloadgamerlay-9834ba9bacc8d0289540ff6075884703cf4eaf47.tar.gz
gamerlay-9834ba9bacc8d0289540ff6075884703cf4eaf47.tar.bz2
gamerlay-9834ba9bacc8d0289540ff6075884703cf4eaf47.zip
games-rpg/torchlight: Migrated to EAPI8
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
-rw-r--r--games-rpg/torchlight/Manifest2
-rw-r--r--games-rpg/torchlight/metadata.xml9
-rw-r--r--games-rpg/torchlight/torchlight-1.15.20130521-r1.ebuild10
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 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
-<email>mva@mva.name</email>
-<description>
-If you have any issues, please contact me, or try to find me in IRC on Freenode, OFTC or RusNet.
-</description>
-<name>Vadim A. Misbakh-Soloviov</name>
-</maintainer>
-<use>
-</use>
</pkgmetadata>
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
}