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 B2D2C138331 for ; Wed, 16 May 2018 22:57:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20D96E098E; Wed, 16 May 2018 22:57:30 +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 D261FE098E for ; Wed, 16 May 2018 22:57:29 +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 B7794335C72 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 E2AB72AA for ; Wed, 16 May 2018 22:57:25 +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: <1526511416.b629aca278d5d40a7096c1ba052414f7598437d5.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/netcdf-cxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild sci-libs/netcdf-cxx/netcdf-cxx-4.2.1-r1.ebuild sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild sci-libs/netcdf-cxx/netcdf-cxx-4.3.0.ebuild X-VCS-Directories: sci-libs/netcdf-cxx/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: b629aca278d5d40a7096c1ba052414f7598437d5 X-VCS-Branch: master Date: Wed, 16 May 2018 22:57:25 +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: 5ed12214-838c-4184-8f7f-c7d5634c5a7d X-Archives-Hash: 3d02e030ca79ce1161a64ce69cb93f80 commit: b629aca278d5d40a7096c1ba052414f7598437d5 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue May 15 11:26:36 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed May 16 22:56:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b629aca2 sci-libs/netcdf-cxx: use HTTPS sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild | 4 ++-- sci-libs/netcdf-cxx/netcdf-cxx-4.2.1-r1.ebuild | 4 ++-- sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild | 4 ++-- sci-libs/netcdf-cxx/netcdf-cxx-4.3.0.ebuild | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild b/sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild index 5e1d1c252b1..79fd2e1b0aa 100644 --- a/sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild +++ b/sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 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 versionator DESCRIPTION="C++ library for netCDF" -HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf/" +HOMEPAGE="https://www.unidata.ucar.edu/software/netcdf/" SRC_URI="https://www.unidata.ucar.edu/downloads/netcdf/ftp/${P}.tar.gz" LICENSE="UCAR-Unidata" diff --git a/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1-r1.ebuild b/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1-r1.ebuild index 5d0ad2c8c24..92e54788bdc 100644 --- a/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1-r1.ebuild +++ b/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1-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 @@ -8,7 +8,7 @@ inherit eutils MYP=${PN}4-${PV} DESCRIPTION="C++ library for netCDF" -HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf/" +HOMEPAGE="https://www.unidata.ucar.edu/software/netcdf/" SRC_URI="https://github.com/Unidata/netcdf-cxx4/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="UCAR-Unidata" diff --git a/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild b/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild index 0cff763395d..b1bb22728e0 100644 --- a/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild +++ b/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit autotools-utils MYP=${PN}4-${PV} DESCRIPTION="C++ library for netCDF" -HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf/" +HOMEPAGE="https://www.unidata.ucar.edu/software/netcdf/" SRC_URI="https://github.com/Unidata/netcdf-cxx4/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="UCAR-Unidata" diff --git a/sci-libs/netcdf-cxx/netcdf-cxx-4.3.0.ebuild b/sci-libs/netcdf-cxx/netcdf-cxx-4.3.0.ebuild index 3b997cf9c65..43463f50c10 100644 --- a/sci-libs/netcdf-cxx/netcdf-cxx-4.3.0.ebuild +++ b/sci-libs/netcdf-cxx/netcdf-cxx-4.3.0.ebuild @@ -8,7 +8,7 @@ inherit eutils MYP=${PN}4-${PV} DESCRIPTION="C++ library for netCDF" -HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf/" +HOMEPAGE="https://www.unidata.ucar.edu/software/netcdf/" SRC_URI="https://github.com/Unidata/netcdf-cxx4/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="UCAR-Unidata"