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 E2C65138334 for ; Thu, 26 Jul 2018 15:35:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F9A5E092A; Thu, 26 Jul 2018 15:35:29 +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 3FFFBE092A for ; Thu, 26 Jul 2018 15:35:28 +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 5CC47335CA9 for ; Thu, 26 Jul 2018 15:35:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3066338B for ; Thu, 26 Jul 2018 15:35:23 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1532619215.4defe16b0fa35c4e04a75b5465f0261e3cc34f0f.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/opera-beta/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/opera-beta/opera-beta-55.0.2994.20.ebuild www-client/opera-beta/opera-beta-55.0.2994.23.ebuild X-VCS-Directories: www-client/opera-beta/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 4defe16b0fa35c4e04a75b5465f0261e3cc34f0f X-VCS-Branch: master Date: Thu, 26 Jul 2018 15:35:23 +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: af3e748c-878d-479f-aa7d-3e25c7c05bbc X-Archives-Hash: 62fa19a6f14bd5a6f679755738487cb2 commit: 4defe16b0fa35c4e04a75b5465f0261e3cc34f0f Author: Jeroen Roovers gentoo org> AuthorDate: Thu Jul 26 15:33:35 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Jul 26 15:33:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4defe16b www-client/opera-beta: Switch to HTTPS. Package-Manager: Portage-2.3.43, Repoman-2.3.10 www-client/opera-beta/opera-beta-55.0.2994.20.ebuild | 10 +++++----- www-client/opera-beta/opera-beta-55.0.2994.23.ebuild | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/www-client/opera-beta/opera-beta-55.0.2994.20.ebuild b/www-client/opera-beta/opera-beta-55.0.2994.20.ebuild index 308b38bc8be..135872778f9 100644 --- a/www-client/opera-beta/opera-beta-55.0.2994.20.ebuild +++ b/www-client/opera-beta/opera-beta-55.0.2994.20.ebuild @@ -10,14 +10,14 @@ CHROMIUM_LANGS=" inherit chromium-2 gnome2-utils multilib unpacker xdg-utils DESCRIPTION="A fast and secure web browser" -HOMEPAGE="http://www.opera.com/" +HOMEPAGE="https://www.opera.com/" LICENSE="OPERA-2014" SLOT="0" SRC_URI_BASE=" - http://download1.operacdn.com/pub/ - http://download2.operacdn.com/pub/ - http://download3.operacdn.com/pub/ - http://download4.operacdn.com/pub/ + https://download1.operacdn.com/pub/ + https://download2.operacdn.com/pub/ + https://download3.operacdn.com/pub/ + https://download4.operacdn.com/pub/ " SRC_URI="amd64? (" for uri in ${SRC_URI_BASE}; do diff --git a/www-client/opera-beta/opera-beta-55.0.2994.23.ebuild b/www-client/opera-beta/opera-beta-55.0.2994.23.ebuild index 308b38bc8be..135872778f9 100644 --- a/www-client/opera-beta/opera-beta-55.0.2994.23.ebuild +++ b/www-client/opera-beta/opera-beta-55.0.2994.23.ebuild @@ -10,14 +10,14 @@ CHROMIUM_LANGS=" inherit chromium-2 gnome2-utils multilib unpacker xdg-utils DESCRIPTION="A fast and secure web browser" -HOMEPAGE="http://www.opera.com/" +HOMEPAGE="https://www.opera.com/" LICENSE="OPERA-2014" SLOT="0" SRC_URI_BASE=" - http://download1.operacdn.com/pub/ - http://download2.operacdn.com/pub/ - http://download3.operacdn.com/pub/ - http://download4.operacdn.com/pub/ + https://download1.operacdn.com/pub/ + https://download2.operacdn.com/pub/ + https://download3.operacdn.com/pub/ + https://download4.operacdn.com/pub/ " SRC_URI="amd64? (" for uri in ${SRC_URI_BASE}; do