From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1703813-garchives=archives.gentoo.org@lists.gentoo.org> 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 64A2A1580FD for <garchives@archives.gentoo.org>; Sat, 28 Dec 2024 15:19:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A2F3E076B; Sat, 28 Dec 2024 15:19:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 445E5E076B for <gentoo-commits@lists.gentoo.org>; Sat, 28 Dec 2024 15:19:18 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5888933BE26 for <gentoo-commits@lists.gentoo.org>; Sat, 28 Dec 2024 15:19:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E434197F for <gentoo-commits@lists.gentoo.org>; Sat, 28 Dec 2024 15:19:15 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1735399089.909c3ae257ce8f253c5bd0a48f27ca7360b64aba.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/mpfi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/mpfi/mpfi-1.5.4.ebuild sci-libs/mpfi/mpfi-1.5.4_p20220401.ebuild X-VCS-Directories: sci-libs/mpfi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 909c3ae257ce8f253c5bd0a48f27ca7360b64aba X-VCS-Branch: master Date: Sat, 28 Dec 2024 15:19:15 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4848be61-a6e3-43c3-a5c7-9a2070d19b28 X-Archives-Hash: 02d9833c1cae7742a693771cbbcddee3 commit: 909c3ae257ce8f253c5bd0a48f27ca7360b64aba Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Dec 28 15:18:09 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Dec 28 15:18:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=909c3ae2 sci-libs/mpfi: update HOMEPAGE Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/mpfi/mpfi-1.5.4.ebuild | 2 +- sci-libs/mpfi/mpfi-1.5.4_p20220401.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/mpfi/mpfi-1.5.4.ebuild b/sci-libs/mpfi/mpfi-1.5.4.ebuild index d61bc2f3343d..b8fd507c1a5e 100644 --- a/sci-libs/mpfi/mpfi-1.5.4.ebuild +++ b/sci-libs/mpfi/mpfi-1.5.4.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit autotools DESCRIPTION="Multiple precision interval arithmetic library based on MPFR" -HOMEPAGE="https://perso.ens-lyon.fr/nathalie.revol/software.html" +HOMEPAGE="https://perso.ens-lyon.fr/nathalie.revol/software.html https://gitlab.inria.fr/mpfi/mpfi" SRC_URI="https://gforge.inria.fr/frs/download.php/file/38111/${P}.tgz" # COPYING is GPL-3, COPYING.LESSER is LGPL-3, source file headers diff --git a/sci-libs/mpfi/mpfi-1.5.4_p20220401.ebuild b/sci-libs/mpfi/mpfi-1.5.4_p20220401.ebuild index 1bb263b19164..0bdc624155ce 100644 --- a/sci-libs/mpfi/mpfi-1.5.4_p20220401.ebuild +++ b/sci-libs/mpfi/mpfi-1.5.4_p20220401.ebuild @@ -4,7 +4,7 @@ EAPI=8 DESCRIPTION="Multiple precision interval arithmetic library based on MPFR" -HOMEPAGE="https://perso.ens-lyon.fr/nathalie.revol/software.html" +HOMEPAGE="https://perso.ens-lyon.fr/nathalie.revol/software.html https://gitlab.inria.fr/mpfi/mpfi" SRC_URI=" https://perso.ens-lyon.fr/nathalie.revol/softwares/${PN}-1.5.4.tar.xz -> ${P}.tar.xz" S="${WORKDIR}/${PN}-1.5.4" # COPYING is GPL-3, COPYING.LESSER is LGPL-3, source file headers