Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sunflower/
Date: Fri, 28 May 2021 14:19:39
Message-Id: 1622211564.ce173e97d522f15fe32f015d94c9dbf72bcd095a.mgorny@gentoo
1 commit: ce173e97d522f15fe32f015d94c9dbf72bcd095a
2 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Thu May 27 06:52:04 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 14:19:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce173e97
7
8 x11-misc/sunflower: bump to python 3.9, 3.10
9
10 Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild | 18 +++---------------
14 1 file changed, 3 insertions(+), 15 deletions(-)
15
16 diff --git a/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild b/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild
17 index 18bd85007e5..957034424c2 100644
18 --- a/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild
19 +++ b/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{7,8} )
28 -inherit distutils-r1 xdg-utils
29 +PYTHON_COMPAT=( python3_{7..10} )
30 +inherit distutils-r1 xdg
31
32 DESCRIPTION="Small and highly customizable twin-panel file manager with plugin-support"
33 HOMEPAGE="https://github.com/MeanEYE/Sunflower
34 @@ -14,8 +14,6 @@ SRC_URI="https://dev.gentoo.org/~slashbeast/distfiles/${PN}/${P}.tar.xz"
35 LICENSE="GPL-3"
36 SLOT="0"
37 KEYWORDS="~amd64 ~x86"
38 -IUSE=""
39 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
40
41 DEPEND="
42 ${PYTHON_DEPS}
43 @@ -26,13 +24,3 @@ DEPEND="
44 RDEPEND="${DEPEND}
45 dev-python/pycairo[${PYTHON_USEDEP}]
46 "
47 -
48 -pkg_postinst() {
49 - xdg_desktop_database_update
50 - xdg_icon_cache_update
51 -}
52 -
53 -pkg_postrm() {
54 - xdg_desktop_database_update
55 - xdg_icon_cache_update
56 -}