commit: 66b50ac9755c37a3c7dc9f214c8e0577e37999ae Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Tue May 15 11:30:30 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed May 16 22:57:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b50ac9
sci-libs/sundials: use HTTPS sci-libs/sundials/sundials-2.7.0.ebuild | 6 +++--- sci-libs/sundials/sundials-3.0.0.ebuild | 4 ++-- 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 5eb5426e8a5..3b5df344e82 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 35e90af469e..5be73141477 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 707322d2acc..6285504725e 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)"
