From cf1fe55e5d6d79b540f682818bb94dafedcde885 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 3 May 2021 10:53:20 +0200 Subject: games-action/badland: EAPI7, eclass improvements Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger Signed-off-by: Ionen Wolkens --- games-action/badland/badland-121-r1.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'games-action') diff --git a/games-action/badland/badland-121-r1.ebuild b/games-action/badland/badland-121-r1.ebuild index 99d55500299a..2e58b52405c6 100644 --- a/games-action/badland/badland-121-r1.ebuild +++ b/games-action/badland/badland-121-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# 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 +inherit desktop wrapper xdg DESCRIPTION="Atmospheric side-scrolling action adventure platformer set in a gorgeous forest" HOMEPAGE="http://badlandgame.com" @@ -62,6 +62,3 @@ src_install() { doicon -s 128 "${DISTDIR}"/${PN}.png } - -pkg_postinst() { gnome2_icon_cache_update; } -pkg_postrm() { gnome2_icon_cache_update; } -- cgit v1.2.3-65-gdbad