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 2224B1382C5 for ; Wed, 13 Jan 2021 21:07:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 751C9E09A7; Wed, 13 Jan 2021 21:07:00 +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 6079AE09AD for ; Wed, 13 Jan 2021 21:07:00 +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 24897340EF8 for ; Wed, 13 Jan 2021 21:06:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 703754AC for ; Wed, 13 Jan 2021 21:06:55 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1610571701.8c441d5cbfc87b3a783d3fe6e12f1f56702c3fea.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-java/netcdf/ X-VCS-Repository: proj/sci X-VCS-Files: dev-java/netcdf/netcdf-4.2.ebuild X-VCS-Directories: dev-java/netcdf/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 8c441d5cbfc87b3a783d3fe6e12f1f56702c3fea X-VCS-Branch: master Date: Wed, 13 Jan 2021 21:06: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: 3cad0931-2296-47f8-8526-92d89cf11b8a X-Archives-Hash: c322e7ae762e81838566f48fb8b5aeda commit: 8c441d5cbfc87b3a783d3fe6e12f1f56702c3fea Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Jan 13 21:01:41 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Jan 13 21:01:41 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8c441d5c dev-java/netcdf: use https for homepage Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-java/netcdf/netcdf-4.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/netcdf/netcdf-4.2.ebuild b/dev-java/netcdf/netcdf-4.2.ebuild index 1c9c9c42c..4de284b29 100644 --- a/dev-java/netcdf/netcdf-4.2.ebuild +++ b/dev-java/netcdf/netcdf-4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ JAVA_PKG_IUSE="doc examples source test" inherit eutils java-pkg-2 java-ant-2 DESCRIPTION="Java Common Data Model (CDM) interface to to netCDF files" -HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf-java/" +HOMEPAGE="https://www.unidata.ucar.edu/software/netcdf-java/" SRC_URI="ftp://ftp.unidata.ucar.edu/pub/${PN}-java/v${PV}/ncSrc-${PV}.zip" LICENSE="netCDF"