Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sunflower/
Date: Wed, 01 Jul 2020 19:59:47
Message-Id: 1593633555.01627a68f4cb7b2d473434b14fae6d5844999e6e.bman@gentoo
1 commit: 01627a68f4cb7b2d473434b14fae6d5844999e6e
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Jun 29 19:34:05 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 1 19:59:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01627a68
7
8 x11-misc/sunflower: use HTTPS
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/16494
13 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
14
15 x11-misc/sunflower/sunflower-0.2_alpha59.ebuild | 4 ++--
16 x11-misc/sunflower/sunflower-0.3.61.ebuild | 4 ++--
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild b/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild
20 index 848b84a56f6..d1fea9c5a0c 100644
21 --- a/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild
22 +++ b/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -9,7 +9,7 @@ inherit gnome2-utils python-r1 xdg-utils
30 MY_PN="Sunflower"
31 DESCRIPTION="Small and highly customizable twin-panel file manager with plugin-support"
32 HOMEPAGE="https://github.com/MeanEYE/Sunflower
33 - http://sunflower-fm.org/"
34 + https://sunflower-fm.org/"
35 SRC_URI="http://sunflower-fm.org/pub/sunflower-${PV/_alpha/-}.tgz"
36
37 LICENSE="GPL-3"
38
39 diff --git a/x11-misc/sunflower/sunflower-0.3.61.ebuild b/x11-misc/sunflower/sunflower-0.3.61.ebuild
40 index a556eff77ba..e632d371fb2 100644
41 --- a/x11-misc/sunflower/sunflower-0.3.61.ebuild
42 +++ b/x11-misc/sunflower/sunflower-0.3.61.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2019 Gentoo Authors
45 +# Copyright 1999-2020 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=7
49 @@ -11,7 +11,7 @@ MY_PV=$(ver_rs 2 '-')
50
51 DESCRIPTION="Small and highly customizable twin-panel file manager with plugin-support"
52 HOMEPAGE="https://github.com/MeanEYE/Sunflower
53 - http://sunflower-fm.org/"
54 + https://sunflower-fm.org/"
55 SRC_URI="https://github.com/MeanEYE/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
56
57 LICENSE="GPL-3"