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 5B7D813835B for ; Wed, 13 Jan 2021 21:06:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6402E096C; Wed, 13 Jan 2021 21:06:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 92873E0973 for ; Wed, 13 Jan 2021 21:06:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 57D3D340EE4 for ; Wed, 13 Jan 2021 21:06:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F07F84A5 for ; Wed, 13 Jan 2021 21:06:54 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1610571284.7b513c902eaf8bf76913d274bb513d994d786982.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/fgsl/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/fgsl/fgsl-0.9.4.ebuild X-VCS-Directories: sci-libs/fgsl/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7b513c902eaf8bf76913d274bb513d994d786982 X-VCS-Branch: master Date: Wed, 13 Jan 2021 21:06:54 +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: 3bbcc055-904f-406e-8ba1-ad8042b2a85d X-Archives-Hash: 613caa6dac1776339b68e0051e152051 commit: 7b513c902eaf8bf76913d274bb513d994d786982 Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Jan 13 20:54:44 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Jan 13 20:54:44 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7b513c90 sci-libs/fgsl: use https Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-libs/fgsl/fgsl-0.9.4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-libs/fgsl/fgsl-0.9.4.ebuild b/sci-libs/fgsl/fgsl-0.9.4.ebuild index dc4dc2adf..e59e79bf9 100644 --- a/sci-libs/fgsl/fgsl-0.9.4.ebuild +++ b/sci-libs/fgsl/fgsl-0.9.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit eutils fortran-2 multilib toolchain-funcs DESCRIPTION="A Fortran interface to the GNU Scientific Library" -HOMEPAGE="http://www.lrz.de/services/software/mathematik/gsl/fortran/" -SRC_URI="http://www.lrz.de/services/software/mathematik/gsl/fortran/${P}.tar.gz" +HOMEPAGE="https://www.lrz.de/services/software/mathematik/gsl/fortran/" +SRC_URI="https://www.lrz.de/services/software/mathematik/gsl/fortran/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"