diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-02-23 17:48:04 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-02-26 23:21:18 -0500 |
commit | 14f75963d4f5eb965500101eabc934ea191a65c1 (patch) | |
tree | a78839724a54d94650b9385c76753c4afb767513 /sci-libs | |
parent | dev-python/pyamg: use HTTPS (diff) | |
download | gentoo-14f75963d4f5eb965500101eabc934ea191a65c1.tar.gz gentoo-14f75963d4f5eb965500101eabc934ea191a65c1.tar.bz2 gentoo-14f75963d4f5eb965500101eabc934ea191a65c1.zip |
sci-libs/arprec: 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/arprec/arprec-2.2.18.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/arprec/arprec-2.2.19.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sci-libs/arprec/arprec-2.2.18.ebuild b/sci-libs/arprec/arprec-2.2.18.ebuild index b7ba9c00b8df..8c4069fcd8da 100644 --- a/sci-libs/arprec/arprec-2.2.18.ebuild +++ b/sci-libs/arprec/arprec-2.2.18.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=6 @@ -9,8 +9,8 @@ FORTRAN_STANDARD=90 inherit autotools fortran-2 DESCRIPTION="Arbitrary precision float arithmetics and functions" -HOMEPAGE="http://crd-legacy.lbl.gov/~dhbailey/mpdist/" -SRC_URI="http://crd.lbl.gov/~dhbailey/mpdist/${P}.tar.gz" +HOMEPAGE="https://crd-legacy.lbl.gov/~dhbailey/mpdist/" +SRC_URI="https://crd.lbl.gov/~dhbailey/mpdist/${P}.tar.gz" SLOT="0" LICENSE="BSD" diff --git a/sci-libs/arprec/arprec-2.2.19.ebuild b/sci-libs/arprec/arprec-2.2.19.ebuild index 4fe88b289cba..b31b5b5c86c7 100644 --- a/sci-libs/arprec/arprec-2.2.19.ebuild +++ b/sci-libs/arprec/arprec-2.2.19.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 @@ -9,8 +9,8 @@ FORTRAN_STANDARD=90 inherit autotools fortran-2 DESCRIPTION="Arbitrary precision float arithmetics and functions" -HOMEPAGE="http://crd-legacy.lbl.gov/~dhbailey/mpdist/" -SRC_URI="http://crd.lbl.gov/~dhbailey/mpdist/${P}.tar.gz" +HOMEPAGE="https://crd-legacy.lbl.gov/~dhbailey/mpdist/" +SRC_URI="https://crd.lbl.gov/~dhbailey/mpdist/${P}.tar.gz" SLOT="0" LICENSE="BSD" |