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 355B1158086 for ; Sun, 26 Dec 2021 03:41:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E1FB2BC00C; Sun, 26 Dec 2021 03:41: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 492DA2BC006 for ; Sun, 26 Dec 2021 03:41:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E836C342DEE for ; Sun, 26 Dec 2021 03:41:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 727F4264 for ; Sun, 26 Dec 2021 03:41:22 +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: <1640489913.0efd82c754a252ea4422541afc898dd0efbe506f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/legion/Manifest sys-cluster/legion/legion-21.09.0.ebuild sys-cluster/legion/legion-9999.ebuild X-VCS-Directories: sys-cluster/legion/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0efd82c754a252ea4422541afc898dd0efbe506f X-VCS-Branch: master Date: Sun, 26 Dec 2021 03:41:22 +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: b91422dc-9b2f-4130-97b8-8be2009e3d43 X-Archives-Hash: d98c39b4ea9efb3285d381ce313eae53 commit: 0efd82c754a252ea4422541afc898dd0efbe506f Author: Marco Scardovi scardovi com> AuthorDate: Tue Dec 14 20:26:10 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 26 03:38:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0efd82c7 sys-cluster/legion: bump to EAPI 8 and legion-21.09.0 Bug: https://bugs.gentoo.org/796128 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Marco Scardovi scardovi.com> Closes: https://github.com/gentoo/gentoo/pull/23305 Signed-off-by: Sam James gentoo.org> sys-cluster/legion/Manifest | 1 + sys-cluster/legion/{legion-9999.ebuild => legion-21.09.0.ebuild} | 9 +++++---- sys-cluster/legion/legion-9999.ebuild | 9 +++++---- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/sys-cluster/legion/Manifest b/sys-cluster/legion/Manifest new file mode 100644 index 000000000000..52753eefc567 --- /dev/null +++ b/sys-cluster/legion/Manifest @@ -0,0 +1 @@ +DIST legion-21.09.0.tar.gz 4017440 BLAKE2B 8f2919ed89f94cd12aff761de0e91ea0b5f9fd6001b83f69f8aff4703df159f001c562ed62ac22404fb15ebecc86a175d7acb528aba2e2d05ef7a6e6c0a9d830 SHA512 ffdbc8fa50100b7feb1709299dc1a9d01f14a6368812a6c5c16fa58746e9627f20863060c3ca25fd8865c8569c5a5f274a0298902bb82f6567b05299f55f6f75 diff --git a/sys-cluster/legion/legion-9999.ebuild b/sys-cluster/legion/legion-21.09.0.ebuild similarity index 94% copy from sys-cluster/legion/legion-9999.ebuild copy to sys-cluster/legion/legion-21.09.0.ebuild index 11c9707d3cfc..9487e8eb0a59 100644 --- a/sys-cluster/legion/legion-9999.ebuild +++ b/sys-cluster/legion/legion-21.09.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -inherit cmake-utils +inherit cmake DESCRIPTION="A data-centric parallel programming system" HOMEPAGE="https://legion.stanford.edu/" @@ -24,7 +24,8 @@ RESTRICT="!test? ( test )" DEPEND=" gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 ) hwloc? (