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 671261382C5 for ; Thu, 11 Jun 2020 12:25:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D24AE0955; Thu, 11 Jun 2020 12:25:46 +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 5E54DE0955 for ; Thu, 11 Jun 2020 12:25:46 +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 56A6D34EBD3 for ; Thu, 11 Jun 2020 12:25:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B51E297 for ; Thu, 11 Jun 2020 12:25:42 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1591878321.a43ac70793602eef8dc693dc3ee6d2f8e90efb17.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/oc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/oc/oc-2.0.ebuild X-VCS-Directories: sci-libs/oc/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a43ac70793602eef8dc693dc3ee6d2f8e90efb17 X-VCS-Branch: master Date: Thu, 11 Jun 2020 12:25:42 +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: c5c91501-b35d-44c1-b19e-3f359027b499 X-Archives-Hash: cac4ea35604225eb2a91489faf8dd2e3 commit: a43ac70793602eef8dc693dc3ee6d2f8e90efb17 Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu Jun 11 12:25:21 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Jun 11 12:25:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43ac707 sci-libs/oc: use HTTPS Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: David Seifert gentoo.org> sci-libs/oc/oc-2.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-libs/oc/oc-2.0.ebuild b/sci-libs/oc/oc-2.0.ebuild index 24434e06661..ee688999d5d 100644 --- a/sci-libs/oc/oc-2.0.ebuild +++ b/sci-libs/oc/oc-2.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Network Data Access Protocol client C library" -HOMEPAGE="http://opendap.org/" -SRC_URI="http://opendap.org/pub/OC/source/${P}.tar.gz" +HOMEPAGE="https://opendap.org/" +SRC_URI="https://opendap.org/pub/OC/source/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0"