commit:     4325546cb0204a0345f682e4e9bd3a643dafd4b6
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat May 19 07:50:01 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 20 00:14:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4325546c

net-p2p/deluge: use HTTPS

Closes: https://github.com/gentoo/gentoo/pull/8478

 net-p2p/deluge/deluge-1.3.15-r2.ebuild | 4 ++--
 net-p2p/deluge/deluge-1.3.9999.ebuild  | 4 ++--
 net-p2p/deluge/deluge-9999.ebuild      | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-p2p/deluge/deluge-1.3.15-r2.ebuild 
b/net-p2p/deluge/deluge-1.3.15-r2.ebuild
index ab375feed8a..f49c58d5c41 100644
--- a/net-p2p/deluge/deluge-1.3.15-r2.ebuild
+++ b/net-p2p/deluge/deluge-1.3.15-r2.ebuild
@@ -9,7 +9,7 @@ PLOCALES="af ar ast be bg bn bs ca cs cy da de el en_AU en_CA 
en_GB eo es et eu
 inherit distutils-r1 eutils systemd user l10n
 
 DESCRIPTION="BitTorrent client with a client/server model"
-HOMEPAGE="http://deluge-torrent.org/";
+HOMEPAGE="https://deluge-torrent.org/";
 
 if [[ ${PV} == 9999 ]]; then
        inherit git-r3
@@ -138,6 +138,6 @@ pkg_postinst() {
        elog "happens in /etc/systemd/system/deluged.service.d/00gentoo.conf"
        elog "and /etc/systemd/system/deluge-web.service.d/00gentoo.conf"
        elog
-       elog "For more information look at 
http://dev.deluge-torrent.org/wiki/Faq";
+       elog "For more information look at 
https://dev.deluge-torrent.org/wiki/Faq";
        elog
 }

diff --git a/net-p2p/deluge/deluge-1.3.9999.ebuild 
b/net-p2p/deluge/deluge-1.3.9999.ebuild
index 4c516d7de28..a32833a4f9f 100644
--- a/net-p2p/deluge/deluge-1.3.9999.ebuild
+++ b/net-p2p/deluge/deluge-1.3.9999.ebuild
@@ -9,7 +9,7 @@ PLOCALES="af ar ast be bg bn bs ca cs cy da de el en_AU en_CA 
en_GB eo es et eu
 inherit distutils-r1 eutils systemd user l10n
 
 DESCRIPTION="BitTorrent client with a client/server model"
-HOMEPAGE="http://deluge-torrent.org/";
+HOMEPAGE="https://deluge-torrent.org/";
 
 if [[ ${PV} == 1.3.9999 ]]; then
        inherit git-r3
@@ -138,6 +138,6 @@ pkg_postinst() {
        elog "happens in /etc/systemd/system/deluged.service.d/00gentoo.conf"
        elog "and /etc/systemd/system/deluge-web.service.d/00gentoo.conf"
        elog
-       elog "For more information look at 
http://dev.deluge-torrent.org/wiki/Faq";
+       elog "For more information look at 
https://dev.deluge-torrent.org/wiki/Faq";
        elog
 }

diff --git a/net-p2p/deluge/deluge-9999.ebuild 
b/net-p2p/deluge/deluge-9999.ebuild
index af4e8728bc1..7d98de7bce8 100644
--- a/net-p2p/deluge/deluge-9999.ebuild
+++ b/net-p2p/deluge/deluge-9999.ebuild
@@ -9,7 +9,7 @@ PLOCALES="af ar ast be bg bn bs ca cs cy da de el en_AU en_CA 
en_GB eo es et eu
 inherit distutils-r1 eutils systemd user l10n
 
 DESCRIPTION="BitTorrent client with a client/server model"
-HOMEPAGE="http://deluge-torrent.org/";
+HOMEPAGE="https://deluge-torrent.org/";
 
 if [[ ${PV} == 9999 ]]; then
        inherit git-r3
@@ -134,6 +134,6 @@ pkg_postinst() {
        elog "happens in /etc/systemd/system/deluged.service.d/00gentoo.conf"
        elog "and /etc/systemd/system/deluge-web.service.d/00gentoo.conf"
        elog
-       elog "For more information look at 
http://dev.deluge-torrent.org/wiki/Faq";
+       elog "For more information look at 
https://dev.deluge-torrent.org/wiki/Faq";
        elog
 }

Reply via email to