commit:     b184310d6d25c6ccabc40209384067c5fb62b0d5
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Feb 23 16:53:32 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Feb 27 04:21:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b184310d

sci-libs/superlu: use HTTPS

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 sci-libs/superlu/superlu-4.3-r1.ebuild   | 4 ++--
 sci-libs/superlu/superlu-5.2.1-r1.ebuild | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sci-libs/superlu/superlu-4.3-r1.ebuild 
b/sci-libs/superlu/superlu-4.3-r1.ebuild
index 27da140292a..33e0af34066 100644
--- a/sci-libs/superlu/superlu-4.3-r1.ebuild
+++ b/sci-libs/superlu/superlu-4.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ inherit autotools-utils fortran-2 toolchain-funcs multilib
 MY_PN=SuperLU
 
 DESCRIPTION="Sparse LU factorization library"
-HOMEPAGE="http://crd-legacy.lbl.gov/~xiaoye/SuperLU/";
+HOMEPAGE="https://crd-legacy.lbl.gov/~xiaoye/SuperLU/";
 SRC_URI="${HOMEPAGE}/${PN}_${PV}.tar.gz"
 
 LICENSE="BSD"

diff --git a/sci-libs/superlu/superlu-5.2.1-r1.ebuild 
b/sci-libs/superlu/superlu-5.2.1-r1.ebuild
index ad93fe85e93..eb6dc71012d 100644
--- a/sci-libs/superlu/superlu-5.2.1-r1.ebuild
+++ b/sci-libs/superlu/superlu-5.2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ MY_PN=SuperLU
 
 if [[ ${PV} != *9999* ]]; then
        inherit versionator
-       SRC_URI="http://crd-legacy.lbl.gov/~xiaoye/SuperLU//${PN}_${PV}.tar.gz";
+       SRC_URI="https://crd-legacy.lbl.gov/~xiaoye/SuperLU//${PN}_${PV}.tar.gz";
        KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
        SLOT="0/$(get_major_version)"
        S="${WORKDIR}/SuperLU_${PV}"
@@ -24,7 +24,7 @@ else
 fi
 
 DESCRIPTION="Sparse LU factorization library"
-HOMEPAGE="http://crd-legacy.lbl.gov/~xiaoye/SuperLU/";
+HOMEPAGE="https://crd-legacy.lbl.gov/~xiaoye/SuperLU/";
 LICENSE="BSD"
 
 IUSE="doc examples test"

Reply via email to