diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-15 13:30:30 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-16 18:57:02 -0400 |
commit | 66b50ac9755c37a3c7dc9f214c8e0577e37999ae (patch) | |
tree | 312e4c18eb22c700135ab5837466f71cd2390081 /sci-libs | |
parent | sci-libs/libsvm: use HTTPS (diff) | |
download | gentoo-66b50ac9755c37a3c7dc9f214c8e0577e37999ae.tar.gz gentoo-66b50ac9755c37a3c7dc9f214c8e0577e37999ae.tar.bz2 gentoo-66b50ac9755c37a3c7dc9f214c8e0577e37999ae.zip |
sci-libs/sundials: use HTTPS
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/sundials/sundials-2.7.0.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/sundials/sundials-3.0.0.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/sundials/sundials-3.1.0.ebuild | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sci-libs/sundials/sundials-2.7.0.ebuild b/sci-libs/sundials/sundials-2.7.0.ebuild index 5eb5426e8a50..3b5df344e82c 100644 --- a/sci-libs/sundials/sundials-2.7.0.ebuild +++ b/sci-libs/sundials/sundials-2.7.0.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 @@ -9,8 +9,8 @@ FORTRAN_STANDARD=90 inherit cmake-utils toolchain-funcs fortran-2 versionator DESCRIPTION="Suite of nonlinear solvers" -HOMEPAGE="http://computation.llnl.gov/projects/sundials" -SRC_URI="http://computation.llnl.gov/projects/sundials/download/${P}.tar.gz" +HOMEPAGE="https://computation.llnl.gov/projects/sundials" +SRC_URI="https://computation.llnl.gov/projects/sundials/download/${P}.tar.gz" LICENSE="BSD" SLOT="0/$(get_major_version)" diff --git a/sci-libs/sundials/sundials-3.0.0.ebuild b/sci-libs/sundials/sundials-3.0.0.ebuild index 35e90af469e9..5be731414779 100644 --- a/sci-libs/sundials/sundials-3.0.0.ebuild +++ b/sci-libs/sundials/sundials-3.0.0.ebuild @@ -9,8 +9,8 @@ FORTRAN_STANDARD=90 inherit cmake-utils toolchain-funcs fortran-2 versionator DESCRIPTION="Suite of nonlinear solvers" -HOMEPAGE="http://computation.llnl.gov/projects/sundials" -SRC_URI="http://computation.llnl.gov/projects/sundials/download/${P}.tar.gz" +HOMEPAGE="https://computation.llnl.gov/projects/sundials" +SRC_URI="https://computation.llnl.gov/projects/sundials/download/${P}.tar.gz" LICENSE="BSD" SLOT="0/$(get_major_version)" diff --git a/sci-libs/sundials/sundials-3.1.0.ebuild b/sci-libs/sundials/sundials-3.1.0.ebuild index 707322d2accc..6285504725e0 100644 --- a/sci-libs/sundials/sundials-3.1.0.ebuild +++ b/sci-libs/sundials/sundials-3.1.0.ebuild @@ -9,8 +9,8 @@ FORTRAN_STANDARD=90 inherit cmake-utils toolchain-funcs fortran-2 versionator DESCRIPTION="Suite of nonlinear solvers" -HOMEPAGE="http://computation.llnl.gov/projects/sundials" -SRC_URI="http://computation.llnl.gov/projects/sundials/download/${P}.tar.gz" +HOMEPAGE="https://computation.llnl.gov/projects/sundials" +SRC_URI="https://computation.llnl.gov/projects/sundials/download/${P}.tar.gz" LICENSE="BSD" SLOT="0/$(get_major_version)" |