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 6B8771382C5 for ; Wed, 16 May 2018 22:57:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3B7CE098F; Wed, 16 May 2018 22:57:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 68573E098F for ; Wed, 16 May 2018 22:57:30 +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 EE25E335C63 for ; Wed, 16 May 2018 22:57:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 012982AB for ; Wed, 16 May 2018 22:57:26 +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: <1526511417.8d8d124e1a72956c5b96feb679b8b3b1b334779a.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/netcdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/netcdf/netcdf-4.3.2-r1.ebuild sci-libs/netcdf/netcdf-4.4.0-r1.ebuild sci-libs/netcdf/netcdf-4.4.1.1.ebuild sci-libs/netcdf/netcdf-4.6.1.ebuild X-VCS-Directories: sci-libs/netcdf/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 8d8d124e1a72956c5b96feb679b8b3b1b334779a X-VCS-Branch: master Date: Wed, 16 May 2018 22:57:26 +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: f2cc8254-4758-4bf3-9a3b-87b3157c1229 X-Archives-Hash: a9712455beb79968f2c708af1718693f commit: 8d8d124e1a72956c5b96feb679b8b3b1b334779a Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue May 15 11:27:15 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed May 16 22:56:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d8d124e sci-libs/netcdf: use HTTPS sci-libs/netcdf/netcdf-4.3.2-r1.ebuild | 4 ++-- sci-libs/netcdf/netcdf-4.4.0-r1.ebuild | 4 ++-- sci-libs/netcdf/netcdf-4.4.1.1.ebuild | 4 ++-- sci-libs/netcdf/netcdf-4.6.1.ebuild | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild b/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild index fd351c9fc86..d12cf4ae26a 100644 --- a/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild +++ b/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit autotools-utils DESCRIPTION="Scientific library and interface for array oriented data access" -HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf/" +HOMEPAGE="https://www.unidata.ucar.edu/software/netcdf/" SRC_URI="ftp://ftp.unidata.ucar.edu/pub/netcdf/${P}.tar.gz" LICENSE="UCAR-Unidata" diff --git a/sci-libs/netcdf/netcdf-4.4.0-r1.ebuild b/sci-libs/netcdf/netcdf-4.4.0-r1.ebuild index 5a8e696da39..3efc4f92fd0 100644 --- a/sci-libs/netcdf/netcdf-4.4.0-r1.ebuild +++ b/sci-libs/netcdf/netcdf-4.4.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit eutils DESCRIPTION="Scientific library and interface for array oriented data access" -HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf/" +HOMEPAGE="https://www.unidata.ucar.edu/software/netcdf/" SRC_URI="https://github.com/Unidata/netcdf-c/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="UCAR-Unidata" diff --git a/sci-libs/netcdf/netcdf-4.4.1.1.ebuild b/sci-libs/netcdf/netcdf-4.4.1.1.ebuild index b295062f6d9..645d3596db6 100644 --- a/sci-libs/netcdf/netcdf-4.4.1.1.ebuild +++ b/sci-libs/netcdf/netcdf-4.4.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit eutils DESCRIPTION="Scientific library and interface for array oriented data access" -HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf/" +HOMEPAGE="https://www.unidata.ucar.edu/software/netcdf/" SRC_URI="https://github.com/Unidata/netcdf-c/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="UCAR-Unidata" diff --git a/sci-libs/netcdf/netcdf-4.6.1.ebuild b/sci-libs/netcdf/netcdf-4.6.1.ebuild index 29e459757a7..027ac4abf35 100644 --- a/sci-libs/netcdf/netcdf-4.6.1.ebuild +++ b/sci-libs/netcdf/netcdf-4.6.1.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit eutils DESCRIPTION="Scientific library and interface for array oriented data access" -HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf/" +HOMEPAGE="https://www.unidata.ucar.edu/software/netcdf/" SRC_URI="https://github.com/Unidata/netcdf-c/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="UCAR-Unidata"