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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A92E158086 for ; Tue, 9 Nov 2021 06:57:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12F16E0A7D; Tue, 9 Nov 2021 06:57:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DBACE0A7D for ; Tue, 9 Nov 2021 06:57:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D3D7342DAF for ; Tue, 9 Nov 2021 06:57:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 833A1EA for ; Tue, 9 Nov 2021 06:57:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1636441057.e7f73573dc9658b2288deda64062b1ef3c1e90f7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mpfr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/mpfr/mpfr-4.1.0-r1.ebuild dev-libs/mpfr/mpfr-4.1.0_p13-r1.ebuild X-VCS-Directories: dev-libs/mpfr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e7f73573dc9658b2288deda64062b1ef3c1e90f7 X-VCS-Branch: master Date: Tue, 9 Nov 2021 06:57:44 +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: df2e8cf9-09b1-4457-b1eb-e0ac855da251 X-Archives-Hash: cce452c24a7c752a66d22b603852cfed commit: e7f73573dc9658b2288deda64062b1ef3c1e90f7 Author: Sam James gentoo org> AuthorDate: Tue Nov 9 06:54:17 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 9 06:57:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7f73573 dev-libs/mpfr: add new gitlab links to HOMEPAGE Signed-off-by: Sam James gentoo.org> dev-libs/mpfr/mpfr-4.1.0-r1.ebuild | 2 +- dev-libs/mpfr/mpfr-4.1.0_p13-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/mpfr/mpfr-4.1.0-r1.ebuild b/dev-libs/mpfr/mpfr-4.1.0-r1.ebuild index 986919466dd..e0e4244da6a 100644 --- a/dev-libs/mpfr/mpfr-4.1.0-r1.ebuild +++ b/dev-libs/mpfr/mpfr-4.1.0-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit multilib-minimal DESCRIPTION="Library for multiple-precision floating-point computations with exact rounding" -HOMEPAGE="https://www.mpfr.org/" +HOMEPAGE="https://www.mpfr.org/ https://gitlab.inria.fr/mpfr" SRC_URI="https://www.mpfr.org/mpfr-${PV}/${P}.tar.xz" LICENSE="LGPL-2.1" diff --git a/dev-libs/mpfr/mpfr-4.1.0_p13-r1.ebuild b/dev-libs/mpfr/mpfr-4.1.0_p13-r1.ebuild index 14639036b47..7a65b4b377f 100644 --- a/dev-libs/mpfr/mpfr-4.1.0_p13-r1.ebuild +++ b/dev-libs/mpfr/mpfr-4.1.0_p13-r1.ebuild @@ -15,7 +15,7 @@ MY_PATCH=$(ver_cut 5-) MY_P=${PN}-${MY_PV} DESCRIPTION="Library for multiple-precision floating-point computations with exact rounding" -HOMEPAGE="https://www.mpfr.org/" +HOMEPAGE="https://www.mpfr.org/ https://gitlab.inria.fr/mpfr" SRC_URI="https://www.mpfr.org/${MY_P}/${MY_P}.tar.xz" if [[ ${PV} == *_p* ]] ; then # If this is a patch release, we have to download each of the patches: