From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1253995-garchives=archives.gentoo.org@lists.gentoo.org> 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 210531382C5 for <garchives@archives.gentoo.org>; Mon, 22 Feb 2021 19:00:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6769BE0845; Mon, 22 Feb 2021 19:00:08 +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 4E4C2E0845 for <gentoo-commits@lists.gentoo.org>; Mon, 22 Feb 2021 19:00:07 +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 C222D340F8E for <gentoo-commits@lists.gentoo.org>; Mon, 22 Feb 2021 19:00:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 343434C2 for <gentoo-commits@lists.gentoo.org>; Mon, 22 Feb 2021 19:00:05 +0000 (UTC) From: "Casey Avila" <casey@theavilas.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Casey Avila" <casey@theavilas.org> Message-ID: <1614020307.8305b21b681b52f356b94fb10e8a79e8f4fee911.casey@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/pianobooster/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/pianobooster/pianobooster-1.0.0.ebuild X-VCS-Directories: media-sound/pianobooster/ X-VCS-Committer: casey X-VCS-Committer-Name: Casey Avila X-VCS-Revision: 8305b21b681b52f356b94fb10e8a79e8f4fee911 X-VCS-Branch: dev Date: Mon, 22 Feb 2021 19:00:05 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: afe9358e-7889-49c7-9a90-0c6762e634c1 X-Archives-Hash: 0ded421daadc56cd0c056453374450be commit: 8305b21b681b52f356b94fb10e8a79e8f4fee911 Author: Casey Avila <casey <AT> theavilas <DOT> org> AuthorDate: Mon Feb 22 18:58:27 2021 +0000 Commit: Casey Avila <casey <AT> theavilas <DOT> org> CommitDate: Mon Feb 22 18:58:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8305b21b media-sound/pianobooster: use xdg eclass instead of xdg-utils Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Casey Avila <casey <AT> theavilas.org> media-sound/pianobooster/pianobooster-1.0.0.ebuild | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/media-sound/pianobooster/pianobooster-1.0.0.ebuild b/media-sound/pianobooster/pianobooster-1.0.0.ebuild index 530d45fc..4b82a390 100644 --- a/media-sound/pianobooster/pianobooster-1.0.0.ebuild +++ b/media-sound/pianobooster/pianobooster-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake xdg-utils +inherit cmake xdg DESCRIPTION="A MIDI player/game that displays notes and teaches you how to play the piano" HOMEPAGE="https://www.pianobooster.org" @@ -53,13 +53,3 @@ src_configure() { cmake_src_configure } - -pkg_postinst() { - xdg_icon_cache_update - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_icon_cache_update - xdg_desktop_database_update -}