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 5B9A71381F3 for ; Wed, 1 Jul 2020 19:59:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B168E0968; Wed, 1 Jul 2020 19:59:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 469F0E0968 for ; Wed, 1 Jul 2020 19:59:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 525F034F222 for ; Wed, 1 Jul 2020 19:59:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 496112D3 for ; Wed, 1 Jul 2020 19:59:40 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1593633555.01627a68f4cb7b2d473434b14fae6d5844999e6e.bman@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.2_alpha59.ebuild x11-misc/sunflower/sunflower-0.3.61.ebuild X-VCS-Directories: x11-misc/sunflower/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 01627a68f4cb7b2d473434b14fae6d5844999e6e X-VCS-Branch: master Date: Wed, 1 Jul 2020 19:59:40 +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: 6833fd36-effa-49a6-a8da-bb0f4c4db697 X-Archives-Hash: 08b450e422d8c9ecd65c40af274a53e5 commit: 01627a68f4cb7b2d473434b14fae6d5844999e6e Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Jun 29 19:34:05 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Jul 1 19:59:15 2020 +0000 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"