commit:     0d14a9fdda736e4195174643ee6f5df1a9f3a429
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon May  3 09:13:26 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jun  8 04:18:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d14a9fd

games-action/trine: EAPI7, eclass improvements

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-action/trine/trine-1.08-r3.ebuild | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/games-action/trine/trine-1.08-r3.ebuild 
b/games-action/trine/trine-1.08-r3.ebuild
index f9b9673cdd4..44b54e039f6 100644
--- a/games-action/trine/trine-1.08-r3.ebuild
+++ b/games-action/trine/trine-1.08-r3.ebuild
@@ -1,11 +1,11 @@
-# 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 eutils gnome2-utils unpacker
+inherit desktop unpacker wrapper xdg
 
-DESCRIPTION="A physics-based action game with character-dependent solutions to 
challenges"
+DESCRIPTION="Physics-based action game with character-dependent solutions to 
challenges"
 HOMEPAGE="https://www.frozenbyte.com/games/trine-enchanted-edition";
 SRC_URI="TrineUpdate4.64.run"
 LICENSE="frozenbyte-eula"
@@ -17,7 +17,7 @@ RESTRICT="bindist fetch strip"
 QA_PREBUILT="opt/${PN}/${PN}*
        opt/${PN}/lib/*"
 
-DEPEND="
+BDEPEND="
        app-admin/chrpath
        app-arch/unzip
 "
@@ -91,7 +91,3 @@ src_install() {
        newicon -s 512 Trine.xpm ${PN}.xpm
        dodoc Trine_Manual_linux.pdf Trine_updates.txt
 }
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }

Reply via email to