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 3794E138359 for ; Tue, 22 Sep 2020 11:13:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7ADCCE08E8; Tue, 22 Sep 2020 11:13:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 66033E08EC for ; Tue, 22 Sep 2020 11:13:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 53D71340DDA for ; Tue, 22 Sep 2020 11:13:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9127B37B for ; Tue, 22 Sep 2020 11:13:06 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1600694032.650dc75870a8e23b944eaad863ec313aa28be3f6.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/minigalaxy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/minigalaxy/minigalaxy-0.9.4.ebuild X-VCS-Directories: games-util/minigalaxy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 650dc75870a8e23b944eaad863ec313aa28be3f6 X-VCS-Branch: master Date: Tue, 22 Sep 2020 11:13:06 +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: 25a823d4-8a8d-4509-85b1-76f516367467 X-Archives-Hash: 455f5291b64dbef2cb8f7b2ea55ba12b commit: 650dc75870a8e23b944eaad863ec313aa28be3f6 Author: Andreas Zuber gmx ch> AuthorDate: Mon Sep 21 13:13:52 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Sep 21 13:13:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=650dc758 games-util/minigalaxy: replace eutils and xdg-utils Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Zuber gmx.ch> games-util/minigalaxy/minigalaxy-0.9.4.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/games-util/minigalaxy/minigalaxy-0.9.4.ebuild b/games-util/minigalaxy/minigalaxy-0.9.4.ebuild index 73a63630..b3244cd1 100644 --- a/games-util/minigalaxy/minigalaxy-0.9.4.ebuild +++ b/games-util/minigalaxy/minigalaxy-0.9.4.ebuild @@ -6,7 +6,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8,9} ) DISTUTILS_SINGLE_IMPL=1 -inherit distutils-r1 eutils xdg-utils +inherit distutils-r1 optfeature xdg DESCRIPTION="A simple GOG client for Linux" HOMEPAGE="https://github.com/sharkwouter/minigalaxy" @@ -32,12 +32,6 @@ python_test() { } pkg_postinst() { - xdg_icon_cache_update - optfeature "running games with system dosbox" games-emulation/dosbox optfeature "running games with system scummvm" games-engines/scummvm } - -pkg_postrm() { - xdg_icon_cache_update -}