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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9471E15ACFD for ; Mon, 1 May 2023 08:47:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8E6EE0856; Mon, 1 May 2023 08:47:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3770E0856 for ; Mon, 1 May 2023 08:47:27 +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 0902D341529 for ; Mon, 1 May 2023 08:47:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 397D7A5D for ; Mon, 1 May 2023 08:47:24 +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: <1682930819.2658d014a4e246dbe8f36644b5e23366dfe9fa01.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/pastix/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/pastix/pastix-5.2.3.ebuild sci-libs/pastix/pastix-6.0.3.ebuild X-VCS-Directories: sci-libs/pastix/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2658d014a4e246dbe8f36644b5e23366dfe9fa01 X-VCS-Branch: master Date: Mon, 1 May 2023 08:47:24 +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: 8944de94-9cfc-49b1-a74b-04679665143a X-Archives-Hash: d95ca81eba125ed09c0f4e1502886843 commit: 2658d014a4e246dbe8f36644b5e23366dfe9fa01 Author: Sam James gentoo org> AuthorDate: Mon May 1 08:41:11 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 1 08:46:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2658d014 sci-libs/pastix: add gitlab.inria to HOMEPAGE too Signed-off-by: Sam James gentoo.org> sci-libs/pastix/pastix-5.2.3.ebuild | 2 +- sci-libs/pastix/pastix-6.0.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/pastix/pastix-5.2.3.ebuild b/sci-libs/pastix/pastix-5.2.3.ebuild index f6580c310a43..5c42ec738f5d 100644 --- a/sci-libs/pastix/pastix-5.2.3.ebuild +++ b/sci-libs/pastix/pastix-5.2.3.ebuild @@ -16,7 +16,7 @@ inherit fortran-2 toolchain-funcs # package id: change every version, see the link on inriaforge PID=218 DESCRIPTION="Parallel solver for very large sparse linear systems" -HOMEPAGE="https://solverstack.gitlabpages.inria.fr/pastix/" +HOMEPAGE="https://solverstack.gitlabpages.inria.fr/pastix/ https://gitlab.inria.fr/solverstack/pastix" SRC_URI="https://gforge.inria.fr/frs/download.php/latestfile/${PID}/${PN}_${PV}.tar.bz2" S="${WORKDIR}/${PN}_${PV}/src" diff --git a/sci-libs/pastix/pastix-6.0.3.ebuild b/sci-libs/pastix/pastix-6.0.3.ebuild index ddf492ada0ca..8d0557f10591 100644 --- a/sci-libs/pastix/pastix-6.0.3.ebuild +++ b/sci-libs/pastix/pastix-6.0.3.ebuild @@ -10,7 +10,7 @@ inherit cmake fortran-2 python-single-r1 # package id: changes every version, see the link on inriaforge PID=38205 DESCRIPTION="Parallel solver for very large sparse linear systems" -HOMEPAGE="https://solverstack.gitlabpages.inria.fr/pastix/" +HOMEPAGE="https://solverstack.gitlabpages.inria.fr/pastix/ https://gitlab.inria.fr/solverstack/pastix" SRC_URI="https://files.inria.fr/pastix/releases/v$(ver_cut 1)/${P}.tar.gz" LICENSE="CeCILL-C"