summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-05-03 10:53:20 +0200
committerIonen Wolkens <ionen@gentoo.org>2021-06-08 00:18:54 -0400
commitcf1fe55e5d6d79b540f682818bb94dafedcde885 (patch)
tree57f052f4052bc3eb5f636ef81c780063d1cd3a8d /games-action
parentdev-ml/opam-state: restore keywords for arm/arm64/ppc/ppc64 (diff)
downloadgentoo-cf1fe55e5d6d79b540f682818bb94dafedcde885.tar.gz
gentoo-cf1fe55e5d6d79b540f682818bb94dafedcde885.tar.bz2
gentoo-cf1fe55e5d6d79b540f682818bb94dafedcde885.zip
games-action/badland: EAPI7, eclass improvements
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r--games-action/badland/badland-121-r1.ebuild9
1 files changed, 3 insertions, 6 deletions
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; }