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 481E5138359 for ; Sat, 10 Oct 2020 07:23:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A20C5E08E5; Sat, 10 Oct 2020 07:23:03 +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 8BFE8E08E5 for ; Sat, 10 Oct 2020 07:23:03 +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 24761340FA7 for ; Sat, 10 Oct 2020 07:22:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B49E038D for ; Sat, 10 Oct 2020 07:22:56 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1602314551.016f9cdd8097f89b9183dea21eb49a1a896feaf5.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqldeveloper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/sqldeveloper/sqldeveloper-20.2.0.175.1842.ebuild X-VCS-Directories: dev-db/sqldeveloper/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 016f9cdd8097f89b9183dea21eb49a1a896feaf5 X-VCS-Branch: master Date: Sat, 10 Oct 2020 07:22:56 +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: 2120e1c7-9731-4b6b-be42-ea50c27bb3f8 X-Archives-Hash: 3e0b099aeb65440620a92b6c7e0e193a commit: 016f9cdd8097f89b9183dea21eb49a1a896feaf5 Author: Joonas Niilola gentoo org> AuthorDate: Sat Oct 10 06:07:26 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Oct 10 07:22:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016f9cdd dev-db/sqldeveloper: https:// in HOMEPAGE Signed-off-by: Joonas Niilola gentoo.org> dev-db/sqldeveloper/sqldeveloper-20.2.0.175.1842.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/sqldeveloper/sqldeveloper-20.2.0.175.1842.ebuild b/dev-db/sqldeveloper/sqldeveloper-20.2.0.175.1842.ebuild index d8c18524f0a..942c47b19df 100644 --- a/dev-db/sqldeveloper/sqldeveloper-20.2.0.175.1842.ebuild +++ b/dev-db/sqldeveloper/sqldeveloper-20.2.0.175.1842.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit desktop java-pkg-2 DESCRIPTION="Oracle SQL Developer is a graphical tool for database development" -HOMEPAGE="http://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html" +HOMEPAGE="https://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html" SRC_URI="${P}-no-jre.zip" RESTRICT="fetch"