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 9CC751396D1 for ; Thu, 31 Aug 2017 17:38:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78EB7E0CBD; Thu, 31 Aug 2017 17:38:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 52599E0CBD for ; Thu, 31 Aug 2017 17:38:31 +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 5BD2E34164B for ; Thu, 31 Aug 2017 17:38:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 565A58945 for ; Thu, 31 Aug 2017 17:38:28 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1504201048.e2bc070dedf3fc76b905df276859b0b3a2380b27.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/whois/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/whois/whois-5.2.12.ebuild net-misc/whois/whois-5.2.17.ebuild net-misc/whois/whois-5.2.18.ebuild X-VCS-Directories: net-misc/whois/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: e2bc070dedf3fc76b905df276859b0b3a2380b27 X-VCS-Branch: master Date: Thu, 31 Aug 2017 17:38:28 +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: 98046f78-16ef-43ad-a7e7-537d7c993bf2 X-Archives-Hash: 04a4adebaa293ae71c78507298791ba9 commit: e2bc070dedf3fc76b905df276859b0b3a2380b27 Author: Tim Harder gentoo org> AuthorDate: Thu Aug 31 16:28:07 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 31 17:37:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2bc070d net-misc/whois: use https for HOMEPAGE net-misc/whois/whois-5.2.12.ebuild | 2 +- net-misc/whois/whois-5.2.17.ebuild | 2 +- net-misc/whois/whois-5.2.18.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/whois/whois-5.2.12.ebuild b/net-misc/whois/whois-5.2.12.ebuild index 4a8e916ebaf..b29486572d8 100644 --- a/net-misc/whois/whois-5.2.12.ebuild +++ b/net-misc/whois/whois-5.2.12.ebuild @@ -6,7 +6,7 @@ inherit eutils toolchain-funcs MY_P=${P/-/_} DESCRIPTION="improved Whois Client" -HOMEPAGE="http://www.linux.it/~md/software/" +HOMEPAGE="https://www.linux.it/~md/software/" SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz" LICENSE="GPL-2" diff --git a/net-misc/whois/whois-5.2.17.ebuild b/net-misc/whois/whois-5.2.17.ebuild index 68d961e7660..b9d8673f4dc 100644 --- a/net-misc/whois/whois-5.2.17.ebuild +++ b/net-misc/whois/whois-5.2.17.ebuild @@ -6,7 +6,7 @@ inherit toolchain-funcs MY_P=${P/-/_} DESCRIPTION="improved Whois Client" -HOMEPAGE="http://www.linux.it/~md/software/" +HOMEPAGE="https://www.linux.it/~md/software/" SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz" LICENSE="GPL-2" diff --git a/net-misc/whois/whois-5.2.18.ebuild b/net-misc/whois/whois-5.2.18.ebuild index 68d961e7660..b9d8673f4dc 100644 --- a/net-misc/whois/whois-5.2.18.ebuild +++ b/net-misc/whois/whois-5.2.18.ebuild @@ -6,7 +6,7 @@ inherit toolchain-funcs MY_P=${P/-/_} DESCRIPTION="improved Whois Client" -HOMEPAGE="http://www.linux.it/~md/software/" +HOMEPAGE="https://www.linux.it/~md/software/" SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz" LICENSE="GPL-2"