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 0D0AA13835B for ; Fri, 28 May 2021 14:19:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60314E0A8E; Fri, 28 May 2021 14:19:38 +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 42E36E0A8F for ; Fri, 28 May 2021 14:19:38 +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 6F678340E3A for ; Fri, 28 May 2021 14:19:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 237E479C for ; Fri, 28 May 2021 14:19:34 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1622211564.ce173e97d522f15fe32f015d94c9dbf72bcd095a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sunflower/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild X-VCS-Directories: x11-misc/sunflower/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ce173e97d522f15fe32f015d94c9dbf72bcd095a X-VCS-Branch: master Date: Fri, 28 May 2021 14:19:34 +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: 7204a008-6eb3-4adb-90fc-d34bf1cea401 X-Archives-Hash: 586e8d42f7de991401a2454df307b282 commit: ce173e97d522f15fe32f015d94c9dbf72bcd095a Author: Zamarin Arthur gmail com> AuthorDate: Thu May 27 06:52:04 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 28 14:19:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce173e97 x11-misc/sunflower: bump to python 3.9, 3.10 Signed-off-by: Zamarin Arthur gmail.com> Signed-off-by: Michał Górny gentoo.org> x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild b/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild index 18bd85007e5..957034424c2 100644 --- a/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild +++ b/x11-misc/sunflower/sunflower-0.4_p20200716-r1.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..10} ) +inherit distutils-r1 xdg DESCRIPTION="Small and highly customizable twin-panel file manager with plugin-support" HOMEPAGE="https://github.com/MeanEYE/Sunflower @@ -14,8 +14,6 @@ SRC_URI="https://dev.gentoo.org/~slashbeast/distfiles/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=" ${PYTHON_DEPS} @@ -26,13 +24,3 @@ DEPEND=" RDEPEND="${DEPEND} dev-python/pycairo[${PYTHON_USEDEP}] " - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update -}