[gentoo-commits] repo/gentoo:master commit in: x11-misc/sunflower/

2023-03-29 Thread Piotr Karbowski
commit: fe80d0779e83ed54375f3df80aa6020f35268b7e
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Wed Mar 29 20:43:38 2023 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Wed Mar 29 20:50:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe80d077

x11-misc/sunflower: drop old.

Signed-off-by: Piotr Karbowski  gentoo.org>

 x11-misc/sunflower/sunflower-0.5-r1.ebuild | 40 --
 1 file changed, 40 deletions(-)

diff --git a/x11-misc/sunflower/sunflower-0.5-r1.ebuild 
b/x11-misc/sunflower/sunflower-0.5-r1.ebuild
deleted file mode 100644
index 64f224e63fa2..
--- a/x11-misc/sunflower/sunflower-0.5-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-PYTHON_REQ_USE="sqlite"
-inherit distutils-r1 xdg
-
-MY_PN="Sunflower"
-MY_PV="${PV}-63"
-
-DESCRIPTION="Small and highly customizable twin-panel file manager with 
plugin-support"
-HOMEPAGE="https://github.com/MeanEYE/Sunflower
-   https://sunflower-fm.org/;
-SRC_URI="https://github.com/MeanEYE/${MY_PN}/archive/refs/tags/${MY_PV}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/chardet[${PYTHON_USEDEP}]
-"
-
-RDEPEND="${DEPEND}
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   x11-libs/vte
-"
-
-S="${WORKDIR}/${MY_PN}-${MY_PV}"
-
-src_prepare() {
-   default
-
-   # Upstream's get_version requires a lot of BDEPENDS we do not want.
-   sed 's%version=get_version()%version="0.5"%g' -i setup.py
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/sunflower/

2023-03-07 Thread Sam James
commit: b82d85f8244dee26bb738ebf83638b81587d8332
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  7 11:40:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  7 11:40:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b82d85f8

x11-misc/sunflower: Stabilize 0.5-r2 amd64, #899664

Signed-off-by: Sam James  gentoo.org>

 x11-misc/sunflower/sunflower-0.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/sunflower/sunflower-0.5-r2.ebuild 
b/x11-misc/sunflower/sunflower-0.5-r2.ebuild
index 7f4468cab6df..927a7198f232 100644
--- a/x11-misc/sunflower/sunflower-0.5-r2.ebuild
+++ b/x11-misc/sunflower/sunflower-0.5-r2.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/MeanEYE/${MY_PN}/archive/refs/tags/${MY_PV}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="
${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/sunflower/

2023-03-06 Thread Arthur Zamarin
commit: 965605feeef8fc87add31ce4d34b0318cfd56353
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Mar  6 12:50:59 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Mar  6 12:50:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=965605fe

x11-misc/sunflower: Stabilize 0.5-r2 x86, #899664

Signed-off-by: Arthur Zamarin  gentoo.org>

 x11-misc/sunflower/sunflower-0.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/sunflower/sunflower-0.5-r2.ebuild 
b/x11-misc/sunflower/sunflower-0.5-r2.ebuild
index e1ad6bd9575d..7f4468cab6df 100644
--- a/x11-misc/sunflower/sunflower-0.5-r2.ebuild
+++ b/x11-misc/sunflower/sunflower-0.5-r2.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/MeanEYE/${MY_PN}/archive/refs/tags/${MY_PV}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 DEPEND="
${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/sunflower/

2023-03-05 Thread Piotr Karbowski
commit: a6a400ea7497cb44e1db55a581ce322866479f9a
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sun Mar  5 10:36:21 2023 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sun Mar  5 10:37:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6a400ea

x11-misc/sunflower: 0.5-r2 revbump; py3.11; pep517.

Closes: https://bugs.gentoo.org/897352
Signed-off-by: Piotr Karbowski  gentoo.org>

 x11-misc/sunflower/sunflower-0.5-r2.ebuild | 41 ++
 1 file changed, 41 insertions(+)

diff --git a/x11-misc/sunflower/sunflower-0.5-r2.ebuild 
b/x11-misc/sunflower/sunflower-0.5-r2.ebuild
new file mode 100644
index ..e1ad6bd9575d
--- /dev/null
+++ b/x11-misc/sunflower/sunflower-0.5-r2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_REQ_USE="sqlite"
+DISTUTILS_USE_PEP517="setuptools"
+inherit distutils-r1 xdg
+
+MY_PN="Sunflower"
+MY_PV="${PV}-63"
+
+DESCRIPTION="Small and highly customizable twin-panel file manager with 
plugin-support"
+HOMEPAGE="https://github.com/MeanEYE/Sunflower
+   https://sunflower-fm.org/;
+SRC_URI="https://github.com/MeanEYE/${MY_PN}/archive/refs/tags/${MY_PV}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/chardet[${PYTHON_USEDEP}]
+"
+
+RDEPEND="${DEPEND}
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   x11-libs/vte
+"
+
+S="${WORKDIR}/${MY_PN}-${MY_PV}"
+
+src_prepare() {
+   default
+
+   # Upstream's get_version requires a lot of BDEPENDS we do not want.
+   sed 's%version=get_version()%version="0.5"%g' -i setup.py
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/sunflower/

2022-07-17 Thread Piotr Karbowski
commit: b9e775bb01f2fd41e85c275fd5c12252c147bc44
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sun Jul 17 21:20:49 2022 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sun Jul 17 21:21:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e775bb

x11-misc/sunflower: 0.5-r1: runtime dep on vte.

Bug: https://bugs.gentoo.org/746176
Signed-off-by: Piotr Karbowski  gentoo.org>

 x11-misc/sunflower/{sunflower-0.5.ebuild => sunflower-0.5-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-misc/sunflower/sunflower-0.5.ebuild 
b/x11-misc/sunflower/sunflower-0.5-r1.ebuild
similarity index 98%
rename from x11-misc/sunflower/sunflower-0.5.ebuild
rename to x11-misc/sunflower/sunflower-0.5-r1.ebuild
index e4571e23d968..e019671e4ced 100644
--- a/x11-misc/sunflower/sunflower-0.5.ebuild
+++ b/x11-misc/sunflower/sunflower-0.5-r1.ebuild
@@ -27,6 +27,7 @@ DEPEND="
 
 RDEPEND="${DEPEND}
dev-python/pycairo[${PYTHON_USEDEP}]
+   x11-libs/vte
 "
 
 S="${WORKDIR}/${MY_PN}-${MY_PV}"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/sunflower/

2022-07-17 Thread Piotr Karbowski
commit: d3745c83f2885d2f0705c2a807ec984eb12265c9
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sun Jul 17 16:47:28 2022 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sun Jul 17 16:49:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3745c83

x11-misc/sunflower: 0.5 version bump.

Closes: https://bugs.gentoo.org/853850
Closes: https://bugs.gentoo.org/835410
Closes: https://bugs.gentoo.org/746176
Closes: https://bugs.gentoo.org/737830
Closes: https://github.com/gentoo/gentoo/pull/26075
Signed-off-by: Piotr Karbowski  gentoo.org>

 x11-misc/sunflower/Manifest  |  2 +-
 ...ower-0.4_p20200716-r2.ebuild => sunflower-0.5.ebuild} | 16 ++--
 2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/x11-misc/sunflower/Manifest b/x11-misc/sunflower/Manifest
index ecbe1e0c9ccc..515eda905f39 100644
--- a/x11-misc/sunflower/Manifest
+++ b/x11-misc/sunflower/Manifest
@@ -1 +1 @@
-DIST sunflower-0.4_p20200716.tar.xz 830248 BLAKE2B 
673b320bf08c0e0600fae06a531f75403b0e76bd8a267918986da84537a5213f0a1d99c9de74820f15652b80959e9029566f4611138893f08919f389a66a8032
 SHA512 
0e30bbadb3d60a64e2a2b629104c2a3ad88d997d581c1c76ef593afa1d3c48aafd185b4cd36da25bed5c3e9b9d1389f0709aaa40e796e883dccfe71b214620ed
+DIST 0.5-63.tar.gz 784093 BLAKE2B 
eef6fe3749137ac44cddb730549ca4eeed240d17bd7c4d0ac5b70f95e16f5eb57590a22a87150fabac31051219837aeeef32869f07d5def37784526181a3dd32
 SHA512 
ddf303dc873d38c4e5f8b2026f70088d40cb82ea2a10c91bd9c21938467fb797dd6bae3211b82cb2328fa212f880d878f2a799c2688da725ac5a448a11c3244d

diff --git a/x11-misc/sunflower/sunflower-0.4_p20200716-r2.ebuild 
b/x11-misc/sunflower/sunflower-0.5.ebuild
similarity index 64%
rename from x11-misc/sunflower/sunflower-0.4_p20200716-r2.ebuild
rename to x11-misc/sunflower/sunflower-0.5.ebuild
index 40f32e2ea597..e4571e23d968 100644
--- a/x11-misc/sunflower/sunflower-0.4_p20200716-r2.ebuild
+++ b/x11-misc/sunflower/sunflower-0.5.ebuild
@@ -1,16 +1,19 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="sqlite"
 inherit distutils-r1 xdg
 
+MY_PN="Sunflower"
+MY_PV="${PV}-63"
+
 DESCRIPTION="Small and highly customizable twin-panel file manager with 
plugin-support"
 HOMEPAGE="https://github.com/MeanEYE/Sunflower
https://sunflower-fm.org/;
-SRC_URI="https://dev.gentoo.org/~slashbeast/distfiles/${PN}/${P}.tar.xz;
+SRC_URI="https://github.com/MeanEYE/${MY_PN}/archive/refs/tags/${MY_PV}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -25,3 +28,12 @@ DEPEND="
 RDEPEND="${DEPEND}
dev-python/pycairo[${PYTHON_USEDEP}]
 "
+
+S="${WORKDIR}/${MY_PN}-${MY_PV}"
+
+src_prepare() {
+   default
+
+   # Upstream's get_version requires a lot of BDEPENDS we do not want.
+   sed 's%version=get_version()%version="0.5"%g' -i setup.py
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/sunflower/

2022-06-22 Thread Sam James
commit: 994bac186170b3699453004936f8d78ed7db38ac
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 23 05:19:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 23 05:19:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=994bac18

x11-misc/sunflower: needs python[sqlite]

Closes: https://bugs.gentoo.org/799005
Signed-off-by: Sam James  gentoo.org>

 ...wer-0.4_p20200716-r1.ebuild => sunflower-0.4_p20200716-r2.ebuild} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild 
b/x11-misc/sunflower/sunflower-0.4_p20200716-r2.ebuild
similarity index 85%
rename from x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild
rename to x11-misc/sunflower/sunflower-0.4_p20200716-r2.ebuild
index 957034424c2b..40f32e2ea597 100644
--- a/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild
+++ b/x11-misc/sunflower/sunflower-0.4_p20200716-r2.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="sqlite"
 inherit distutils-r1 xdg
 
 DESCRIPTION="Small and highly customizable twin-panel file manager with 
plugin-support"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/sunflower/

2021-05-28 Thread Michał Górny
commit: ce173e97d522f15fe32f015d94c9dbf72bcd095a
Author: Zamarin Arthur  gmail  com>
AuthorDate: Thu May 27 06:52:04 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 28 14:19:24 2021 +
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
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/sunflower/

2021-05-28 Thread Michał Górny
commit: 869af05310e5b18e3e6fbf06b339e82efb70dee1
Author: Zamarin Arthur  gmail  com>
AuthorDate: Thu May 27 06:53:05 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 28 14:19:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=869af053

x11-misc/sunflower: clean metadata, add gitlab

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 x11-misc/sunflower/metadata.xml | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/x11-misc/sunflower/metadata.xml b/x11-misc/sunflower/metadata.xml
index a92806229f3..dc8678ed582 100644
--- a/x11-misc/sunflower/metadata.xml
+++ b/x11-misc/sunflower/metadata.xml
@@ -5,7 +5,8 @@
slashbe...@gentoo.org
Piotr Karbowski

-
-   MeanEYE/Sunflower
-
+   
+   MeanEYE/Sunflower
+   MeanEYE/Sunflower
+   
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/sunflower/

2020-08-17 Thread Piotr Karbowski
commit: a02a79b838e9a119745a55a877919ac8bc53f292
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Mon Aug 17 16:22:54 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Mon Aug 17 16:22:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a02a79b8

x11-misc/sunflower: 0.4_p20200716-r1: fix MissingSlotDep

Signed-off-by: Piotr Karbowski  gentoo.org>

 x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild 
b/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild
index 7c86bc5a3e1..18bd85007e5 100644
--- a/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild
+++ b/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="
${PYTHON_DEPS}
-   dev-python/pygobject[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
dev-python/chardet[${PYTHON_USEDEP}]
 "
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/sunflower/

2020-08-17 Thread Piotr Karbowski
commit: 6f93f6e135558adfefdb8eca50c70b9e5be7ed33
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Mon Aug 17 15:54:51 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Mon Aug 17 15:56:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f93f6e1

x11-misc/sunflower: fix deps, chardet and gi are imported in setup.py...

Closes: https://bugs.gentoo.org/737546
Signed-off-by: Piotr Karbowski  gentoo.org>

 ...4_p20200716.ebuild => sunflower-0.4_p20200716-r1.ebuild} | 13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/x11-misc/sunflower/sunflower-0.4_p20200716.ebuild 
b/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild
similarity index 83%
rename from x11-misc/sunflower/sunflower-0.4_p20200716.ebuild
rename to x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild
index e0b7701fca7..7c86bc5a3e1 100644
--- a/x11-misc/sunflower/sunflower-0.4_p20200716.ebuild
+++ b/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild
@@ -17,17 +17,14 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
-   dev-python/chardet[${PYTHON_USEDEP}]
-   dev-python/pycairo[${PYTHON_USEDEP}]
+DEPEND="
+   ${PYTHON_DEPS}
dev-python/pygobject[${PYTHON_USEDEP}]
+   dev-python/chardet[${PYTHON_USEDEP}]
 "
 
-RDEPEND="
-   dev-python/aiohttp[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/simplejson[${PYTHON_USEDEP}]
+RDEPEND="${DEPEND}
+   dev-python/pycairo[${PYTHON_USEDEP}]
 "
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: x11-misc/sunflower/files/, x11-misc/sunflower/

2020-08-16 Thread Piotr Karbowski
commit: 1d0ca81b9cb0320fe0ef4920b8c97169f320aff8
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sun Aug 16 21:23:16 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sun Aug 16 21:24:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d0ca81b

x11-misc/sunflower: Removal of old py2 versions.

Closes: https://bugs.gentoo.org/735512
Signed-off-by: Piotr Karbowski  gentoo.org>

 x11-misc/sunflower/Manifest |  2 -
 x11-misc/sunflower/files/sunflower  |  5 --
 x11-misc/sunflower/sunflower-0.2_alpha59.ebuild | 89 ---
 x11-misc/sunflower/sunflower-0.3.61.ebuild  | 93 -
 4 files changed, 189 deletions(-)

diff --git a/x11-misc/sunflower/Manifest b/x11-misc/sunflower/Manifest
index 705cd77bead..ecbe1e0c9cc 100644
--- a/x11-misc/sunflower/Manifest
+++ b/x11-misc/sunflower/Manifest
@@ -1,3 +1 @@
-DIST sunflower-0.2-59.tgz 790126 BLAKE2B 
32df1ced73ba0bf5e814e52010eefbbd10657bdbb602dd3a48dc08b865195c3d1efa631bfe2d421f0a12a2f01521a2c6248fe5b9ca8fcc268423f0c9aa3d252d
 SHA512 
e97076eb1c57d52b8fd95501259acaaa9a429f9daacc30ef587cce2f3419433f5aa4554e0e86beeceda208b4be425b98c64c6ced04e36e86b2b4f803176c37f9
-DIST sunflower-0.3.61.tar.gz 975053 BLAKE2B 
5845ce0e81cf98b7488c9c34b8a3b6702e01abe9976bd4186691ce3804164d707d3ca999896e3f8d60e5253891d94f39e2fabdb50170afa8ec0f937df141db89
 SHA512 
f55c2fb15889f903375776f989498827dcab287e87d4015c50f12780dd2f0271e1e127533a10ca94f44ebd44727018917cf92e828bbe82b7653d8ed559ee1cc3
 DIST sunflower-0.4_p20200716.tar.xz 830248 BLAKE2B 
673b320bf08c0e0600fae06a531f75403b0e76bd8a267918986da84537a5213f0a1d99c9de74820f15652b80959e9029566f4611138893f08919f389a66a8032
 SHA512 
0e30bbadb3d60a64e2a2b629104c2a3ad88d997d581c1c76ef593afa1d3c48aafd185b4cd36da25bed5c3e9b9d1389f0709aaa40e796e883dccfe71b214620ed

diff --git a/x11-misc/sunflower/files/sunflower 
b/x11-misc/sunflower/files/sunflower
deleted file mode 100644
index 192d4b99e1a..000
--- a/x11-misc/sunflower/files/sunflower
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/env python
-
-import os
-os.chdir("@SITEDIR@")
-import sunflower.Sunflower

diff --git a/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild 
b/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild
deleted file mode 100644
index d1fea9c5a0c..000
--- a/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit gnome2-utils python-r1 xdg-utils
-
-MY_PN="Sunflower"
-DESCRIPTION="Small and highly customizable twin-panel file manager with 
plugin-support"
-HOMEPAGE="https://github.com/MeanEYE/Sunflower
-   https://sunflower-fm.org/;
-SRC_URI="http://sunflower-fm.org/pub/sunflower-${PV/_alpha/-}.tgz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
-   >=dev-python/pygtk-2.15.0[${PYTHON_USEDEP}]
-   >=dev-python/notify-python-0.1[${PYTHON_USEDEP}]
-   gnome-base/librsvg:2"
-
-S=${WORKDIR}/${MY_PN}
-
-src_prepare() {
-   default
-   find "${S}" -name "*.py[co]" -delete || die
-   find "${S}"/translations -name "*.po" -delete || die
-   rm "${S}"/translations/${PN}.pot || die
-
-   sed -i \
-   -e 
'/^application_file/s/os.path.dirname(sys.argv\[0\])/os.getcwd()/' \
-   ${MY_PN}.py || die
-}
-
-src_install() {
-   touch __init__.py || die
-   installme() {
-   # install modules
-   python_moduleinto ${PN}
-   python_domodule images application ${MY_PN}.py \
-   AUTHORS CHANGES COPYING DEPENDS TODO __init__.py
-
-   # generate and install startup scripts
-   sed \
-   -e "s#@SITEDIR@#$(python_get_sitedir)/${PN}#" \
-   "${FILESDIR}"/${PN} > "${WORKDIR}"/${PN} || die
-   python_doscript "${WORKDIR}"/${PN}
-   }
-
-   # install for all enabled implementations
-   python_foreach_impl installme
-
-   insinto /usr/share/locale
-   # correct gettext behavior
-   if [[ -n "${LINGUAS+x}" ]] ; then
-   for i in $(cd "${S}"/translations ; echo *) ; do
-   if has ${i} ${LINGUAS} ; then
-   doins -r "${S}"/translations/${i}
-   fi
-   done
-   else
-   doins -r "${S}"/translations/*
-   fi
-
-   newicon -s 64 images/${PN}_64.png ${PN}.png
-   doicon -s scalable images/${PN}.svg
-   newmenu ${MY_PN}.desktop ${PN}.desktop
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   gnome2_icon_cache_update
-
-   # TODO: better description
-   elog "optional dependencies:"
-   elog "  dev-python/libgnome-python"
-   elog "  

[gentoo-commits] repo/gentoo:master commit in: x11-misc/sunflower/

2020-08-16 Thread Piotr Karbowski
commit: 1bc1d2b1c303aec48f30ac3012731edaf51e475b
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sun Aug 16 21:22:01 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sun Aug 16 21:24:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc1d2b1

x11-misc/sunflower: 0.4_p20200716 bump

Signed-off-by: Piotr Karbowski  gentoo.org>

 x11-misc/sunflower/Manifest   |  1 +
 x11-misc/sunflower/sunflower-0.4_p20200716.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/x11-misc/sunflower/Manifest b/x11-misc/sunflower/Manifest
index 5c5c22b73ac..705cd77bead 100644
--- a/x11-misc/sunflower/Manifest
+++ b/x11-misc/sunflower/Manifest
@@ -1,2 +1,3 @@
 DIST sunflower-0.2-59.tgz 790126 BLAKE2B 
32df1ced73ba0bf5e814e52010eefbbd10657bdbb602dd3a48dc08b865195c3d1efa631bfe2d421f0a12a2f01521a2c6248fe5b9ca8fcc268423f0c9aa3d252d
 SHA512 
e97076eb1c57d52b8fd95501259acaaa9a429f9daacc30ef587cce2f3419433f5aa4554e0e86beeceda208b4be425b98c64c6ced04e36e86b2b4f803176c37f9
 DIST sunflower-0.3.61.tar.gz 975053 BLAKE2B 
5845ce0e81cf98b7488c9c34b8a3b6702e01abe9976bd4186691ce3804164d707d3ca999896e3f8d60e5253891d94f39e2fabdb50170afa8ec0f937df141db89
 SHA512 
f55c2fb15889f903375776f989498827dcab287e87d4015c50f12780dd2f0271e1e127533a10ca94f44ebd44727018917cf92e828bbe82b7653d8ed559ee1cc3
+DIST sunflower-0.4_p20200716.tar.xz 830248 BLAKE2B 
673b320bf08c0e0600fae06a531f75403b0e76bd8a267918986da84537a5213f0a1d99c9de74820f15652b80959e9029566f4611138893f08919f389a66a8032
 SHA512 
0e30bbadb3d60a64e2a2b629104c2a3ad88d997d581c1c76ef593afa1d3c48aafd185b4cd36da25bed5c3e9b9d1389f0709aaa40e796e883dccfe71b214620ed

diff --git a/x11-misc/sunflower/sunflower-0.4_p20200716.ebuild 
b/x11-misc/sunflower/sunflower-0.4_p20200716.ebuild
new file mode 100644
index 000..e0b7701fca7
--- /dev/null
+++ b/x11-misc/sunflower/sunflower-0.4_p20200716.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 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
+
+DESCRIPTION="Small and highly customizable twin-panel file manager with 
plugin-support"
+HOMEPAGE="https://github.com/MeanEYE/Sunflower
+   https://sunflower-fm.org/;
+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}"
+RDEPEND="${DEPEND}
+   dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pygobject[${PYTHON_USEDEP}]
+"
+
+RDEPEND="
+   dev-python/aiohttp[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+"
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/sunflower/

2020-07-01 Thread Aaron Bauman
commit: 01627a68f4cb7b2d473434b14fae6d5844999e6e
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Jun 29 19:34:05 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jul  1 19:59:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01627a68

x11-misc/sunflower: use HTTPS

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16494
Signed-off-by: Aaron Bauman  gentoo.org>

 x11-misc/sunflower/sunflower-0.2_alpha59.ebuild | 4 ++--
 x11-misc/sunflower/sunflower-0.3.61.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild 
b/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild
index 848b84a56f6..d1fea9c5a0c 100644
--- a/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild
+++ b/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ inherit gnome2-utils python-r1 xdg-utils
 MY_PN="Sunflower"
 DESCRIPTION="Small and highly customizable twin-panel file manager with 
plugin-support"
 HOMEPAGE="https://github.com/MeanEYE/Sunflower
-   http://sunflower-fm.org/;
+   https://sunflower-fm.org/;
 SRC_URI="http://sunflower-fm.org/pub/sunflower-${PV/_alpha/-}.tgz;
 
 LICENSE="GPL-3"

diff --git a/x11-misc/sunflower/sunflower-0.3.61.ebuild 
b/x11-misc/sunflower/sunflower-0.3.61.ebuild
index a556eff77ba..e632d371fb2 100644
--- a/x11-misc/sunflower/sunflower-0.3.61.ebuild
+++ b/x11-misc/sunflower/sunflower-0.3.61.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ MY_PV=$(ver_rs 2 '-')
 
 DESCRIPTION="Small and highly customizable twin-panel file manager with 
plugin-support"
 HOMEPAGE="https://github.com/MeanEYE/Sunflower
-   http://sunflower-fm.org/;
+   https://sunflower-fm.org/;
 SRC_URI="https://github.com/MeanEYE/${MY_PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/sunflower/

2019-04-20 Thread Piotr Karbowski
commit: bca2bb633bc01b54f41fb0a42709fe307a0a4b15
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sat Apr 20 17:52:06 2019 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sat Apr 20 17:52:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca2bb63

x11-misc/sunflower: add missing dependency on pycairo and chardet.

Closes: https://bugs.gentoo.org/683634
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Piotr Karbowski  gentoo.org>

 x11-misc/sunflower/sunflower-0.3.61.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-misc/sunflower/sunflower-0.3.61.ebuild 
b/x11-misc/sunflower/sunflower-0.3.61.ebuild
index 70998acf88e..a556eff77ba 100644
--- a/x11-misc/sunflower/sunflower-0.3.61.ebuild
+++ b/x11-misc/sunflower/sunflower-0.3.61.ebuild
@@ -24,7 +24,10 @@ DEPEND="${PYTHON_DEPS}"
 RDEPEND="${DEPEND}
>=dev-python/pygtk-2.15.0:2[${PYTHON_USEDEP}]
>=dev-python/notify-python-0.1[${PYTHON_USEDEP}]
-   gnome-base/librsvg:2"
+   gnome-base/librsvg:2
+   dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+"
 
 S=${WORKDIR}/${MY_PN}-$MY_PV
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/sunflower/

2019-02-23 Thread Piotr Karbowski
commit: ea3ee8ff16f4c3f28cb87d71512bcebddbc59719
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sat Feb 23 20:23:50 2019 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sat Feb 23 21:03:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3ee8ff

x11-misc/sunflower: add myself as maintainer, bump 0.3.61.

Added myself to maintainers list as there wasn't any, bumped ebuild to
0.3-61/0.3.61, updated it to EAPI=7, switched to github release
tarballs.

Closes: https://bugs.gentoo.org/576882
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Piotr Karbowski  gentoo.org>

 x11-misc/sunflower/Manifest|  1 +
 x11-misc/sunflower/metadata.xml|  5 +-
 x11-misc/sunflower/sunflower-0.3.61.ebuild | 90 ++
 3 files changed, 95 insertions(+), 1 deletion(-)

diff --git a/x11-misc/sunflower/Manifest b/x11-misc/sunflower/Manifest
index 21a915b9965..5c5c22b73ac 100644
--- a/x11-misc/sunflower/Manifest
+++ b/x11-misc/sunflower/Manifest
@@ -1 +1,2 @@
 DIST sunflower-0.2-59.tgz 790126 BLAKE2B 
32df1ced73ba0bf5e814e52010eefbbd10657bdbb602dd3a48dc08b865195c3d1efa631bfe2d421f0a12a2f01521a2c6248fe5b9ca8fcc268423f0c9aa3d252d
 SHA512 
e97076eb1c57d52b8fd95501259acaaa9a429f9daacc30ef587cce2f3419433f5aa4554e0e86beeceda208b4be425b98c64c6ced04e36e86b2b4f803176c37f9
+DIST sunflower-0.3.61.tar.gz 975053 BLAKE2B 
5845ce0e81cf98b7488c9c34b8a3b6702e01abe9976bd4186691ce3804164d707d3ca999896e3f8d60e5253891d94f39e2fabdb50170afa8ec0f937df141db89
 SHA512 
f55c2fb15889f903375776f989498827dcab287e87d4015c50f12780dd2f0271e1e127533a10ca94f44ebd44727018917cf92e828bbe82b7653d8ed559ee1cc3

diff --git a/x11-misc/sunflower/metadata.xml b/x11-misc/sunflower/metadata.xml
index 1ba4c2fe874..a92806229f3 100644
--- a/x11-misc/sunflower/metadata.xml
+++ b/x11-misc/sunflower/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
- 
+   
+   slashbe...@gentoo.org
+   Piotr Karbowski
+   
 
MeanEYE/Sunflower
 

diff --git a/x11-misc/sunflower/sunflower-0.3.61.ebuild 
b/x11-misc/sunflower/sunflower-0.3.61.ebuild
new file mode 100644
index 000..70998acf88e
--- /dev/null
+++ b/x11-misc/sunflower/sunflower-0.3.61.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-r1 xdg-utils desktop
+
+MY_PN="${PN^}"
+MY_PV=$(ver_rs 2 '-')
+
+DESCRIPTION="Small and highly customizable twin-panel file manager with 
plugin-support"
+HOMEPAGE="https://github.com/MeanEYE/Sunflower
+   http://sunflower-fm.org/;
+SRC_URI="https://github.com/MeanEYE/${MY_PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+   >=dev-python/pygtk-2.15.0:2[${PYTHON_USEDEP}]
+   >=dev-python/notify-python-0.1[${PYTHON_USEDEP}]
+   gnome-base/librsvg:2"
+
+S=${WORKDIR}/${MY_PN}-$MY_PV
+
+src_prepare() {
+   default
+   find "${S}"/translations -name "*.po" -delete || die
+   rm "${S}"/translations/${PN}.pot || die
+
+   sed -i \
+   -e 
'/^application_file/s/os.path.dirname(sys.argv\[0\])/os.getcwd()/' \
+   ${MY_PN}.py || die
+}
+
+src_install() {
+   touch __init__.py || die
+   installme() {
+   # install modules
+   python_moduleinto ${PN}
+   python_domodule images application ${MY_PN}.py \
+   AUTHORS CHANGES COPYING DEPENDS TODO __init__.py
+
+   # generate and install startup scripts
+   sed \
+   -e "s#@SITEDIR@#$(python_get_sitedir)/${PN}#" \
+   "${FILESDIR}"/${PN} > "${WORKDIR}"/${PN} || die
+   python_doscript "${WORKDIR}"/${PN}
+   }
+
+   # install for all enabled implementations
+   python_foreach_impl installme
+
+   insinto /usr/share/locale
+   # correct gettext behavior
+   if [[ -n "${LINGUAS+x}" ]] ; then
+   for i in $(cd "${S}"/translations ; echo *) ; do
+   if has ${i} ${LINGUAS} ; then
+   doins -r "${S}"/translations/${i}
+   fi
+   done
+   else
+   doins -r "${S}"/translations/*
+   fi
+
+   newicon -s 64 images/${PN}_64.png ${PN}.png
+   doicon -s scalable images/${PN}.svg
+   newmenu ${MY_PN}.desktop ${PN}.desktop
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+
+   # TODO: better description
+   elog "optional dependencies:"
+   elog "  dev-python/libgnome-python"
+   elog "  media-libs/mutagen"
+   elog "  x11-libs/vte:0[python] (terminal support)"
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   

[gentoo-commits] repo/gentoo:master commit in: x11-misc/sunflower/

2018-04-04 Thread Andreas Sturmlechner
commit: 348899220381844d9863a30c7de077f2ef580727
Author: Marty E. Plummer  startmail  com>
AuthorDate: Wed Apr  4 02:09:03 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Apr  4 23:02:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34889922

x11-misc/sunflower: fdo-mime -> xdg-utils

Also bumped EAPI to 6 and removed eutils as unneeded.

Package-Manager: Portage-2.3.27, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/7799

 x11-misc/sunflower/sunflower-0.2_alpha59.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild 
b/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild
index 9d84a940842..256083e0dc8 100644
--- a/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild
+++ b/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
-inherit eutils fdo-mime gnome2-utils python-r1
+inherit gnome2-utils python-r1 xdg-utils
 
 MY_PN="Sunflower"
 DESCRIPTION="Small and highly customizable twin-panel file manager with 
plugin-support"
@@ -27,6 +27,7 @@ RDEPEND="${DEPEND}
 S=${WORKDIR}/${MY_PN}
 
 src_prepare() {
+   default
find "${S}" -name "*.py[co]" -delete || die
find "${S}"/translations -name "*.po" -delete || die
rm "${S}"/translations/${PN}.pot || die
@@ -76,7 +77,7 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-   fdo-mime_desktop_database_update
+   xdg_desktop_database_update
gnome2_icon_cache_update
 
# TODO: better description
@@ -87,6 +88,6 @@ pkg_postinst() {
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
+   xdg_desktop_database_update
gnome2_icon_cache_update
 }



[gentoo-commits] repo/gentoo:master commit in: x11-misc/sunflower/

2018-04-04 Thread Andreas Sturmlechner
commit: 2fc02bb18ea677c4a00ebac1a617b302142778a3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Apr  4 22:16:40 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Apr  4 23:02:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fc02bb1

x11-misc/sunflower: Drop obsolete gnome2_icon_savelist

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 x11-misc/sunflower/sunflower-0.2_alpha59.ebuild | 4 
 1 file changed, 4 deletions(-)

diff --git a/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild 
b/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild
index 256083e0dc8..848b84a56f6 100644
--- a/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild
+++ b/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild
@@ -72,10 +72,6 @@ src_install() {
newmenu ${MY_PN}.desktop ${PN}.desktop
 }
 
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
 pkg_postinst() {
xdg_desktop_database_update
gnome2_icon_cache_update



[gentoo-commits] repo/gentoo:master commit in: x11-misc/sunflower/

2017-10-29 Thread Jonas Stein
commit: 1f9154454be056225d0c05de6ace15201e9dfc68
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Oct 29 18:04:08 2017 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sun Oct 29 18:04:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f915445

x11-misc/sunflower: Removed proxied maintainer

Removed proxied maintainer due to inactivity.
Closes: https://bugs.gentoo.org/633096
Package-Manager: Portage-2.3.13, Repoman-2.3.4

 x11-misc/sunflower/metadata.xml | 16 
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/x11-misc/sunflower/metadata.xml b/x11-misc/sunflower/metadata.xml
index f583c66eaf6..1ba4c2fe874 100644
--- a/x11-misc/sunflower/metadata.xml
+++ b/x11-misc/sunflower/metadata.xml
@@ -1,16 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
-   
-   henrique.ribeiro.d...@gmail.com
-   Henrique Dias
-   Proxy maintainer. CC him on bugs
-   
-   
-   MeanEYE/Sunflower
-   
+ 
+
+   MeanEYE/Sunflower
+
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/sunflower/

2016-05-22 Thread Pacho Ramos
commit: 729dc12c68930b760b713e32e6882fd55d185962
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun May 22 19:25:29 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun May 22 19:33:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=729dc12c

x11-misc/sunflower: Cleanup due to #408423

Package-Manager: portage-2.3.0_rc1

 x11-misc/sunflower/metadata.xml | 5 -
 1 file changed, 5 deletions(-)

diff --git a/x11-misc/sunflower/metadata.xml b/x11-misc/sunflower/metadata.xml
index 57fdaf5..a847b79 100644
--- a/x11-misc/sunflower/metadata.xml
+++ b/x11-misc/sunflower/metadata.xml
@@ -2,11 +2,6 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   hasuf...@gentoo.org
-   Julian Ospald
-   Maintainer. Assign bugs to him
-   
-   
henrique.ribeiro.d...@gmail.com
Henrique Dias
Proxy maintainer. CC him on bugs