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 4F31E1382C5 for ; Mon, 15 Jun 2020 02:35:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F619E0AF6; Mon, 15 Jun 2020 02:35:18 +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 48AEFE0AF6 for ; Mon, 15 Jun 2020 02:35:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 62F0034EDF3 for ; Mon, 15 Jun 2020 02:35:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D5902BA for ; Mon, 15 Jun 2020 02:35:12 +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: <1592188431.2f9ebb60ff3709188130f12823efec744205114c.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/lynx/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/lynx/lynx-2.8.9_p1.ebuild www-client/lynx/lynx-2.9.0_pre1.ebuild X-VCS-Directories: www-client/lynx/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 2f9ebb60ff3709188130f12823efec744205114c X-VCS-Branch: master Date: Mon, 15 Jun 2020 02:35:12 +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: 564ce572-e52c-4787-ba4b-e8c8a0422873 X-Archives-Hash: 630e738d90a6341aa902feb37690fcdc commit: 2f9ebb60ff3709188130f12823efec744205114c Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Jun 13 08:20:56 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Jun 15 02:33:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9ebb60 www-client/lynx: use HTTPS Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16216 Signed-off-by: Aaron Bauman gentoo.org> www-client/lynx/lynx-2.8.9_p1.ebuild | 4 ++-- www-client/lynx/lynx-2.9.0_pre1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www-client/lynx/lynx-2.8.9_p1.ebuild b/www-client/lynx/lynx-2.8.9_p1.ebuild index ee80f205bca..00bf73901b1 100644 --- a/www-client/lynx/lynx-2.8.9_p1.ebuild +++ b/www-client/lynx/lynx-2.8.9_p1.ebuild @@ -16,8 +16,8 @@ case ${PV} in esac DESCRIPTION="An excellent console-based web browser with ssl support" -HOMEPAGE="http://lynx.invisible-island.net/" -SRC_URI="http://invisible-mirror.net/archives/lynx/tarballs/${MY_P}.tar.bz2" +HOMEPAGE="https://lynx.invisible-island.net/" +SRC_URI="https://invisible-mirror.net/archives/lynx/tarballs/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/www-client/lynx/lynx-2.9.0_pre1.ebuild b/www-client/lynx/lynx-2.9.0_pre1.ebuild index 6b46f2a2f32..52ea78289b9 100644 --- a/www-client/lynx/lynx-2.9.0_pre1.ebuild +++ b/www-client/lynx/lynx-2.9.0_pre1.ebuild @@ -16,8 +16,8 @@ case ${PV} in esac DESCRIPTION="An excellent console-based web browser with ssl support" -HOMEPAGE="http://lynx.invisible-island.net/" -SRC_URI="http://invisible-mirror.net/archives/lynx/tarballs/${MY_P}.tar.bz2" +HOMEPAGE="https://lynx.invisible-island.net/" +SRC_URI="https://invisible-mirror.net/archives/lynx/tarballs/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0"