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 2159E1382C5 for ; Sun, 20 May 2018 00:16:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BCA5E091C; Sun, 20 May 2018 00:16:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C80C1E091C for ; Sun, 20 May 2018 00:16:50 +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 6883F335CA6 for ; Sun, 20 May 2018 00:16:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3FC72BE for ; Sun, 20 May 2018 00:16:47 +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: <1526775258.4325546cb0204a0345f682e4e9bd3a643dafd4b6.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/deluge/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/deluge/deluge-1.3.15-r2.ebuild net-p2p/deluge/deluge-1.3.9999.ebuild net-p2p/deluge/deluge-9999.ebuild X-VCS-Directories: net-p2p/deluge/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 4325546cb0204a0345f682e4e9bd3a643dafd4b6 X-VCS-Branch: master Date: Sun, 20 May 2018 00:16:47 +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-Archives-Salt: b6b2185f-b011-4619-8cc9-92583260892a X-Archives-Hash: 492537878842fc1c7c3ce43e0d15d9ea commit: 4325546cb0204a0345f682e4e9bd3a643dafd4b6 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat May 19 07:50:01 2018 +0000 Commit: Aaron Bauman gentoo 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 }