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 B1131138334 for ; Wed, 20 Mar 2019 18:26:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA2F1E0848; Wed, 20 Mar 2019 18:26:57 +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 A1E72E0848 for ; Wed, 20 Mar 2019 18:26:57 +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 74E7F335D16 for ; Wed, 20 Mar 2019 18:26:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DEA6571 for ; Wed, 20 Mar 2019 18:26:55 +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: <1553106394.65ce3e83800a28459ab6d20826bccb280b6e6316.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlcl-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/sqlcl-bin/sqlcl-bin-17.4.0.354.2224.ebuild X-VCS-Directories: dev-db/sqlcl-bin/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 65ce3e83800a28459ab6d20826bccb280b6e6316 X-VCS-Branch: master Date: Wed, 20 Mar 2019 18:26:55 +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: 9766a8c2-42aa-4402-9338-9ee76d3e9a06 X-Archives-Hash: 4e1878bc0c61705676bdaa28d3563c44 commit: 65ce3e83800a28459ab6d20826bccb280b6e6316 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Mar 20 17:54:39 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Mar 20 18:26:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65ce3e83 dev-db/sqlcl-bin: use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11424 Signed-off-by: Aaron Bauman gentoo.org> dev-db/sqlcl-bin/sqlcl-bin-17.4.0.354.2224.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/sqlcl-bin/sqlcl-bin-17.4.0.354.2224.ebuild b/dev-db/sqlcl-bin/sqlcl-bin-17.4.0.354.2224.ebuild index 2da7c12ea1e..94a010ed64d 100644 --- a/dev-db/sqlcl-bin/sqlcl-bin-17.4.0.354.2224.ebuild +++ b/dev-db/sqlcl-bin/sqlcl-bin-17.4.0.354.2224.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ MY_PN="${PN/-bin}" MY_P="${MY_PN}-${PV}" DESCRIPTION="Oracle SQLcl is the new SQL*Plus" -HOMEPAGE="http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html" +HOMEPAGE="https://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html" SRC_URI="${MY_P}-no-jre.zip" RESTRICT="bindist fetch mirror"