commit:     9834ba9bacc8d0289540ff6075884703cf4eaf47
Author:     Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 05:36:30 2024 +0000
Commit:     Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 05:36:30 2024 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=9834ba9b

games-rpg/torchlight: Migrated to EAPI8

Signed-off-by: Vadim Misbakh-Soloviov <mva <AT> gentoo.org>

 games-rpg/torchlight/metadata.xml                       |  9 ---------
 games-rpg/torchlight/torchlight-1.15.20130521-r1.ebuild | 10 +++++-----
 2 files changed, 5 insertions(+), 14 deletions(-)

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>[email protected]</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
 }
 

Reply via email to