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 A7DC0158020 for ; Sat, 19 Nov 2022 19:36:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FD70E08FF; Sat, 19 Nov 2022 19:36:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 496CBE08BD for ; Sat, 19 Nov 2022 19:36:09 +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 46420340997 for ; Sat, 19 Nov 2022 19:36:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77768756 for ; Sat, 19 Nov 2022 19:36:06 +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: <1668886345.42c4727feb9393fcbb3196c7b4c4cc1373fe517d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/pmix/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/pmix/pmix-2.1.1.ebuild X-VCS-Directories: sys-cluster/pmix/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 42c4727feb9393fcbb3196c7b4c4cc1373fe517d X-VCS-Branch: master Date: Sat, 19 Nov 2022 19:36:06 +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: 9808f627-201e-4f19-b3cf-3d85f1a4a179 X-Archives-Hash: f53e57d5346eb8de8edc59aa490eedf9 commit: 42c4727feb9393fcbb3196c7b4c4cc1373fe517d Author: Sam James gentoo org> AuthorDate: Sat Nov 19 19:32:25 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 19 19:32:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c4727f sys-cluster/pmix: update HOMEPAGE, SRC_URI Signed-off-by: Sam James gentoo.org> sys-cluster/pmix/pmix-2.1.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-cluster/pmix/pmix-2.1.1.ebuild b/sys-cluster/pmix/pmix-2.1.1.ebuild index 6bce06897de1..f32dc12613ed 100644 --- a/sys-cluster/pmix/pmix-2.1.1.ebuild +++ b/sys-cluster/pmix/pmix-2.1.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="The Process Management Interface (PMI) Exascale" -HOMEPAGE="https://pmix.github.io/pmix/" -SRC_URI="https://github.com/pmix/pmix/releases/download/v${PV}/${P}.tar.bz2" +HOMEPAGE="https://openpmix.github.io/" +SRC_URI="https://github.com/openpmix/openpmix/releases/download/v${PV}/${P}.tar.bz2" SLOT="0" LICENSE="BSD"