From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 53EC4138335 for ; Wed, 27 Feb 2019 04:25:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A75FDE08AB; Wed, 27 Feb 2019 04:25:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E3F4E08AB for ; Wed, 27 Feb 2019 04:25:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E5A3335CF3 for ; Wed, 27 Feb 2019 04:25:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05D8055C for ; Wed, 27 Feb 2019 04:25:36 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1551241278.14f75963d4f5eb965500101eabc934ea191a65c1.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/arprec/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/arprec/arprec-2.2.18.ebuild sci-libs/arprec/arprec-2.2.19.ebuild X-VCS-Directories: sci-libs/arprec/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 14f75963d4f5eb965500101eabc934ea191a65c1 X-VCS-Branch: master Date: Wed, 27 Feb 2019 04:25:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 94eedce4-7ace-4601-a1a5-202c823f8b90 X-Archives-Hash: 819cd33f5939cfa5732aa963f03cd23e commit: 14f75963d4f5eb965500101eabc934ea191a65c1 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Feb 23 16:48:04 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Feb 27 04:21:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14f75963 sci-libs/arprec: use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Aaron Bauman gentoo.org> sci-libs/arprec/arprec-2.2.18.ebuild | 6 +++--- 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 b7ba9c00b8d..8c4069fcd8d 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 4fe88b289cb..b31b5b5c86c 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"