diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-15 12:27:56 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-16 18:56:52 -0400 |
commit | 3fd827a451b6514b559be2d1ad15766e7f59a9e5 (patch) | |
tree | 498c5c7bee9d54c162354841e9c1f19c161e2f7c /sci-libs/cdf | |
parent | sci-chemistry/mdanalysis: use HTTPS (diff) | |
download | gentoo-3fd827a451b6514b559be2d1ad15766e7f59a9e5.tar.gz gentoo-3fd827a451b6514b559be2d1ad15766e7f59a9e5.tar.bz2 gentoo-3fd827a451b6514b559be2d1ad15766e7f59a9e5.zip |
sci-libs/cdf: use HTTPS
Diffstat (limited to 'sci-libs/cdf')
-rw-r--r-- | sci-libs/cdf/cdf-3.4.1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/cdf/cdf-3.5.0.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/cdf/cdf-3.4.1.ebuild b/sci-libs/cdf/cdf-3.4.1.ebuild index 55a3ace7b646..fcc6e3d4c3d6 100644 --- a/sci-libs/cdf/cdf-3.4.1.ebuild +++ b/sci-libs/cdf/cdf-3.4.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=5 @@ -9,7 +9,7 @@ MY_DP="${PN}$(get_version_component_range 1)$(get_version_component_range 2)" MY_P="${MY_DP}_$(get_version_component_range 3)" DESCRIPTION="Common Data Format I/O library for multi-dimensional data sets" -HOMEPAGE="http://cdf.gsfc.nasa.gov/" +HOMEPAGE="https://cdf.gsfc.nasa.gov" SRC_BASE="ftp://cdaweb.gsfc.nasa.gov/pub/${PN}/dist/${MY_P}/unix" SRC_URI="${SRC_BASE}/${MY_P}-dist-${PN}.tar.gz diff --git a/sci-libs/cdf/cdf-3.5.0.2.ebuild b/sci-libs/cdf/cdf-3.5.0.2.ebuild index 9956ff0e3fa8..2a56dc164bf6 100644 --- a/sci-libs/cdf/cdf-3.5.0.2.ebuild +++ b/sci-libs/cdf/cdf-3.5.0.2.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 @@ -9,7 +9,7 @@ MY_DP="${PN}$(get_version_component_range 1)$(get_version_component_range 2)" MY_P="${MY_DP}_$(get_version_component_range 3)" DESCRIPTION="Common Data Format I/O library for multi-dimensional data sets" -HOMEPAGE="http://cdf.gsfc.nasa.gov/" +HOMEPAGE="https://cdf.gsfc.nasa.gov" SRC_BASE="http://cdaweb.gsfc.nasa.gov/pub/software/${PN}/dist/${MY_P}/unix/" SRC_URI="${SRC_BASE}/${MY_P}-dist-${PN}.tar.gz |