From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 35AFC1382C5 for ; Tue, 8 Jun 2021 04:19:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 788ECE0882; Tue, 8 Jun 2021 04:19:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6097BE0882 for ; Tue, 8 Jun 2021 04:19:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F2FD340BE3 for ; Tue, 8 Jun 2021 04:19:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3BBD7A7 for ; Tue, 8 Jun 2021 04:19:54 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1623125936.1dd94e25b4bf3357e8926fd5f2b04c4d1781bd75.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/super-hexagon/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/super-hexagon/super-hexagon-20160217.ebuild X-VCS-Directories: games-action/super-hexagon/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 1dd94e25b4bf3357e8926fd5f2b04c4d1781bd75 X-VCS-Branch: master Date: Tue, 8 Jun 2021 04:19:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 200b43b0-fac5-4210-beac-b55150bf860a X-Archives-Hash: 57915d929ffbc7202524768c88e53435 commit: 1dd94e25b4bf3357e8926fd5f2b04c4d1781bd75 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon May 3 09:10:53 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Jun 8 04:18:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd94e25 games-action/super-hexagon: EAPI7, eclass improvements Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Ionen Wolkens gentoo.org> games-action/super-hexagon/super-hexagon-20160217.ebuild | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/games-action/super-hexagon/super-hexagon-20160217.ebuild b/games-action/super-hexagon/super-hexagon-20160217.ebuild index a985d2bed49..207b4ec48ad 100644 --- a/games-action/super-hexagon/super-hexagon-20160217.ebuild +++ b/games-action/super-hexagon/super-hexagon-20160217.ebuild @@ -1,13 +1,13 @@ -# 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 TIMESTAMP="${PV:4:2}${PV:6:2}${PV:0:4}" -DESCRIPTION="A minimal action game by Terry Cavanagh, with music by Chipzel" -HOMEPAGE="https://www.superhexagon.com/" +DESCRIPTION="Minimal action game by Terry Cavanagh, with music by Chipzel" +HOMEPAGE="https://superhexagon.com" SRC_URI="superhexagon-${TIMESTAMP}-bin" LICENSE="all-rights-reserved" @@ -54,7 +54,3 @@ src_install() { einstalldocs } - -pkg_preinst() { gnome2_icon_savelist; } -pkg_postinst() { gnome2_icon_cache_update; } -pkg_postrm() { gnome2_icon_cache_update; }