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/arprec/
Date: Wed, 27 Feb 2019 04:25:41
Message-Id: 1551241278.14f75963d4f5eb965500101eabc934ea191a65c1.bman@gentoo
1 commit: 14f75963d4f5eb965500101eabc934ea191a65c1
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 23 16:48:04 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 27 04:21:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14f75963
7
8 sci-libs/arprec: 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/arprec/arprec-2.2.18.ebuild | 6 +++---
14 sci-libs/arprec/arprec-2.2.19.ebuild | 6 +++---
15 2 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/sci-libs/arprec/arprec-2.2.18.ebuild b/sci-libs/arprec/arprec-2.2.18.ebuild
18 index b7ba9c00b8d..8c4069fcd8d 100644
19 --- a/sci-libs/arprec/arprec-2.2.18.ebuild
20 +++ b/sci-libs/arprec/arprec-2.2.18.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=6
27 @@ -9,8 +9,8 @@ FORTRAN_STANDARD=90
28 inherit autotools fortran-2
29
30 DESCRIPTION="Arbitrary precision float arithmetics and functions"
31 -HOMEPAGE="http://crd-legacy.lbl.gov/~dhbailey/mpdist/"
32 -SRC_URI="http://crd.lbl.gov/~dhbailey/mpdist/${P}.tar.gz"
33 +HOMEPAGE="https://crd-legacy.lbl.gov/~dhbailey/mpdist/"
34 +SRC_URI="https://crd.lbl.gov/~dhbailey/mpdist/${P}.tar.gz"
35
36 SLOT="0"
37 LICENSE="BSD"
38
39 diff --git a/sci-libs/arprec/arprec-2.2.19.ebuild b/sci-libs/arprec/arprec-2.2.19.ebuild
40 index 4fe88b289cb..b31b5b5c86c 100644
41 --- a/sci-libs/arprec/arprec-2.2.19.ebuild
42 +++ b/sci-libs/arprec/arprec-2.2.19.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2018 Gentoo Foundation
45 +# Copyright 1999-2019 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 @@ -9,8 +9,8 @@ FORTRAN_STANDARD=90
50 inherit autotools fortran-2
51
52 DESCRIPTION="Arbitrary precision float arithmetics and functions"
53 -HOMEPAGE="http://crd-legacy.lbl.gov/~dhbailey/mpdist/"
54 -SRC_URI="http://crd.lbl.gov/~dhbailey/mpdist/${P}.tar.gz"
55 +HOMEPAGE="https://crd-legacy.lbl.gov/~dhbailey/mpdist/"
56 +SRC_URI="https://crd.lbl.gov/~dhbailey/mpdist/${P}.tar.gz"
57
58 SLOT="0"
59 LICENSE="BSD"