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 C32421382C5 for ; Sun, 23 May 2021 10:10:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18C50E0885; Sun, 23 May 2021 10:10:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 F30A3E0885 for ; Sun, 23 May 2021 10:10:27 +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 C85AC335CEC for ; Sun, 23 May 2021 10:10:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 259E178D for ; Sun, 23 May 2021 10:10:25 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1621764622.9517038f900ac1dca2fd61d31f2926ef22beec19.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/frescobaldi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/frescobaldi/frescobaldi-3.1.1.ebuild X-VCS-Directories: media-sound/frescobaldi/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 9517038f900ac1dca2fd61d31f2926ef22beec19 X-VCS-Branch: master Date: Sun, 23 May 2021 10:10:25 +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: d14bd9b3-aeed-4972-b76b-cefcb85a6ed2 X-Archives-Hash: 56538a38c718b75db78449cba8ee8a18 commit: 9517038f900ac1dca2fd61d31f2926ef22beec19 Author: Miroslav Šulc gentoo org> AuthorDate: Sun May 23 10:10:11 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun May 23 10:10:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9517038f media-sound/frescobaldi: py3_9, xdg-utils -> xdg Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/frescobaldi/frescobaldi-3.1.1.ebuild | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/media-sound/frescobaldi/frescobaldi-3.1.1.ebuild b/media-sound/frescobaldi/frescobaldi-3.1.1.ebuild index 10bc77b443d..a446e22e0a7 100644 --- a/media-sound/frescobaldi/frescobaldi-3.1.1.ebuild +++ b/media-sound/frescobaldi/frescobaldi-3.1.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) -inherit distutils-r1 xdg-utils +PYTHON_COMPAT=( python3_{7..9} ) +inherit distutils-r1 xdg DESCRIPTION="A LilyPond sheet music text editor" HOMEPAGE="https://www.frescobaldi.org/" @@ -29,13 +29,3 @@ python_prepare_all() { rm -r frescobaldi_app/icons/Tango || die "failed to remove tango icon theme" distutils-r1_python_prepare_all } - -pkg_postinst() { - xdg_icon_cache_update - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_icon_cache_update - xdg_desktop_database_update -}