Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/superlu/
Date: Wed, 27 Feb 2019 04:25:53
Message-Id: 1551241281.b184310d6d25c6ccabc40209384067c5fb62b0d5.bman@gentoo
1 commit: b184310d6d25c6ccabc40209384067c5fb62b0d5
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 23 16:53:32 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 27 04:21:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b184310d
7
8 sci-libs/superlu: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 sci-libs/superlu/superlu-4.3-r1.ebuild | 4 ++--
14 sci-libs/superlu/superlu-5.2.1-r1.ebuild | 6 +++---
15 2 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/sci-libs/superlu/superlu-4.3-r1.ebuild b/sci-libs/superlu/superlu-4.3-r1.ebuild
18 index 27da140292a..33e0af34066 100644
19 --- a/sci-libs/superlu/superlu-4.3-r1.ebuild
20 +++ b/sci-libs/superlu/superlu-4.3-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -11,7 +11,7 @@ inherit autotools-utils fortran-2 toolchain-funcs multilib
28 MY_PN=SuperLU
29
30 DESCRIPTION="Sparse LU factorization library"
31 -HOMEPAGE="http://crd-legacy.lbl.gov/~xiaoye/SuperLU/"
32 +HOMEPAGE="https://crd-legacy.lbl.gov/~xiaoye/SuperLU/"
33 SRC_URI="${HOMEPAGE}/${PN}_${PV}.tar.gz"
34
35 LICENSE="BSD"
36
37 diff --git a/sci-libs/superlu/superlu-5.2.1-r1.ebuild b/sci-libs/superlu/superlu-5.2.1-r1.ebuild
38 index ad93fe85e93..eb6dc71012d 100644
39 --- a/sci-libs/superlu/superlu-5.2.1-r1.ebuild
40 +++ b/sci-libs/superlu/superlu-5.2.1-r1.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -11,7 +11,7 @@ MY_PN=SuperLU
48
49 if [[ ${PV} != *9999* ]]; then
50 inherit versionator
51 - SRC_URI="http://crd-legacy.lbl.gov/~xiaoye/SuperLU//${PN}_${PV}.tar.gz"
52 + SRC_URI="https://crd-legacy.lbl.gov/~xiaoye/SuperLU//${PN}_${PV}.tar.gz"
53 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
54 SLOT="0/$(get_major_version)"
55 S="${WORKDIR}/SuperLU_${PV}"
56 @@ -24,7 +24,7 @@ else
57 fi
58
59 DESCRIPTION="Sparse LU factorization library"
60 -HOMEPAGE="http://crd-legacy.lbl.gov/~xiaoye/SuperLU/"
61 +HOMEPAGE="https://crd-legacy.lbl.gov/~xiaoye/SuperLU/"
62 LICENSE="BSD"
63
64 IUSE="doc examples test"