public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/
Date: Sun, 26 Dec 2021 03:41:22 +0000 (UTC)	[thread overview]
Message-ID: <1640489913.0efd82c754a252ea4422541afc898dd0efbe506f.sam@gentoo> (raw)

commit:     0efd82c754a252ea4422541afc898dd0efbe506f
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Tue Dec 14 20:26:10 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <marco <AT> scardovi.com>
Closes: https://github.com/gentoo/gentoo/pull/23305
Signed-off-by: Sam James <sam <AT> 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? ( <sys-apps/hwloc-2:= )
-	"
+"
+
 RDEPEND="${DEPEND}"
 
 src_configure() {
@@ -37,5 +38,5 @@ src_configure() {
 		-DLegion_BUILD_TESTS=ON
 		-DLegion_BUILD_TUTORIAL=ON
 	)
-	cmake-utils_src_configure
+	cmake_src_configure
 }

diff --git a/sys-cluster/legion/legion-9999.ebuild b/sys-cluster/legion/legion-9999.ebuild
index 11c9707d3cfc..9487e8eb0a59 100644
--- a/sys-cluster/legion/legion-9999.ebuild
+++ b/sys-cluster/legion/legion-9999.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? ( <sys-apps/hwloc-2:= )
-	"
+"
+
 RDEPEND="${DEPEND}"
 
 src_configure() {
@@ -37,5 +38,5 @@ src_configure() {
 		-DLegion_BUILD_TESTS=ON
 		-DLegion_BUILD_TUTORIAL=ON
 	)
-	cmake-utils_src_configure
+	cmake_src_configure
 }


             reply	other threads:[~2021-12-26  3:41 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-26  3:41 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-29  2:28 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/ Sam James
2024-03-29  2:28 Sam James
2024-03-29  2:28 Sam James
2021-12-26  3:49 Sam James
2021-12-26  3:41 Sam James
2021-12-26  3:41 Sam James
2021-10-29 22:44 Sam James
2021-04-03 15:44 Sam James
2021-02-15  0:32 Sam James
2019-07-03 22:53 Christoph Junghans
2019-03-18 22:53 Patrice Clement
2019-02-10 20:55 Christoph Junghans
2018-06-01 17:22 Christoph Junghans
2017-10-28  0:35 Christoph Junghans
2017-08-25  0:31 Christoph Junghans
2017-05-26 22:09 Christoph Junghans
2017-04-06 20:48 Christoph Junghans
2017-02-07  5:45 Johannes Huber
2016-11-14  2:01 Christoph Junghans
2016-10-24 22:38 Christoph Junghans
2016-09-09 22:34 Christoph Junghans

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1640489913.0efd82c754a252ea4422541afc898dd0efbe506f.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox