summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-02-23 17:53:32 +0100
committerAaron Bauman <bman@gentoo.org>2019-02-26 23:21:21 -0500
commitb184310d6d25c6ccabc40209384067c5fb62b0d5 (patch)
tree9c84f0e7e83c5e1c3f459403eb26c8cf433668c6 /sci-libs
parentsci-libs/scikits_learn: use HTTPS (diff)
downloadgentoo-b184310d6d25c6ccabc40209384067c5fb62b0d5.tar.gz
gentoo-b184310d6d25c6ccabc40209384067c5fb62b0d5.tar.bz2
gentoo-b184310d6d25c6ccabc40209384067c5fb62b0d5.zip
sci-libs/superlu: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/superlu/superlu-4.3-r1.ebuild4
-rw-r--r--sci-libs/superlu/superlu-5.2.1-r1.ebuild6
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 27da140292af..33e0af340663 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 ad93fe85e938..eb6dc71012d0 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"