public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/
@ 2016-09-09 22:34 Christoph Junghans
  0 siblings, 0 replies; 22+ messages in thread
From: Christoph Junghans @ 2016-09-09 22:34 UTC (permalink / raw
  To: gentoo-commits

commit:     27453728fb993224c9fdf4fae774a72acf223e4d
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  9 22:34:19 2016 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Fri Sep  9 22:34:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27453728

sys-cluster/legion: build shared libs

Package-Manager: portage-2.2.28

 sys-cluster/legion/{legion-16.08.0.ebuild => legion-16.08.0-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/legion/legion-16.08.0.ebuild b/sys-cluster/legion/legion-16.08.0-r1.ebuild
similarity index 91%
rename from sys-cluster/legion/legion-16.08.0.ebuild
rename to sys-cluster/legion/legion-16.08.0-r1.ebuild
index 534945d..8a4a9b2 100644
--- a/sys-cluster/legion/legion-16.08.0.ebuild
+++ b/sys-cluster/legion/legion-16.08.0-r1.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64"
 IUSE="gasnet +hwloc"
 
 DEPEND="
-	gasnet? ( sys-cluster/gasnet )
+	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
 	hwloc? ( sys-apps/hwloc )
 	"
 
@@ -30,6 +30,7 @@ src_configure() {
 	mycmakeargs=(
 		-DLegion_USE_HWLOC=$(usex hwloc)
 		-DLegion_USE_GASNet=$(usex gasnet)
+		-DBUILD_SHARED_LIBS=ON
 		-DLIB=$(get_libdir)
 	)
 	cmake-utils_src_configure


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/
@ 2016-10-24 22:38 Christoph Junghans
  0 siblings, 0 replies; 22+ messages in thread
From: Christoph Junghans @ 2016-10-24 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     ef99c4775e6802611ac2175a67a8c837cb3d4924
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 24 22:38:28 2016 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Mon Oct 24 22:38:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef99c477

sys-cluster/legion: version bump

Package-Manager: portage-2.3.0

 sys-cluster/legion/Manifest              |  1 +
 sys-cluster/legion/legion-16.10.0.ebuild | 34 ++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/sys-cluster/legion/Manifest b/sys-cluster/legion/Manifest
index f02219e..0008690 100644
--- a/sys-cluster/legion/Manifest
+++ b/sys-cluster/legion/Manifest
@@ -1 +1,2 @@
 DIST legion-16.08.0.tar.gz 2501054 SHA256 c2a344e54124172b49d97e0e0033021e9ed3d9ddb4158b0620430c5597f6ccba SHA512 8847fa8c0c7683812dd6ffb038a4d6d3427fdfde62ec917ab32e9a15cd7320321cab2b106479589aa2451cabd98cd0b1dc88b4ff668f991bb4c95f383de785a5 WHIRLPOOL 355f54164fca71c49891869644c841814600c09253bc807297bc79391f13f05fbe93029f29918167cd79a745928b0d991bc671ccd841320a32ce67941f34705c
+DIST legion-16.10.0.tar.gz 2474656 SHA256 92190ae5ff0a1f6356890446e026479ed715230d4761a40d4834af256a722099 SHA512 cfe610fef047def835f95adcc4ae52d7844a4a89a5bdebb2ec40b0e63a66aba9d180bd78e559762b1ac18f84c1ca1142c3e73238dbe4c516672a8843335442a5 WHIRLPOOL 3a0e083b9d8d5c5071f1914e7cc3fda0c7c5bc2f4d187506aee9d3c1def8a046ec7732f2ce105bc3ee93075f35fc2ee7952020e2806e7f43be962018147111fb

diff --git a/sys-cluster/legion/legion-16.10.0.ebuild b/sys-cluster/legion/legion-16.10.0.ebuild
new file mode 100644
index 00000000..be31488
--- /dev/null
+++ b/sys-cluster/legion/legion-16.10.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+CMAKE_MIN_VERSION=3.6
+
+inherit cmake-utils
+
+DESCRIPTION="A data-centric parallel programming system"
+HOMEPAGE="http://legion.stanford.edu/"
+SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="gasnet +hwloc"
+
+DEPEND="
+	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
+	hwloc? ( sys-apps/hwloc )
+	"
+
+S="${WORKDIR}/${PN}-${P}"
+
+src_configure() {
+	mycmakeargs=(
+		-DLegion_USE_HWLOC=$(usex hwloc)
+		-DLegion_USE_GASNet=$(usex gasnet)
+		-DBUILD_SHARED_LIBS=ON
+		-DLegion_BUILD_EXAMPLES=ON
+	)
+	cmake-utils_src_configure
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/
@ 2016-11-14  2:01 Christoph Junghans
  0 siblings, 0 replies; 22+ messages in thread
From: Christoph Junghans @ 2016-11-14  2:01 UTC (permalink / raw
  To: gentoo-commits

commit:     83907860f79569d6228af656b4357b3c22abe489
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 14 01:57:29 2016 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Mon Nov 14 01:57:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83907860

sys-cluster/legion: update metadata

Package-Manager: portage-2.3.0

 sys-cluster/legion/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/legion/metadata.xml b/sys-cluster/legion/metadata.xml
index bae6863..d3a8816 100644
--- a/sys-cluster/legion/metadata.xml
+++ b/sys-cluster/legion/metadata.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <maintainer type="person">
-    <email>ottxor@gentoo.org</email>
+    <email>junghans@gentoo.org</email>
     <name>Christoph Junghans</name>
   </maintainer>
   <maintainer type="project">


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/
@ 2017-02-07  5:45 Johannes Huber
  0 siblings, 0 replies; 22+ messages in thread
From: Johannes Huber @ 2017-02-07  5:45 UTC (permalink / raw
  To: gentoo-commits

commit:     224a626ed5e4d38ba32163288566cf178d34165e
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  6 21:30:55 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Feb  7 05:45:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224a626e

sys-cluster/legion: Drop CMAKE_MIN_VERSION

Value covered by eclass.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-cluster/legion/legion-16.10.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-cluster/legion/legion-16.10.0.ebuild b/sys-cluster/legion/legion-16.10.0.ebuild
index be31488..d163752 100644
--- a/sys-cluster/legion/legion-16.10.0.ebuild
+++ b/sys-cluster/legion/legion-16.10.0.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
-CMAKE_MIN_VERSION=3.6
 
 inherit cmake-utils
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/
@ 2017-04-06 20:48 Christoph Junghans
  0 siblings, 0 replies; 22+ messages in thread
From: Christoph Junghans @ 2017-04-06 20:48 UTC (permalink / raw
  To: gentoo-commits

commit:     e60d4da873835abc39f5f8fc78198bf07c1670dd
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  6 20:48:01 2017 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Thu Apr  6 20:48:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e60d4da8

sys-cluster/legion: version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-cluster/legion/Manifest              |  1 +
 sys-cluster/legion/legion-17.02.0.ebuild | 34 ++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/sys-cluster/legion/Manifest b/sys-cluster/legion/Manifest
index 0008690e1ba..dc3c573b0db 100644
--- a/sys-cluster/legion/Manifest
+++ b/sys-cluster/legion/Manifest
@@ -1,2 +1,3 @@
 DIST legion-16.08.0.tar.gz 2501054 SHA256 c2a344e54124172b49d97e0e0033021e9ed3d9ddb4158b0620430c5597f6ccba SHA512 8847fa8c0c7683812dd6ffb038a4d6d3427fdfde62ec917ab32e9a15cd7320321cab2b106479589aa2451cabd98cd0b1dc88b4ff668f991bb4c95f383de785a5 WHIRLPOOL 355f54164fca71c49891869644c841814600c09253bc807297bc79391f13f05fbe93029f29918167cd79a745928b0d991bc671ccd841320a32ce67941f34705c
 DIST legion-16.10.0.tar.gz 2474656 SHA256 92190ae5ff0a1f6356890446e026479ed715230d4761a40d4834af256a722099 SHA512 cfe610fef047def835f95adcc4ae52d7844a4a89a5bdebb2ec40b0e63a66aba9d180bd78e559762b1ac18f84c1ca1142c3e73238dbe4c516672a8843335442a5 WHIRLPOOL 3a0e083b9d8d5c5071f1914e7cc3fda0c7c5bc2f4d187506aee9d3c1def8a046ec7732f2ce105bc3ee93075f35fc2ee7952020e2806e7f43be962018147111fb
+DIST legion-17.02.0.tar.gz 2690415 SHA256 c5413fe8990c33a087c9a567671756c8267e050f5285f75ee33b84911b00c355 SHA512 0c6ee53953ec2e5072d39b1c1260a1783393feaf7064f381bb1733cf9cdb1be8fd521a35e0a452ebc9e9509d117fdc6f3e472cdb6c633ba00c987c880a33bc2d WHIRLPOOL 97bb2da8d362414d6e3c65ba2b50bf4e57041e337f6492efb27f5796c3afe0225c6324532e7413e5f9987c8395b05751d6fc0ca7b7983c21b96ef7679fdc57dc

diff --git a/sys-cluster/legion/legion-17.02.0.ebuild b/sys-cluster/legion/legion-17.02.0.ebuild
new file mode 100644
index 00000000000..03e2d594815
--- /dev/null
+++ b/sys-cluster/legion/legion-17.02.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="A data-centric parallel programming system"
+HOMEPAGE="http://legion.stanford.edu/"
+SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="gasnet +hwloc"
+
+DEPEND="
+	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
+	hwloc? ( sys-apps/hwloc )
+	"
+
+S="${WORKDIR}/${PN}-${P}"
+
+src_configure() {
+	mycmakeargs=(
+		-DLegion_USE_HWLOC=$(usex hwloc)
+		-DLegion_USE_GASNet=$(usex gasnet)
+		-DBUILD_SHARED_LIBS=ON
+		-DLegion_BUILD_EXAMPLES=ON
+		-DLegion_BUILD_TESTS=ON
+		-DLegion_BUILD_TUTORIAL=ON
+	)
+	cmake-utils_src_configure
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/
@ 2017-05-26 22:09 Christoph Junghans
  0 siblings, 0 replies; 22+ messages in thread
From: Christoph Junghans @ 2017-05-26 22:09 UTC (permalink / raw
  To: gentoo-commits

commit:     76f3654bc1746267fa9d9b8a28692beba6792878
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 22:08:51 2017 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Fri May 26 22:09:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76f3654b

sys-cluster/legion: version bump

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 sys-cluster/legion/Manifest              |  1 +
 sys-cluster/legion/legion-17.05.0.ebuild | 39 ++++++++++++++++++++++++++++++++
 sys-cluster/legion/legion-9999.ebuild    | 39 ++++++++++++++++++++++++++++++++
 3 files changed, 79 insertions(+)

diff --git a/sys-cluster/legion/Manifest b/sys-cluster/legion/Manifest
index dc3c573b0db..82c34710b9d 100644
--- a/sys-cluster/legion/Manifest
+++ b/sys-cluster/legion/Manifest
@@ -1,3 +1,4 @@
 DIST legion-16.08.0.tar.gz 2501054 SHA256 c2a344e54124172b49d97e0e0033021e9ed3d9ddb4158b0620430c5597f6ccba SHA512 8847fa8c0c7683812dd6ffb038a4d6d3427fdfde62ec917ab32e9a15cd7320321cab2b106479589aa2451cabd98cd0b1dc88b4ff668f991bb4c95f383de785a5 WHIRLPOOL 355f54164fca71c49891869644c841814600c09253bc807297bc79391f13f05fbe93029f29918167cd79a745928b0d991bc671ccd841320a32ce67941f34705c
 DIST legion-16.10.0.tar.gz 2474656 SHA256 92190ae5ff0a1f6356890446e026479ed715230d4761a40d4834af256a722099 SHA512 cfe610fef047def835f95adcc4ae52d7844a4a89a5bdebb2ec40b0e63a66aba9d180bd78e559762b1ac18f84c1ca1142c3e73238dbe4c516672a8843335442a5 WHIRLPOOL 3a0e083b9d8d5c5071f1914e7cc3fda0c7c5bc2f4d187506aee9d3c1def8a046ec7732f2ce105bc3ee93075f35fc2ee7952020e2806e7f43be962018147111fb
 DIST legion-17.02.0.tar.gz 2690415 SHA256 c5413fe8990c33a087c9a567671756c8267e050f5285f75ee33b84911b00c355 SHA512 0c6ee53953ec2e5072d39b1c1260a1783393feaf7064f381bb1733cf9cdb1be8fd521a35e0a452ebc9e9509d117fdc6f3e472cdb6c633ba00c987c880a33bc2d WHIRLPOOL 97bb2da8d362414d6e3c65ba2b50bf4e57041e337f6492efb27f5796c3afe0225c6324532e7413e5f9987c8395b05751d6fc0ca7b7983c21b96ef7679fdc57dc
+DIST legion-17.05.0.tar.gz 2783482 SHA256 b5f54454b28d3b61dde03711dadc2b969cf5c6412b9c1887893c5af521eba79a SHA512 51532f043eea1467a2b8ff17004f224c763f411eb5940d0a4dc5d8eb6503d758964aba26eb4977c68264c7344fcf269682a428e86a2c1a756f91cc9c50d04677 WHIRLPOOL c178ad310ef79997f4716dc7380892c814a11eadb39cbb88f1dab46df73b7fc6396262ea3a7db330847bd25b217b5f50dc5ea3c9b3e86932e3e3693e5a9eb5cb

diff --git a/sys-cluster/legion/legion-17.05.0.ebuild b/sys-cluster/legion/legion-17.05.0.ebuild
new file mode 100644
index 00000000000..443814e2abd
--- /dev/null
+++ b/sys-cluster/legion/legion-17.05.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="A data-centric parallel programming system"
+HOMEPAGE="http://legion.stanford.edu/"
+if [[ $PV = 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
+	KEYWORDS=""
+else
+	SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${PN}-${P}"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="gasnet +hwloc"
+
+DEPEND="
+	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
+	hwloc? ( sys-apps/hwloc )
+	"
+
+src_configure() {
+	mycmakeargs=(
+		-DLegion_USE_HWLOC=$(usex hwloc)
+		-DLegion_USE_GASNet=$(usex gasnet)
+		-DBUILD_SHARED_LIBS=ON
+		-DLegion_BUILD_EXAMPLES=ON
+		-DLegion_BUILD_TESTS=ON
+		-DLegion_BUILD_TUTORIAL=ON
+	)
+	cmake-utils_src_configure
+}

diff --git a/sys-cluster/legion/legion-9999.ebuild b/sys-cluster/legion/legion-9999.ebuild
new file mode 100644
index 00000000000..443814e2abd
--- /dev/null
+++ b/sys-cluster/legion/legion-9999.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="A data-centric parallel programming system"
+HOMEPAGE="http://legion.stanford.edu/"
+if [[ $PV = 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
+	KEYWORDS=""
+else
+	SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${PN}-${P}"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="gasnet +hwloc"
+
+DEPEND="
+	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
+	hwloc? ( sys-apps/hwloc )
+	"
+
+src_configure() {
+	mycmakeargs=(
+		-DLegion_USE_HWLOC=$(usex hwloc)
+		-DLegion_USE_GASNet=$(usex gasnet)
+		-DBUILD_SHARED_LIBS=ON
+		-DLegion_BUILD_EXAMPLES=ON
+		-DLegion_BUILD_TESTS=ON
+		-DLegion_BUILD_TUTORIAL=ON
+	)
+	cmake-utils_src_configure
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/
@ 2017-08-25  0:31 Christoph Junghans
  0 siblings, 0 replies; 22+ messages in thread
From: Christoph Junghans @ 2017-08-25  0:31 UTC (permalink / raw
  To: gentoo-commits

commit:     6b4cd11346d68ce5c4c3af8ad876e266890621df
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 25 00:31:08 2017 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Fri Aug 25 00:31:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b4cd113

sys-cluster/legion: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-cluster/legion/Manifest              |  1 +
 sys-cluster/legion/legion-17.08.0.ebuild | 40 ++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/sys-cluster/legion/Manifest b/sys-cluster/legion/Manifest
index 82c34710b9d..63e5d6f0b60 100644
--- a/sys-cluster/legion/Manifest
+++ b/sys-cluster/legion/Manifest
@@ -2,3 +2,4 @@ DIST legion-16.08.0.tar.gz 2501054 SHA256 c2a344e54124172b49d97e0e0033021e9ed3d9
 DIST legion-16.10.0.tar.gz 2474656 SHA256 92190ae5ff0a1f6356890446e026479ed715230d4761a40d4834af256a722099 SHA512 cfe610fef047def835f95adcc4ae52d7844a4a89a5bdebb2ec40b0e63a66aba9d180bd78e559762b1ac18f84c1ca1142c3e73238dbe4c516672a8843335442a5 WHIRLPOOL 3a0e083b9d8d5c5071f1914e7cc3fda0c7c5bc2f4d187506aee9d3c1def8a046ec7732f2ce105bc3ee93075f35fc2ee7952020e2806e7f43be962018147111fb
 DIST legion-17.02.0.tar.gz 2690415 SHA256 c5413fe8990c33a087c9a567671756c8267e050f5285f75ee33b84911b00c355 SHA512 0c6ee53953ec2e5072d39b1c1260a1783393feaf7064f381bb1733cf9cdb1be8fd521a35e0a452ebc9e9509d117fdc6f3e472cdb6c633ba00c987c880a33bc2d WHIRLPOOL 97bb2da8d362414d6e3c65ba2b50bf4e57041e337f6492efb27f5796c3afe0225c6324532e7413e5f9987c8395b05751d6fc0ca7b7983c21b96ef7679fdc57dc
 DIST legion-17.05.0.tar.gz 2783482 SHA256 b5f54454b28d3b61dde03711dadc2b969cf5c6412b9c1887893c5af521eba79a SHA512 51532f043eea1467a2b8ff17004f224c763f411eb5940d0a4dc5d8eb6503d758964aba26eb4977c68264c7344fcf269682a428e86a2c1a756f91cc9c50d04677 WHIRLPOOL c178ad310ef79997f4716dc7380892c814a11eadb39cbb88f1dab46df73b7fc6396262ea3a7db330847bd25b217b5f50dc5ea3c9b3e86932e3e3693e5a9eb5cb
+DIST legion-17.08.0.tar.gz 2839522 SHA256 5edfc9ee05b7bd0eb45f698e3cfd66c062d21fe36c3da89d233d93b2d47d9d1e SHA512 5d97157f97e12149e5fdf3a75d2e6e8a41ebf97e09c35501e2c93437bd0a47643d261f68c6b4a83b47e64d706f35914acd3a852eb0c08a11696b05ba9ef7af87 WHIRLPOOL 0602b0876190a1209fd215d9a85d3713ae2dcbae8f4df7b9eb34f40da5c13d2ee446137d22bc89f250bc90e134d84f484ec15106ea3cab1d32740941186a38a8

diff --git a/sys-cluster/legion/legion-17.08.0.ebuild b/sys-cluster/legion/legion-17.08.0.ebuild
new file mode 100644
index 00000000000..4d6ccbc9cb3
--- /dev/null
+++ b/sys-cluster/legion/legion-17.08.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="A data-centric parallel programming system"
+HOMEPAGE="http://legion.stanford.edu/"
+if [[ $PV = 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
+	KEYWORDS=""
+else
+	SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${PN}-${P}"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="gasnet +hwloc test"
+
+DEPEND="
+	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
+	hwloc? ( sys-apps/hwloc )
+	"
+
+src_configure() {
+	mycmakeargs=(
+		-DLegion_USE_HWLOC=$(usex hwloc)
+		-DLegion_USE_GASNet=$(usex gasnet)
+		-DLegion_ENABLE_TESTING=$(usex test)
+		-DBUILD_SHARED_LIBS=ON
+		-DLegion_BUILD_EXAMPLES=ON
+		-DLegion_BUILD_TESTS=ON
+		-DLegion_BUILD_TUTORIAL=ON
+	)
+	cmake-utils_src_configure
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/
@ 2017-10-28  0:35 Christoph Junghans
  0 siblings, 0 replies; 22+ messages in thread
From: Christoph Junghans @ 2017-10-28  0:35 UTC (permalink / raw
  To: gentoo-commits

commit:     c9851e7182a41808f6de5737897170ccfb9e381a
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 28 00:34:34 2017 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Sat Oct 28 00:34:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9851e71

sys-cluster/legio: version bump

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-cluster/legion/Manifest              |  1 +
 sys-cluster/legion/legion-17.10.0.ebuild | 40 ++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/sys-cluster/legion/Manifest b/sys-cluster/legion/Manifest
index 63e5d6f0b60..fa85260fcea 100644
--- a/sys-cluster/legion/Manifest
+++ b/sys-cluster/legion/Manifest
@@ -3,3 +3,4 @@ DIST legion-16.10.0.tar.gz 2474656 SHA256 92190ae5ff0a1f6356890446e026479ed71523
 DIST legion-17.02.0.tar.gz 2690415 SHA256 c5413fe8990c33a087c9a567671756c8267e050f5285f75ee33b84911b00c355 SHA512 0c6ee53953ec2e5072d39b1c1260a1783393feaf7064f381bb1733cf9cdb1be8fd521a35e0a452ebc9e9509d117fdc6f3e472cdb6c633ba00c987c880a33bc2d WHIRLPOOL 97bb2da8d362414d6e3c65ba2b50bf4e57041e337f6492efb27f5796c3afe0225c6324532e7413e5f9987c8395b05751d6fc0ca7b7983c21b96ef7679fdc57dc
 DIST legion-17.05.0.tar.gz 2783482 SHA256 b5f54454b28d3b61dde03711dadc2b969cf5c6412b9c1887893c5af521eba79a SHA512 51532f043eea1467a2b8ff17004f224c763f411eb5940d0a4dc5d8eb6503d758964aba26eb4977c68264c7344fcf269682a428e86a2c1a756f91cc9c50d04677 WHIRLPOOL c178ad310ef79997f4716dc7380892c814a11eadb39cbb88f1dab46df73b7fc6396262ea3a7db330847bd25b217b5f50dc5ea3c9b3e86932e3e3693e5a9eb5cb
 DIST legion-17.08.0.tar.gz 2839522 SHA256 5edfc9ee05b7bd0eb45f698e3cfd66c062d21fe36c3da89d233d93b2d47d9d1e SHA512 5d97157f97e12149e5fdf3a75d2e6e8a41ebf97e09c35501e2c93437bd0a47643d261f68c6b4a83b47e64d706f35914acd3a852eb0c08a11696b05ba9ef7af87 WHIRLPOOL 0602b0876190a1209fd215d9a85d3713ae2dcbae8f4df7b9eb34f40da5c13d2ee446137d22bc89f250bc90e134d84f484ec15106ea3cab1d32740941186a38a8
+DIST legion-17.10.0.tar.gz 2975023 SHA256 dd93a21834c2b686a73e5ff3d9c1e90bc26fd52f019d9399756b9096a1416137 SHA512 c4be9b32b47b3c4ae38374606125867f963a109dd542a52ee20b2964e5849121207d78947f0ab6ea4ed5e8a027b26da7b1a3a61124f175c1b9f7323e56b8d9b2 WHIRLPOOL e31ef90bd733e66127703a10a88bfd13166e946d416b56f2ce00e37b468fc7ba7456c9c5d471f1614f93e7ae4bfa96cc6a10ea987e52121af0e8f4399e96b932

diff --git a/sys-cluster/legion/legion-17.10.0.ebuild b/sys-cluster/legion/legion-17.10.0.ebuild
new file mode 100644
index 00000000000..4d6ccbc9cb3
--- /dev/null
+++ b/sys-cluster/legion/legion-17.10.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="A data-centric parallel programming system"
+HOMEPAGE="http://legion.stanford.edu/"
+if [[ $PV = 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
+	KEYWORDS=""
+else
+	SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${PN}-${P}"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="gasnet +hwloc test"
+
+DEPEND="
+	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
+	hwloc? ( sys-apps/hwloc )
+	"
+
+src_configure() {
+	mycmakeargs=(
+		-DLegion_USE_HWLOC=$(usex hwloc)
+		-DLegion_USE_GASNet=$(usex gasnet)
+		-DLegion_ENABLE_TESTING=$(usex test)
+		-DBUILD_SHARED_LIBS=ON
+		-DLegion_BUILD_EXAMPLES=ON
+		-DLegion_BUILD_TESTS=ON
+		-DLegion_BUILD_TUTORIAL=ON
+	)
+	cmake-utils_src_configure
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/
@ 2018-06-01 17:22 Christoph Junghans
  0 siblings, 0 replies; 22+ messages in thread
From: Christoph Junghans @ 2018-06-01 17:22 UTC (permalink / raw
  To: gentoo-commits

commit:     6af00c88f8b6ecbfdabba748b9b9892cba5c53ea
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  1 17:21:37 2018 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Fri Jun  1 17:21:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af00c88

sys-cluster/legion: version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-cluster/legion/Manifest              |  2 ++
 sys-cluster/legion/legion-18.02.0.ebuild | 40 ++++++++++++++++++++++++++++++++
 sys-cluster/legion/legion-18.05.0.ebuild | 40 ++++++++++++++++++++++++++++++++
 3 files changed, 82 insertions(+)

diff --git a/sys-cluster/legion/Manifest b/sys-cluster/legion/Manifest
index ec49885ae0c..1d9bd405d1b 100644
--- a/sys-cluster/legion/Manifest
+++ b/sys-cluster/legion/Manifest
@@ -4,3 +4,5 @@ DIST legion-17.02.0.tar.gz 2690415 BLAKE2B 6278b65c049e4909fdbe330f875e9649dfbca
 DIST legion-17.05.0.tar.gz 2783482 BLAKE2B aad4da51237b19504949c13e3f6e021468042186fe55a41dde44e51066504df98e07fd6abf531cb4f46e1d7f7f1cf05f471d0394f092d9504e47f78ae8675dc5 SHA512 51532f043eea1467a2b8ff17004f224c763f411eb5940d0a4dc5d8eb6503d758964aba26eb4977c68264c7344fcf269682a428e86a2c1a756f91cc9c50d04677
 DIST legion-17.08.0.tar.gz 2839522 BLAKE2B b9f9d814b319c69a1e29b108c7d78fcd04f87d58371baf1c102eb9eee8c435d0127aed507bbcbf096e2b78705f39e88400251b2e0d46931688ed30cb51f93e89 SHA512 5d97157f97e12149e5fdf3a75d2e6e8a41ebf97e09c35501e2c93437bd0a47643d261f68c6b4a83b47e64d706f35914acd3a852eb0c08a11696b05ba9ef7af87
 DIST legion-17.10.0.tar.gz 2975023 BLAKE2B 772f666c0cd8fc96e1e460e4c8253289069eea2ed8820f091ad517228fb7b2d56bc8bedbe9bc4d5776869fc4f0250f71644bf773362f65a0bba6f96be51c32af SHA512 c4be9b32b47b3c4ae38374606125867f963a109dd542a52ee20b2964e5849121207d78947f0ab6ea4ed5e8a027b26da7b1a3a61124f175c1b9f7323e56b8d9b2
+DIST legion-18.02.0.tar.gz 2967232 BLAKE2B 5f22efe681ee036af95b3d84c104988acfea899b76684860c1a27dda27b757c7a444ea5c1cec70ce0a19ffaa8323c208997402971017f72415a12ff9aabadea5 SHA512 052026c6f7e3920bfe097ada83571e4f7d4ad74a59d4a84af4d35f089c5d1b216e90f4f8547ea894e4b53b138b81e594c60342c41557c985b64d08c4aca23794
+DIST legion-18.05.0.tar.gz 3009091 BLAKE2B 86c113cad11e2fbdcf03233c09fe429ceff12aaac6621e0ae22ac141cf7a6c62f7df23f78861a826ba55a45c3eae46ca60b9e47339f9ed3333560797733b7d4e SHA512 f7000b5a6b66d07d72de9be7ef0bcdfd7aa95f838bfc1ccb4b146cf0c4407682a5cde75b56311bb07abd808dc67527e02a3a3db10bca874028a7335b54e1120a

diff --git a/sys-cluster/legion/legion-18.02.0.ebuild b/sys-cluster/legion/legion-18.02.0.ebuild
new file mode 100644
index 00000000000..51357e88417
--- /dev/null
+++ b/sys-cluster/legion/legion-18.02.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="A data-centric parallel programming system"
+HOMEPAGE="http://legion.stanford.edu/"
+if [[ $PV = 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
+	KEYWORDS=""
+else
+	SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${PN}-${P}"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="gasnet +hwloc test"
+
+DEPEND="
+	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
+	hwloc? ( sys-apps/hwloc )
+	"
+
+src_configure() {
+	mycmakeargs=(
+		-DLegion_USE_HWLOC=$(usex hwloc)
+		-DLegion_USE_GASNet=$(usex gasnet)
+		-DLegion_ENABLE_TESTING=$(usex test)
+		-DBUILD_SHARED_LIBS=ON
+		-DLegion_BUILD_EXAMPLES=ON
+		-DLegion_BUILD_TESTS=ON
+		-DLegion_BUILD_TUTORIAL=ON
+	)
+	cmake-utils_src_configure
+}

diff --git a/sys-cluster/legion/legion-18.05.0.ebuild b/sys-cluster/legion/legion-18.05.0.ebuild
new file mode 100644
index 00000000000..51357e88417
--- /dev/null
+++ b/sys-cluster/legion/legion-18.05.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="A data-centric parallel programming system"
+HOMEPAGE="http://legion.stanford.edu/"
+if [[ $PV = 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
+	KEYWORDS=""
+else
+	SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${PN}-${P}"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="gasnet +hwloc test"
+
+DEPEND="
+	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
+	hwloc? ( sys-apps/hwloc )
+	"
+
+src_configure() {
+	mycmakeargs=(
+		-DLegion_USE_HWLOC=$(usex hwloc)
+		-DLegion_USE_GASNet=$(usex gasnet)
+		-DLegion_ENABLE_TESTING=$(usex test)
+		-DBUILD_SHARED_LIBS=ON
+		-DLegion_BUILD_EXAMPLES=ON
+		-DLegion_BUILD_TESTS=ON
+		-DLegion_BUILD_TUTORIAL=ON
+	)
+	cmake-utils_src_configure
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/
@ 2019-02-10 20:55 Christoph Junghans
  0 siblings, 0 replies; 22+ messages in thread
From: Christoph Junghans @ 2019-02-10 20:55 UTC (permalink / raw
  To: gentoo-commits

commit:     f3f448a49d7354b32e32005308fbaad34bb72404
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 10 20:54:57 2019 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Sun Feb 10 20:55:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f448a4

sys-cluster/legion: version bump to 18.12.0

Closes: https://bugs.gentoo.org/677616
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Christoph Junghans <junghans <AT> gentoo.org>

 sys-cluster/legion/Manifest                                        | 1 +
 sys-cluster/legion/legion-18.05.0.ebuild                           | 4 ++--
 .../legion/{legion-18.05.0.ebuild => legion-18.12.0.ebuild}        | 4 ++--
 sys-cluster/legion/legion-9999.ebuild                              | 7 ++++---
 sys-cluster/legion/metadata.xml                                    | 4 ----
 5 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/sys-cluster/legion/Manifest b/sys-cluster/legion/Manifest
index 1d9bd405d1b..f7e70db3ed2 100644
--- a/sys-cluster/legion/Manifest
+++ b/sys-cluster/legion/Manifest
@@ -6,3 +6,4 @@ DIST legion-17.08.0.tar.gz 2839522 BLAKE2B b9f9d814b319c69a1e29b108c7d78fcd04f87
 DIST legion-17.10.0.tar.gz 2975023 BLAKE2B 772f666c0cd8fc96e1e460e4c8253289069eea2ed8820f091ad517228fb7b2d56bc8bedbe9bc4d5776869fc4f0250f71644bf773362f65a0bba6f96be51c32af SHA512 c4be9b32b47b3c4ae38374606125867f963a109dd542a52ee20b2964e5849121207d78947f0ab6ea4ed5e8a027b26da7b1a3a61124f175c1b9f7323e56b8d9b2
 DIST legion-18.02.0.tar.gz 2967232 BLAKE2B 5f22efe681ee036af95b3d84c104988acfea899b76684860c1a27dda27b757c7a444ea5c1cec70ce0a19ffaa8323c208997402971017f72415a12ff9aabadea5 SHA512 052026c6f7e3920bfe097ada83571e4f7d4ad74a59d4a84af4d35f089c5d1b216e90f4f8547ea894e4b53b138b81e594c60342c41557c985b64d08c4aca23794
 DIST legion-18.05.0.tar.gz 3009091 BLAKE2B 86c113cad11e2fbdcf03233c09fe429ceff12aaac6621e0ae22ac141cf7a6c62f7df23f78861a826ba55a45c3eae46ca60b9e47339f9ed3333560797733b7d4e SHA512 f7000b5a6b66d07d72de9be7ef0bcdfd7aa95f838bfc1ccb4b146cf0c4407682a5cde75b56311bb07abd808dc67527e02a3a3db10bca874028a7335b54e1120a
+DIST legion-18.12.0.tar.gz 3138868 BLAKE2B c85faf51eb528085f05a5e3411253f0ceb4ef6c6252466861d5641bd2df8320738d3cfd864781c05986038ed84cb6bec95d889f3d4d1ef8b25d90f2d339a9300 SHA512 26fc5d0fe1743de3e634fa3c2d95c3758b21bba7a1e1eb66c4c69d43d0d557b595b691b1bcd091f2c23ea034f000491ea6d5d81da94fb531781462e3093a202d

diff --git a/sys-cluster/legion/legion-18.05.0.ebuild b/sys-cluster/legion/legion-18.05.0.ebuild
index 51357e88417..c52bb9263a6 100644
--- a/sys-cluster/legion/legion-18.05.0.ebuild
+++ b/sys-cluster/legion/legion-18.05.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,7 +23,7 @@ IUSE="gasnet +hwloc test"
 
 DEPEND="
 	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
-	hwloc? ( sys-apps/hwloc )
+	hwloc? ( <sys-apps/hwloc-2 )
 	"
 
 src_configure() {

diff --git a/sys-cluster/legion/legion-18.05.0.ebuild b/sys-cluster/legion/legion-18.12.0.ebuild
similarity index 92%
copy from sys-cluster/legion/legion-18.05.0.ebuild
copy to sys-cluster/legion/legion-18.12.0.ebuild
index 51357e88417..c52bb9263a6 100644
--- a/sys-cluster/legion/legion-18.05.0.ebuild
+++ b/sys-cluster/legion/legion-18.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,7 +23,7 @@ IUSE="gasnet +hwloc test"
 
 DEPEND="
 	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
-	hwloc? ( sys-apps/hwloc )
+	hwloc? ( <sys-apps/hwloc-2 )
 	"
 
 src_configure() {

diff --git a/sys-cluster/legion/legion-9999.ebuild b/sys-cluster/legion/legion-9999.ebuild
index 443814e2abd..c52bb9263a6 100644
--- a/sys-cluster/legion/legion-9999.ebuild
+++ b/sys-cluster/legion/legion-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,17 +19,18 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="gasnet +hwloc"
+IUSE="gasnet +hwloc test"
 
 DEPEND="
 	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
-	hwloc? ( sys-apps/hwloc )
+	hwloc? ( <sys-apps/hwloc-2 )
 	"
 
 src_configure() {
 	mycmakeargs=(
 		-DLegion_USE_HWLOC=$(usex hwloc)
 		-DLegion_USE_GASNet=$(usex gasnet)
+		-DLegion_ENABLE_TESTING=$(usex test)
 		-DBUILD_SHARED_LIBS=ON
 		-DLegion_BUILD_EXAMPLES=ON
 		-DLegion_BUILD_TESTS=ON

diff --git a/sys-cluster/legion/metadata.xml b/sys-cluster/legion/metadata.xml
index 15e1c0385f6..54d1cf1a5f0 100644
--- a/sys-cluster/legion/metadata.xml
+++ b/sys-cluster/legion/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>junghans@gentoo.org</email>
-    <name>Christoph Junghans</name>
-  </maintainer>
   <maintainer type="project">
     <email>cluster@gentoo.org</email>
     <name>Gentoo Cluster Project</name>


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/
@ 2019-03-18 22:53 Patrice Clement
  0 siblings, 0 replies; 22+ messages in thread
From: Patrice Clement @ 2019-03-18 22:53 UTC (permalink / raw
  To: gentoo-commits

commit:     6f12c43e031a4906f24ccd92a4373355145dffce
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Mar 18 19:42:45 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 22:48:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f12c43e

sys-cluster/legion: use HTTPS.

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11407
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 sys-cluster/legion/legion-16.08.0-r1.ebuild | 4 ++--
 sys-cluster/legion/legion-16.10.0.ebuild    | 4 ++--
 sys-cluster/legion/legion-17.02.0.ebuild    | 4 ++--
 sys-cluster/legion/legion-17.05.0.ebuild    | 4 ++--
 sys-cluster/legion/legion-17.08.0.ebuild    | 4 ++--
 sys-cluster/legion/legion-17.10.0.ebuild    | 4 ++--
 sys-cluster/legion/legion-18.02.0.ebuild    | 4 ++--
 sys-cluster/legion/legion-18.05.0.ebuild    | 2 +-
 sys-cluster/legion/legion-18.12.0.ebuild    | 2 +-
 sys-cluster/legion/legion-9999.ebuild       | 2 +-
 10 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/sys-cluster/legion/legion-16.08.0-r1.ebuild b/sys-cluster/legion/legion-16.08.0-r1.ebuild
index e90f7d02ed7..c785d40df28 100644
--- a/sys-cluster/legion/legion-16.08.0-r1.ebuild
+++ b/sys-cluster/legion/legion-16.08.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit cmake-utils
 
 DESCRIPTION="A data-centric parallel programming system"
-HOMEPAGE="http://legion.stanford.edu/"
+HOMEPAGE="https://legion.stanford.edu/"
 SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
 
 LICENSE="BSD"

diff --git a/sys-cluster/legion/legion-16.10.0.ebuild b/sys-cluster/legion/legion-16.10.0.ebuild
index ced14b8e65e..6ed64ffe46d 100644
--- a/sys-cluster/legion/legion-16.10.0.ebuild
+++ b/sys-cluster/legion/legion-16.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit cmake-utils
 
 DESCRIPTION="A data-centric parallel programming system"
-HOMEPAGE="http://legion.stanford.edu/"
+HOMEPAGE="https://legion.stanford.edu/"
 SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
 
 LICENSE="BSD"

diff --git a/sys-cluster/legion/legion-17.02.0.ebuild b/sys-cluster/legion/legion-17.02.0.ebuild
index 03e2d594815..415747a8aa6 100644
--- a/sys-cluster/legion/legion-17.02.0.ebuild
+++ b/sys-cluster/legion/legion-17.02.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit cmake-utils
 
 DESCRIPTION="A data-centric parallel programming system"
-HOMEPAGE="http://legion.stanford.edu/"
+HOMEPAGE="https://legion.stanford.edu/"
 SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
 
 LICENSE="BSD"

diff --git a/sys-cluster/legion/legion-17.05.0.ebuild b/sys-cluster/legion/legion-17.05.0.ebuild
index 443814e2abd..e9b172068e9 100644
--- a/sys-cluster/legion/legion-17.05.0.ebuild
+++ b/sys-cluster/legion/legion-17.05.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit cmake-utils
 
 DESCRIPTION="A data-centric parallel programming system"
-HOMEPAGE="http://legion.stanford.edu/"
+HOMEPAGE="https://legion.stanford.edu/"
 if [[ $PV = 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"

diff --git a/sys-cluster/legion/legion-17.08.0.ebuild b/sys-cluster/legion/legion-17.08.0.ebuild
index 4d6ccbc9cb3..91e84737ce2 100644
--- a/sys-cluster/legion/legion-17.08.0.ebuild
+++ b/sys-cluster/legion/legion-17.08.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit cmake-utils
 
 DESCRIPTION="A data-centric parallel programming system"
-HOMEPAGE="http://legion.stanford.edu/"
+HOMEPAGE="https://legion.stanford.edu/"
 if [[ $PV = 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"

diff --git a/sys-cluster/legion/legion-17.10.0.ebuild b/sys-cluster/legion/legion-17.10.0.ebuild
index 4d6ccbc9cb3..91e84737ce2 100644
--- a/sys-cluster/legion/legion-17.10.0.ebuild
+++ b/sys-cluster/legion/legion-17.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit cmake-utils
 
 DESCRIPTION="A data-centric parallel programming system"
-HOMEPAGE="http://legion.stanford.edu/"
+HOMEPAGE="https://legion.stanford.edu/"
 if [[ $PV = 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"

diff --git a/sys-cluster/legion/legion-18.02.0.ebuild b/sys-cluster/legion/legion-18.02.0.ebuild
index 51357e88417..91e84737ce2 100644
--- a/sys-cluster/legion/legion-18.02.0.ebuild
+++ b/sys-cluster/legion/legion-18.02.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit cmake-utils
 
 DESCRIPTION="A data-centric parallel programming system"
-HOMEPAGE="http://legion.stanford.edu/"
+HOMEPAGE="https://legion.stanford.edu/"
 if [[ $PV = 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"

diff --git a/sys-cluster/legion/legion-18.05.0.ebuild b/sys-cluster/legion/legion-18.05.0.ebuild
index c52bb9263a6..400a9b1facf 100644
--- a/sys-cluster/legion/legion-18.05.0.ebuild
+++ b/sys-cluster/legion/legion-18.05.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit cmake-utils
 
 DESCRIPTION="A data-centric parallel programming system"
-HOMEPAGE="http://legion.stanford.edu/"
+HOMEPAGE="https://legion.stanford.edu/"
 if [[ $PV = 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"

diff --git a/sys-cluster/legion/legion-18.12.0.ebuild b/sys-cluster/legion/legion-18.12.0.ebuild
index c52bb9263a6..400a9b1facf 100644
--- a/sys-cluster/legion/legion-18.12.0.ebuild
+++ b/sys-cluster/legion/legion-18.12.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit cmake-utils
 
 DESCRIPTION="A data-centric parallel programming system"
-HOMEPAGE="http://legion.stanford.edu/"
+HOMEPAGE="https://legion.stanford.edu/"
 if [[ $PV = 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"

diff --git a/sys-cluster/legion/legion-9999.ebuild b/sys-cluster/legion/legion-9999.ebuild
index c52bb9263a6..400a9b1facf 100644
--- a/sys-cluster/legion/legion-9999.ebuild
+++ b/sys-cluster/legion/legion-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit cmake-utils
 
 DESCRIPTION="A data-centric parallel programming system"
-HOMEPAGE="http://legion.stanford.edu/"
+HOMEPAGE="https://legion.stanford.edu/"
 if [[ $PV = 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/
@ 2019-07-03 22:53 Christoph Junghans
  0 siblings, 0 replies; 22+ messages in thread
From: Christoph Junghans @ 2019-07-03 22:53 UTC (permalink / raw
  To: gentoo-commits

commit:     cacf2aee7e805eb44c62986a92bf279af23a1042
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  3 22:52:28 2019 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Wed Jul  3 22:53:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cacf2aee

sys-cluster/legion: version bump

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Christoph Junghans <junghans <AT> gentoo.org>

 sys-cluster/legion/Manifest              |  1 +
 sys-cluster/legion/legion-19.06.0.ebuild | 40 ++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/sys-cluster/legion/Manifest b/sys-cluster/legion/Manifest
index f7e70db3ed2..631be1f9922 100644
--- a/sys-cluster/legion/Manifest
+++ b/sys-cluster/legion/Manifest
@@ -7,3 +7,4 @@ DIST legion-17.10.0.tar.gz 2975023 BLAKE2B 772f666c0cd8fc96e1e460e4c8253289069ee
 DIST legion-18.02.0.tar.gz 2967232 BLAKE2B 5f22efe681ee036af95b3d84c104988acfea899b76684860c1a27dda27b757c7a444ea5c1cec70ce0a19ffaa8323c208997402971017f72415a12ff9aabadea5 SHA512 052026c6f7e3920bfe097ada83571e4f7d4ad74a59d4a84af4d35f089c5d1b216e90f4f8547ea894e4b53b138b81e594c60342c41557c985b64d08c4aca23794
 DIST legion-18.05.0.tar.gz 3009091 BLAKE2B 86c113cad11e2fbdcf03233c09fe429ceff12aaac6621e0ae22ac141cf7a6c62f7df23f78861a826ba55a45c3eae46ca60b9e47339f9ed3333560797733b7d4e SHA512 f7000b5a6b66d07d72de9be7ef0bcdfd7aa95f838bfc1ccb4b146cf0c4407682a5cde75b56311bb07abd808dc67527e02a3a3db10bca874028a7335b54e1120a
 DIST legion-18.12.0.tar.gz 3138868 BLAKE2B c85faf51eb528085f05a5e3411253f0ceb4ef6c6252466861d5641bd2df8320738d3cfd864781c05986038ed84cb6bec95d889f3d4d1ef8b25d90f2d339a9300 SHA512 26fc5d0fe1743de3e634fa3c2d95c3758b21bba7a1e1eb66c4c69d43d0d557b595b691b1bcd091f2c23ea034f000491ea6d5d81da94fb531781462e3093a202d
+DIST legion-19.06.0.tar.gz 3245617 BLAKE2B 5f94d423c1ff4e708a7826ead55a4f8f965bb5f49fffb83b0cd1b1909f0c21808a90e0c7c09e03b6e7b6736c212e86ac1765ab3665940f3a3e97551c152e4993 SHA512 244b4ff02a20427c81921920c65a64325cea698bb466ba036fc577e4a2722769dafa817083b76ba3c39c7a5fd749ab43122c518b657665aa7c309c8b46833414

diff --git a/sys-cluster/legion/legion-19.06.0.ebuild b/sys-cluster/legion/legion-19.06.0.ebuild
new file mode 100644
index 00000000000..400a9b1facf
--- /dev/null
+++ b/sys-cluster/legion/legion-19.06.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="A data-centric parallel programming system"
+HOMEPAGE="https://legion.stanford.edu/"
+if [[ $PV = 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
+	KEYWORDS=""
+else
+	SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${PN}-${P}"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="gasnet +hwloc test"
+
+DEPEND="
+	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
+	hwloc? ( <sys-apps/hwloc-2 )
+	"
+
+src_configure() {
+	mycmakeargs=(
+		-DLegion_USE_HWLOC=$(usex hwloc)
+		-DLegion_USE_GASNet=$(usex gasnet)
+		-DLegion_ENABLE_TESTING=$(usex test)
+		-DBUILD_SHARED_LIBS=ON
+		-DLegion_BUILD_EXAMPLES=ON
+		-DLegion_BUILD_TESTS=ON
+		-DLegion_BUILD_TUTORIAL=ON
+	)
+	cmake-utils_src_configure
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/
@ 2021-02-15  0:32 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-02-15  0:32 UTC (permalink / raw
  To: gentoo-commits

commit:     b60a85aecfde41b99ac390262a90fdef33cacca4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 23:26:19 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 00:32:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b60a85ae

sys-cluster/legion: fix double KEYWORDS

Double KEYWORDS lines break tools like ekeyword and Nattka.
As per PMS, blank/empty KEYWORDS is implied by not defining
the variable.

See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-cluster/legion/legion-17.05.0.ebuild | 3 +--
 sys-cluster/legion/legion-17.08.0.ebuild | 3 +--
 sys-cluster/legion/legion-17.10.0.ebuild | 3 +--
 sys-cluster/legion/legion-18.02.0.ebuild | 3 +--
 sys-cluster/legion/legion-18.05.0.ebuild | 3 +--
 sys-cluster/legion/legion-18.12.0.ebuild | 3 +--
 sys-cluster/legion/legion-19.06.0.ebuild | 3 +--
 sys-cluster/legion/legion-9999.ebuild    | 3 +--
 8 files changed, 8 insertions(+), 16 deletions(-)

diff --git a/sys-cluster/legion/legion-17.05.0.ebuild b/sys-cluster/legion/legion-17.05.0.ebuild
index e9b172068e9..877107e05d7 100644
--- a/sys-cluster/legion/legion-17.05.0.ebuild
+++ b/sys-cluster/legion/legion-17.05.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,6 @@ HOMEPAGE="https://legion.stanford.edu/"
 if [[ $PV = 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
-	KEYWORDS=""
 else
 	SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
 	KEYWORDS="~amd64"

diff --git a/sys-cluster/legion/legion-17.08.0.ebuild b/sys-cluster/legion/legion-17.08.0.ebuild
index ec4705d9190..53146a74ea4 100644
--- a/sys-cluster/legion/legion-17.08.0.ebuild
+++ b/sys-cluster/legion/legion-17.08.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,6 @@ HOMEPAGE="https://legion.stanford.edu/"
 if [[ $PV = 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
-	KEYWORDS=""
 else
 	SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
 	KEYWORDS="~amd64"

diff --git a/sys-cluster/legion/legion-17.10.0.ebuild b/sys-cluster/legion/legion-17.10.0.ebuild
index ec4705d9190..53146a74ea4 100644
--- a/sys-cluster/legion/legion-17.10.0.ebuild
+++ b/sys-cluster/legion/legion-17.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,6 @@ HOMEPAGE="https://legion.stanford.edu/"
 if [[ $PV = 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
-	KEYWORDS=""
 else
 	SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
 	KEYWORDS="~amd64"

diff --git a/sys-cluster/legion/legion-18.02.0.ebuild b/sys-cluster/legion/legion-18.02.0.ebuild
index ec4705d9190..53146a74ea4 100644
--- a/sys-cluster/legion/legion-18.02.0.ebuild
+++ b/sys-cluster/legion/legion-18.02.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,6 @@ HOMEPAGE="https://legion.stanford.edu/"
 if [[ $PV = 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
-	KEYWORDS=""
 else
 	SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
 	KEYWORDS="~amd64"

diff --git a/sys-cluster/legion/legion-18.05.0.ebuild b/sys-cluster/legion/legion-18.05.0.ebuild
index 64588885357..3ff65e83c9c 100644
--- a/sys-cluster/legion/legion-18.05.0.ebuild
+++ b/sys-cluster/legion/legion-18.05.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,6 @@ HOMEPAGE="https://legion.stanford.edu/"
 if [[ $PV = 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
-	KEYWORDS=""
 else
 	SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
 	KEYWORDS="~amd64"

diff --git a/sys-cluster/legion/legion-18.12.0.ebuild b/sys-cluster/legion/legion-18.12.0.ebuild
index 64588885357..3ff65e83c9c 100644
--- a/sys-cluster/legion/legion-18.12.0.ebuild
+++ b/sys-cluster/legion/legion-18.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,6 @@ HOMEPAGE="https://legion.stanford.edu/"
 if [[ $PV = 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
-	KEYWORDS=""
 else
 	SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
 	KEYWORDS="~amd64"

diff --git a/sys-cluster/legion/legion-19.06.0.ebuild b/sys-cluster/legion/legion-19.06.0.ebuild
index 64588885357..3ff65e83c9c 100644
--- a/sys-cluster/legion/legion-19.06.0.ebuild
+++ b/sys-cluster/legion/legion-19.06.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,6 @@ HOMEPAGE="https://legion.stanford.edu/"
 if [[ $PV = 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
-	KEYWORDS=""
 else
 	SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
 	KEYWORDS="~amd64"

diff --git a/sys-cluster/legion/legion-9999.ebuild b/sys-cluster/legion/legion-9999.ebuild
index 64588885357..3ff65e83c9c 100644
--- a/sys-cluster/legion/legion-9999.ebuild
+++ b/sys-cluster/legion/legion-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,6 @@ HOMEPAGE="https://legion.stanford.edu/"
 if [[ $PV = 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
-	KEYWORDS=""
 else
 	SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
 	KEYWORDS="~amd64"


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/
@ 2021-04-03 15:44 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-04-03 15:44 UTC (permalink / raw
  To: gentoo-commits

commit:     9af63de30dbf72b557ccfa440ac666a1e2980d7d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  2 09:43:42 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  3 15:43:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af63de3

sys-cluster/legion: fix variable references

Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-cluster/legion/legion-17.05.0.ebuild | 2 +-
 sys-cluster/legion/legion-17.08.0.ebuild | 2 +-
 sys-cluster/legion/legion-17.10.0.ebuild | 2 +-
 sys-cluster/legion/legion-18.02.0.ebuild | 2 +-
 sys-cluster/legion/legion-18.05.0.ebuild | 2 +-
 sys-cluster/legion/legion-18.12.0.ebuild | 2 +-
 sys-cluster/legion/legion-19.06.0.ebuild | 2 +-
 sys-cluster/legion/legion-9999.ebuild    | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sys-cluster/legion/legion-17.05.0.ebuild b/sys-cluster/legion/legion-17.05.0.ebuild
index 877107e05d7..d54f220af2c 100644
--- a/sys-cluster/legion/legion-17.05.0.ebuild
+++ b/sys-cluster/legion/legion-17.05.0.ebuild
@@ -7,7 +7,7 @@ inherit cmake-utils
 
 DESCRIPTION="A data-centric parallel programming system"
 HOMEPAGE="https://legion.stanford.edu/"
-if [[ $PV = 9999 ]]; then
+if [[ ${PV} = 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
 else

diff --git a/sys-cluster/legion/legion-17.08.0.ebuild b/sys-cluster/legion/legion-17.08.0.ebuild
index 53146a74ea4..b2a4fc2de9c 100644
--- a/sys-cluster/legion/legion-17.08.0.ebuild
+++ b/sys-cluster/legion/legion-17.08.0.ebuild
@@ -7,7 +7,7 @@ inherit cmake-utils
 
 DESCRIPTION="A data-centric parallel programming system"
 HOMEPAGE="https://legion.stanford.edu/"
-if [[ $PV = 9999 ]]; then
+if [[ ${PV} = 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
 else

diff --git a/sys-cluster/legion/legion-17.10.0.ebuild b/sys-cluster/legion/legion-17.10.0.ebuild
index 53146a74ea4..b2a4fc2de9c 100644
--- a/sys-cluster/legion/legion-17.10.0.ebuild
+++ b/sys-cluster/legion/legion-17.10.0.ebuild
@@ -7,7 +7,7 @@ inherit cmake-utils
 
 DESCRIPTION="A data-centric parallel programming system"
 HOMEPAGE="https://legion.stanford.edu/"
-if [[ $PV = 9999 ]]; then
+if [[ ${PV} = 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
 else

diff --git a/sys-cluster/legion/legion-18.02.0.ebuild b/sys-cluster/legion/legion-18.02.0.ebuild
index 53146a74ea4..b2a4fc2de9c 100644
--- a/sys-cluster/legion/legion-18.02.0.ebuild
+++ b/sys-cluster/legion/legion-18.02.0.ebuild
@@ -7,7 +7,7 @@ inherit cmake-utils
 
 DESCRIPTION="A data-centric parallel programming system"
 HOMEPAGE="https://legion.stanford.edu/"
-if [[ $PV = 9999 ]]; then
+if [[ ${PV} = 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
 else

diff --git a/sys-cluster/legion/legion-18.05.0.ebuild b/sys-cluster/legion/legion-18.05.0.ebuild
index 3ff65e83c9c..c9eb5be36ea 100644
--- a/sys-cluster/legion/legion-18.05.0.ebuild
+++ b/sys-cluster/legion/legion-18.05.0.ebuild
@@ -7,7 +7,7 @@ inherit cmake-utils
 
 DESCRIPTION="A data-centric parallel programming system"
 HOMEPAGE="https://legion.stanford.edu/"
-if [[ $PV = 9999 ]]; then
+if [[ ${PV} = 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
 else

diff --git a/sys-cluster/legion/legion-18.12.0.ebuild b/sys-cluster/legion/legion-18.12.0.ebuild
index 3ff65e83c9c..c9eb5be36ea 100644
--- a/sys-cluster/legion/legion-18.12.0.ebuild
+++ b/sys-cluster/legion/legion-18.12.0.ebuild
@@ -7,7 +7,7 @@ inherit cmake-utils
 
 DESCRIPTION="A data-centric parallel programming system"
 HOMEPAGE="https://legion.stanford.edu/"
-if [[ $PV = 9999 ]]; then
+if [[ ${PV} = 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
 else

diff --git a/sys-cluster/legion/legion-19.06.0.ebuild b/sys-cluster/legion/legion-19.06.0.ebuild
index 3ff65e83c9c..c9eb5be36ea 100644
--- a/sys-cluster/legion/legion-19.06.0.ebuild
+++ b/sys-cluster/legion/legion-19.06.0.ebuild
@@ -7,7 +7,7 @@ inherit cmake-utils
 
 DESCRIPTION="A data-centric parallel programming system"
 HOMEPAGE="https://legion.stanford.edu/"
-if [[ $PV = 9999 ]]; then
+if [[ ${PV} = 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
 else

diff --git a/sys-cluster/legion/legion-9999.ebuild b/sys-cluster/legion/legion-9999.ebuild
index 3ff65e83c9c..c9eb5be36ea 100644
--- a/sys-cluster/legion/legion-9999.ebuild
+++ b/sys-cluster/legion/legion-9999.ebuild
@@ -7,7 +7,7 @@ inherit cmake-utils
 
 DESCRIPTION="A data-centric parallel programming system"
 HOMEPAGE="https://legion.stanford.edu/"
-if [[ $PV = 9999 ]]; then
+if [[ ${PV} = 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
 else


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/
@ 2021-10-29 22:44 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-10-29 22:44 UTC (permalink / raw
  To: gentoo-commits

commit:     ac398431d5c1ef8d5e237d2cd47c1b4a867c526a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 29 22:39:10 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 22:43:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac398431

sys-cluster/legion: add hwloc subslot operator

Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...-16.08.0-r1.ebuild => legion-16.08.0-r2.ebuild} |  5 +--
 ...ion-16.10.0.ebuild => legion-16.10.0-r1.ebuild} |  5 +--
 ...ion-17.02.0.ebuild => legion-17.02.0-r1.ebuild} |  5 +--
 ...ion-17.05.0.ebuild => legion-17.05.0-r1.ebuild} |  3 +-
 ...ion-17.08.0.ebuild => legion-17.08.0-r1.ebuild} |  3 +-
 ...ion-17.10.0.ebuild => legion-17.10.0-r1.ebuild} |  3 +-
 ...ion-18.02.0.ebuild => legion-18.02.0-r1.ebuild} |  3 +-
 ...ion-18.05.0.ebuild => legion-18.05.0-r1.ebuild} |  3 +-
 ...ion-17.08.0.ebuild => legion-18.12.0-r1.ebuild} |  3 +-
 sys-cluster/legion/legion-18.12.0.ebuild           | 40 ----------------------
 ...ion-17.08.0.ebuild => legion-19.06.0-r1.ebuild} |  3 +-
 sys-cluster/legion/legion-19.06.0.ebuild           | 40 ----------------------
 sys-cluster/legion/legion-9999.ebuild              |  3 +-
 13 files changed, 25 insertions(+), 94 deletions(-)

diff --git a/sys-cluster/legion/legion-16.08.0-r1.ebuild b/sys-cluster/legion/legion-16.08.0-r2.ebuild
similarity index 90%
rename from sys-cluster/legion/legion-16.08.0-r1.ebuild
rename to sys-cluster/legion/legion-16.08.0-r2.ebuild
index c785d40df28..7295a5f41e4 100644
--- a/sys-cluster/legion/legion-16.08.0-r1.ebuild
+++ b/sys-cluster/legion/legion-16.08.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,8 +16,9 @@ IUSE="gasnet +hwloc"
 
 DEPEND="
 	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
-	hwloc? ( sys-apps/hwloc )
+	hwloc? ( sys-apps/hwloc:= )
 	"
+RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${PN}-${P}"
 

diff --git a/sys-cluster/legion/legion-16.10.0.ebuild b/sys-cluster/legion/legion-16.10.0-r1.ebuild
similarity index 87%
rename from sys-cluster/legion/legion-16.10.0.ebuild
rename to sys-cluster/legion/legion-16.10.0-r1.ebuild
index 6ed64ffe46d..50372479f2c 100644
--- a/sys-cluster/legion/legion-16.10.0.ebuild
+++ b/sys-cluster/legion/legion-16.10.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,8 +16,9 @@ IUSE="gasnet +hwloc"
 
 DEPEND="
 	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
-	hwloc? ( sys-apps/hwloc )
+	hwloc? ( sys-apps/hwloc:= )
 	"
+RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${PN}-${P}"
 

diff --git a/sys-cluster/legion/legion-17.02.0.ebuild b/sys-cluster/legion/legion-17.02.0-r1.ebuild
similarity index 88%
rename from sys-cluster/legion/legion-17.02.0.ebuild
rename to sys-cluster/legion/legion-17.02.0-r1.ebuild
index 415747a8aa6..4ab8ed801e4 100644
--- a/sys-cluster/legion/legion-17.02.0.ebuild
+++ b/sys-cluster/legion/legion-17.02.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,8 +16,9 @@ IUSE="gasnet +hwloc"
 
 DEPEND="
 	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
-	hwloc? ( sys-apps/hwloc )
+	hwloc? ( sys-apps/hwloc:= )
 	"
+RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${PN}-${P}"
 

diff --git a/sys-cluster/legion/legion-17.05.0.ebuild b/sys-cluster/legion/legion-17.05.0-r1.ebuild
similarity index 94%
rename from sys-cluster/legion/legion-17.05.0.ebuild
rename to sys-cluster/legion/legion-17.05.0-r1.ebuild
index d54f220af2c..0746074ce71 100644
--- a/sys-cluster/legion/legion-17.05.0.ebuild
+++ b/sys-cluster/legion/legion-17.05.0-r1.ebuild
@@ -22,8 +22,9 @@ IUSE="gasnet +hwloc"
 
 DEPEND="
 	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
-	hwloc? ( sys-apps/hwloc )
+	hwloc? ( sys-apps/hwloc:= )
 	"
+RDEPEND="${DEPEND}"
 
 src_configure() {
 	mycmakeargs=(

diff --git a/sys-cluster/legion/legion-17.08.0.ebuild b/sys-cluster/legion/legion-17.08.0-r1.ebuild
similarity index 94%
copy from sys-cluster/legion/legion-17.08.0.ebuild
copy to sys-cluster/legion/legion-17.08.0-r1.ebuild
index b2a4fc2de9c..c883f98f82d 100644
--- a/sys-cluster/legion/legion-17.08.0.ebuild
+++ b/sys-cluster/legion/legion-17.08.0-r1.ebuild
@@ -23,8 +23,9 @@ RESTRICT="!test? ( test )"
 
 DEPEND="
 	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
-	hwloc? ( sys-apps/hwloc )
+	hwloc? ( sys-apps/hwloc:= )
 	"
+RDEPEND="${DEPEND}"
 
 src_configure() {
 	mycmakeargs=(

diff --git a/sys-cluster/legion/legion-17.10.0.ebuild b/sys-cluster/legion/legion-17.10.0-r1.ebuild
similarity index 94%
rename from sys-cluster/legion/legion-17.10.0.ebuild
rename to sys-cluster/legion/legion-17.10.0-r1.ebuild
index b2a4fc2de9c..c883f98f82d 100644
--- a/sys-cluster/legion/legion-17.10.0.ebuild
+++ b/sys-cluster/legion/legion-17.10.0-r1.ebuild
@@ -23,8 +23,9 @@ RESTRICT="!test? ( test )"
 
 DEPEND="
 	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
-	hwloc? ( sys-apps/hwloc )
+	hwloc? ( sys-apps/hwloc:= )
 	"
+RDEPEND="${DEPEND}"
 
 src_configure() {
 	mycmakeargs=(

diff --git a/sys-cluster/legion/legion-18.02.0.ebuild b/sys-cluster/legion/legion-18.02.0-r1.ebuild
similarity index 94%
rename from sys-cluster/legion/legion-18.02.0.ebuild
rename to sys-cluster/legion/legion-18.02.0-r1.ebuild
index b2a4fc2de9c..c883f98f82d 100644
--- a/sys-cluster/legion/legion-18.02.0.ebuild
+++ b/sys-cluster/legion/legion-18.02.0-r1.ebuild
@@ -23,8 +23,9 @@ RESTRICT="!test? ( test )"
 
 DEPEND="
 	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
-	hwloc? ( sys-apps/hwloc )
+	hwloc? ( sys-apps/hwloc:= )
 	"
+RDEPEND="${DEPEND}"
 
 src_configure() {
 	mycmakeargs=(

diff --git a/sys-cluster/legion/legion-18.05.0.ebuild b/sys-cluster/legion/legion-18.05.0-r1.ebuild
similarity index 94%
rename from sys-cluster/legion/legion-18.05.0.ebuild
rename to sys-cluster/legion/legion-18.05.0-r1.ebuild
index c9eb5be36ea..bc5ad7cee85 100644
--- a/sys-cluster/legion/legion-18.05.0.ebuild
+++ b/sys-cluster/legion/legion-18.05.0-r1.ebuild
@@ -23,8 +23,9 @@ RESTRICT="!test? ( test )"
 
 DEPEND="
 	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
-	hwloc? ( <sys-apps/hwloc-2 )
+	hwloc? ( <sys-apps/hwloc-2:= )
 	"
+RDEPEND="${DEPEND}"
 
 src_configure() {
 	mycmakeargs=(

diff --git a/sys-cluster/legion/legion-17.08.0.ebuild b/sys-cluster/legion/legion-18.12.0-r1.ebuild
similarity index 94%
copy from sys-cluster/legion/legion-17.08.0.ebuild
copy to sys-cluster/legion/legion-18.12.0-r1.ebuild
index b2a4fc2de9c..bc5ad7cee85 100644
--- a/sys-cluster/legion/legion-17.08.0.ebuild
+++ b/sys-cluster/legion/legion-18.12.0-r1.ebuild
@@ -23,8 +23,9 @@ RESTRICT="!test? ( test )"
 
 DEPEND="
 	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
-	hwloc? ( sys-apps/hwloc )
+	hwloc? ( <sys-apps/hwloc-2:= )
 	"
+RDEPEND="${DEPEND}"
 
 src_configure() {
 	mycmakeargs=(

diff --git a/sys-cluster/legion/legion-18.12.0.ebuild b/sys-cluster/legion/legion-18.12.0.ebuild
deleted file mode 100644
index c9eb5be36ea..00000000000
--- a/sys-cluster/legion/legion-18.12.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="A data-centric parallel programming system"
-HOMEPAGE="https://legion.stanford.edu/"
-if [[ ${PV} = 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
-else
-	SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}-${P}"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="gasnet +hwloc test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
-	hwloc? ( <sys-apps/hwloc-2 )
-	"
-
-src_configure() {
-	mycmakeargs=(
-		-DLegion_USE_HWLOC=$(usex hwloc)
-		-DLegion_USE_GASNet=$(usex gasnet)
-		-DLegion_ENABLE_TESTING=$(usex test)
-		-DBUILD_SHARED_LIBS=ON
-		-DLegion_BUILD_EXAMPLES=ON
-		-DLegion_BUILD_TESTS=ON
-		-DLegion_BUILD_TUTORIAL=ON
-	)
-	cmake-utils_src_configure
-}

diff --git a/sys-cluster/legion/legion-17.08.0.ebuild b/sys-cluster/legion/legion-19.06.0-r1.ebuild
similarity index 94%
rename from sys-cluster/legion/legion-17.08.0.ebuild
rename to sys-cluster/legion/legion-19.06.0-r1.ebuild
index b2a4fc2de9c..bc5ad7cee85 100644
--- a/sys-cluster/legion/legion-17.08.0.ebuild
+++ b/sys-cluster/legion/legion-19.06.0-r1.ebuild
@@ -23,8 +23,9 @@ RESTRICT="!test? ( test )"
 
 DEPEND="
 	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
-	hwloc? ( sys-apps/hwloc )
+	hwloc? ( <sys-apps/hwloc-2:= )
 	"
+RDEPEND="${DEPEND}"
 
 src_configure() {
 	mycmakeargs=(

diff --git a/sys-cluster/legion/legion-19.06.0.ebuild b/sys-cluster/legion/legion-19.06.0.ebuild
deleted file mode 100644
index c9eb5be36ea..00000000000
--- a/sys-cluster/legion/legion-19.06.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="A data-centric parallel programming system"
-HOMEPAGE="https://legion.stanford.edu/"
-if [[ ${PV} = 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
-else
-	SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}-${P}"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="gasnet +hwloc test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
-	hwloc? ( <sys-apps/hwloc-2 )
-	"
-
-src_configure() {
-	mycmakeargs=(
-		-DLegion_USE_HWLOC=$(usex hwloc)
-		-DLegion_USE_GASNet=$(usex gasnet)
-		-DLegion_ENABLE_TESTING=$(usex test)
-		-DBUILD_SHARED_LIBS=ON
-		-DLegion_BUILD_EXAMPLES=ON
-		-DLegion_BUILD_TESTS=ON
-		-DLegion_BUILD_TUTORIAL=ON
-	)
-	cmake-utils_src_configure
-}

diff --git a/sys-cluster/legion/legion-9999.ebuild b/sys-cluster/legion/legion-9999.ebuild
index c9eb5be36ea..bc5ad7cee85 100644
--- a/sys-cluster/legion/legion-9999.ebuild
+++ b/sys-cluster/legion/legion-9999.ebuild
@@ -23,8 +23,9 @@ RESTRICT="!test? ( test )"
 
 DEPEND="
 	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
-	hwloc? ( <sys-apps/hwloc-2 )
+	hwloc? ( <sys-apps/hwloc-2:= )
 	"
+RDEPEND="${DEPEND}"
 
 src_configure() {
 	mycmakeargs=(


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/
@ 2021-12-26  3:41 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-12-26  3:41 UTC (permalink / raw
  To: gentoo-commits

commit:     72fc7e4e490df50f470b12af8b4e6dd4735487b2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 26 03:33:21 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 26 03:38:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72fc7e4e

sys-cluster/legion: tidy up

CMake sets the shared libs bits for us and let's
make use of Bashisms.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-cluster/legion/legion-21.09.0.ebuild | 9 +++++----
 sys-cluster/legion/legion-9999.ebuild    | 9 +++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/sys-cluster/legion/legion-21.09.0.ebuild b/sys-cluster/legion/legion-21.09.0.ebuild
index 9487e8eb0a59..a271def3a1d2 100644
--- a/sys-cluster/legion/legion-21.09.0.ebuild
+++ b/sys-cluster/legion/legion-21.09.0.ebuild
@@ -7,13 +7,14 @@ inherit cmake
 
 DESCRIPTION="A data-centric parallel programming system"
 HOMEPAGE="https://legion.stanford.edu/"
-if [[ ${PV} = 9999 ]]; then
+if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
 else
 	SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
+	S="${WORKDIR}"/${PN}-${P}
+
 	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}-${P}"
 fi
 
 LICENSE="BSD"
@@ -29,14 +30,14 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_configure() {
-	mycmakeargs=(
+	local mycmakeargs=(
 		-DLegion_USE_HWLOC=$(usex hwloc)
 		-DLegion_USE_GASNet=$(usex gasnet)
 		-DLegion_ENABLE_TESTING=$(usex test)
-		-DBUILD_SHARED_LIBS=ON
 		-DLegion_BUILD_EXAMPLES=ON
 		-DLegion_BUILD_TESTS=ON
 		-DLegion_BUILD_TUTORIAL=ON
 	)
+
 	cmake_src_configure
 }

diff --git a/sys-cluster/legion/legion-9999.ebuild b/sys-cluster/legion/legion-9999.ebuild
index 9487e8eb0a59..a271def3a1d2 100644
--- a/sys-cluster/legion/legion-9999.ebuild
+++ b/sys-cluster/legion/legion-9999.ebuild
@@ -7,13 +7,14 @@ inherit cmake
 
 DESCRIPTION="A data-centric parallel programming system"
 HOMEPAGE="https://legion.stanford.edu/"
-if [[ ${PV} = 9999 ]]; then
+if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
 else
 	SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
+	S="${WORKDIR}"/${PN}-${P}
+
 	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}-${P}"
 fi
 
 LICENSE="BSD"
@@ -29,14 +30,14 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_configure() {
-	mycmakeargs=(
+	local mycmakeargs=(
 		-DLegion_USE_HWLOC=$(usex hwloc)
 		-DLegion_USE_GASNet=$(usex gasnet)
 		-DLegion_ENABLE_TESTING=$(usex test)
-		-DBUILD_SHARED_LIBS=ON
 		-DLegion_BUILD_EXAMPLES=ON
 		-DLegion_BUILD_TESTS=ON
 		-DLegion_BUILD_TUTORIAL=ON
 	)
+
 	cmake_src_configure
 }


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/
@ 2021-12-26  3:41 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-12-26  3:41 UTC (permalink / raw
  To: gentoo-commits

commit:     17d0fa1ac3c182c3f17880a3ea50cda1b16f2476
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 26 03:24:54 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 26 03:25:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d0fa1a

sys-cluster/legion: disable hwloc by default

Doesn't build with newer versions right now and it looks like
(not being an expert in cluster stuff at all, to be fair)
hwloc isn't super important here from the upstream comments
(there's alternatives available which are used by default).

Bug: https://github.com/StanfordLegion/legion/issues/575
Bug: https://bugs.gentoo.org/796128
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-cluster/legion/legion-16.08.0-r2.ebuild | 2 +-
 sys-cluster/legion/legion-16.10.0-r1.ebuild | 2 +-
 sys-cluster/legion/legion-17.02.0-r1.ebuild | 2 +-
 sys-cluster/legion/legion-17.05.0-r1.ebuild | 2 +-
 sys-cluster/legion/legion-17.08.0-r1.ebuild | 2 +-
 sys-cluster/legion/legion-17.10.0-r1.ebuild | 2 +-
 sys-cluster/legion/legion-18.02.0-r1.ebuild | 2 +-
 sys-cluster/legion/legion-18.05.0-r1.ebuild | 2 +-
 sys-cluster/legion/legion-18.12.0-r1.ebuild | 2 +-
 sys-cluster/legion/legion-19.06.0-r1.ebuild | 2 +-
 sys-cluster/legion/legion-9999.ebuild       | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/sys-cluster/legion/legion-16.08.0-r2.ebuild b/sys-cluster/legion/legion-16.08.0-r2.ebuild
index 7295a5f41e45..5daaca5581f2 100644
--- a/sys-cluster/legion/legion-16.08.0-r2.ebuild
+++ b/sys-cluster/legion/legion-16.08.0-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="gasnet +hwloc"
+IUSE="gasnet hwloc"
 
 DEPEND="
 	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )

diff --git a/sys-cluster/legion/legion-16.10.0-r1.ebuild b/sys-cluster/legion/legion-16.10.0-r1.ebuild
index 50372479f2c9..0d5b3d41f7a5 100644
--- a/sys-cluster/legion/legion-16.10.0-r1.ebuild
+++ b/sys-cluster/legion/legion-16.10.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="gasnet +hwloc"
+IUSE="gasnet hwloc"
 
 DEPEND="
 	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )

diff --git a/sys-cluster/legion/legion-17.02.0-r1.ebuild b/sys-cluster/legion/legion-17.02.0-r1.ebuild
index 4ab8ed801e4e..5e126856c936 100644
--- a/sys-cluster/legion/legion-17.02.0-r1.ebuild
+++ b/sys-cluster/legion/legion-17.02.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="gasnet +hwloc"
+IUSE="gasnet hwloc"
 
 DEPEND="
 	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )

diff --git a/sys-cluster/legion/legion-17.05.0-r1.ebuild b/sys-cluster/legion/legion-17.05.0-r1.ebuild
index 0746074ce71d..59a7f7771c6d 100644
--- a/sys-cluster/legion/legion-17.05.0-r1.ebuild
+++ b/sys-cluster/legion/legion-17.05.0-r1.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="gasnet +hwloc"
+IUSE="gasnet hwloc"
 
 DEPEND="
 	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )

diff --git a/sys-cluster/legion/legion-17.08.0-r1.ebuild b/sys-cluster/legion/legion-17.08.0-r1.ebuild
index c883f98f82d2..a1204f389489 100644
--- a/sys-cluster/legion/legion-17.08.0-r1.ebuild
+++ b/sys-cluster/legion/legion-17.08.0-r1.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="gasnet +hwloc test"
+IUSE="gasnet hwloc test"
 RESTRICT="!test? ( test )"
 
 DEPEND="

diff --git a/sys-cluster/legion/legion-17.10.0-r1.ebuild b/sys-cluster/legion/legion-17.10.0-r1.ebuild
index c883f98f82d2..a1204f389489 100644
--- a/sys-cluster/legion/legion-17.10.0-r1.ebuild
+++ b/sys-cluster/legion/legion-17.10.0-r1.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="gasnet +hwloc test"
+IUSE="gasnet hwloc test"
 RESTRICT="!test? ( test )"
 
 DEPEND="

diff --git a/sys-cluster/legion/legion-18.02.0-r1.ebuild b/sys-cluster/legion/legion-18.02.0-r1.ebuild
index c883f98f82d2..a1204f389489 100644
--- a/sys-cluster/legion/legion-18.02.0-r1.ebuild
+++ b/sys-cluster/legion/legion-18.02.0-r1.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="gasnet +hwloc test"
+IUSE="gasnet hwloc test"
 RESTRICT="!test? ( test )"
 
 DEPEND="

diff --git a/sys-cluster/legion/legion-18.05.0-r1.ebuild b/sys-cluster/legion/legion-18.05.0-r1.ebuild
index bc5ad7cee85d..11c9707d3cfc 100644
--- a/sys-cluster/legion/legion-18.05.0-r1.ebuild
+++ b/sys-cluster/legion/legion-18.05.0-r1.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="gasnet +hwloc test"
+IUSE="gasnet hwloc test"
 RESTRICT="!test? ( test )"
 
 DEPEND="

diff --git a/sys-cluster/legion/legion-18.12.0-r1.ebuild b/sys-cluster/legion/legion-18.12.0-r1.ebuild
index bc5ad7cee85d..11c9707d3cfc 100644
--- a/sys-cluster/legion/legion-18.12.0-r1.ebuild
+++ b/sys-cluster/legion/legion-18.12.0-r1.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="gasnet +hwloc test"
+IUSE="gasnet hwloc test"
 RESTRICT="!test? ( test )"
 
 DEPEND="

diff --git a/sys-cluster/legion/legion-19.06.0-r1.ebuild b/sys-cluster/legion/legion-19.06.0-r1.ebuild
index bc5ad7cee85d..11c9707d3cfc 100644
--- a/sys-cluster/legion/legion-19.06.0-r1.ebuild
+++ b/sys-cluster/legion/legion-19.06.0-r1.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="gasnet +hwloc test"
+IUSE="gasnet hwloc test"
 RESTRICT="!test? ( test )"
 
 DEPEND="

diff --git a/sys-cluster/legion/legion-9999.ebuild b/sys-cluster/legion/legion-9999.ebuild
index bc5ad7cee85d..11c9707d3cfc 100644
--- a/sys-cluster/legion/legion-9999.ebuild
+++ b/sys-cluster/legion/legion-9999.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="gasnet +hwloc test"
+IUSE="gasnet hwloc test"
 RESTRICT="!test? ( test )"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/
@ 2021-12-26  3:41 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-12-26  3:41 UTC (permalink / raw
  To: gentoo-commits

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
 }


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/
@ 2021-12-26  3:49 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-12-26  3:49 UTC (permalink / raw
  To: gentoo-commits

commit:     324823e1503875868dc4b98090eaf50142a6f516
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 26 03:49:01 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 26 03:49:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=324823e1

sys-cluster/legion: examples need MPI

Closes: https://bugs.gentoo.org/821424
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{legion-21.09.0.ebuild => legion-21.09.0-r1.ebuild}       | 11 +++++------
 sys-cluster/legion/legion-9999.ebuild                         | 11 +++++------
 2 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/sys-cluster/legion/legion-21.09.0.ebuild b/sys-cluster/legion/legion-21.09.0-r1.ebuild
similarity index 81%
rename from sys-cluster/legion/legion-21.09.0.ebuild
rename to sys-cluster/legion/legion-21.09.0-r1.ebuild
index a271def3a1d2..55c79a8cda25 100644
--- a/sys-cluster/legion/legion-21.09.0.ebuild
+++ b/sys-cluster/legion/legion-21.09.0-r1.ebuild
@@ -19,14 +19,13 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="gasnet hwloc test"
+IUSE="examples gasnet hwloc test"
 RESTRICT="!test? ( test )"
 
-DEPEND="
+# See bug #821424 for examples/mpi
+DEPEND="examples? ( virtual/mpi[cxx] )
 	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
-	hwloc? ( <sys-apps/hwloc-2:= )
-"
-
+	hwloc? ( <sys-apps/hwloc-2:= )"
 RDEPEND="${DEPEND}"
 
 src_configure() {
@@ -34,7 +33,7 @@ src_configure() {
 		-DLegion_USE_HWLOC=$(usex hwloc)
 		-DLegion_USE_GASNet=$(usex gasnet)
 		-DLegion_ENABLE_TESTING=$(usex test)
-		-DLegion_BUILD_EXAMPLES=ON
+		-DLegion_BUILD_EXAMPLES=$(usex examples)
 		-DLegion_BUILD_TESTS=ON
 		-DLegion_BUILD_TUTORIAL=ON
 	)

diff --git a/sys-cluster/legion/legion-9999.ebuild b/sys-cluster/legion/legion-9999.ebuild
index a271def3a1d2..55c79a8cda25 100644
--- a/sys-cluster/legion/legion-9999.ebuild
+++ b/sys-cluster/legion/legion-9999.ebuild
@@ -19,14 +19,13 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="gasnet hwloc test"
+IUSE="examples gasnet hwloc test"
 RESTRICT="!test? ( test )"
 
-DEPEND="
+# See bug #821424 for examples/mpi
+DEPEND="examples? ( virtual/mpi[cxx] )
 	gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
-	hwloc? ( <sys-apps/hwloc-2:= )
-"
-
+	hwloc? ( <sys-apps/hwloc-2:= )"
 RDEPEND="${DEPEND}"
 
 src_configure() {
@@ -34,7 +33,7 @@ src_configure() {
 		-DLegion_USE_HWLOC=$(usex hwloc)
 		-DLegion_USE_GASNet=$(usex gasnet)
 		-DLegion_ENABLE_TESTING=$(usex test)
-		-DLegion_BUILD_EXAMPLES=ON
+		-DLegion_BUILD_EXAMPLES=$(usex examples)
 		-DLegion_BUILD_TESTS=ON
 		-DLegion_BUILD_TUTORIAL=ON
 	)


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/
@ 2024-03-29  2:28 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2024-03-29  2:28 UTC (permalink / raw
  To: gentoo-commits

commit:     39eca52d93521a58c4205411d4ab11eca1cb1756
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Thu Mar 28 06:08:42 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 29 02:28:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39eca52d

sys-cluster/legion: remove conceptually invalid repository clone url

This clearly wasn't tested (or else it was a cunning form of troll) to
list the primary clone url as git://directoryname/reponame.git given
that the directory name "StanfordLegion" is not a valid hostname or IP
address.

If I had to hazard the wildest of wild guesses as to what this was
intended to do, it was intended to allow cloning from github.com over
your choice of git:// or https:// protocols. Which leaves open the
alternative question "why in G-ds name...".

In any case, it doesn't matter since github hasn't offered git://
support for quite some time, so even if it worked, it wouldn't work.
This change was made by github for the same reason that portage scolds
you for using it:

 * git-r3: git protocol is completely insecure and may render the ebuild
 * easily susceptible to MITM attacks (even if used only as fallback). Please
 * use https instead.

Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-cluster/legion/legion-21.09.0-r1.ebuild | 2 +-
 sys-cluster/legion/legion-23.03.0.ebuild    | 2 +-
 sys-cluster/legion/legion-9999.ebuild       | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/legion/legion-21.09.0-r1.ebuild b/sys-cluster/legion/legion-21.09.0-r1.ebuild
index 55c79a8cda25..8a7849ea2d4e 100644
--- a/sys-cluster/legion/legion-21.09.0-r1.ebuild
+++ b/sys-cluster/legion/legion-21.09.0-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="A data-centric parallel programming system"
 HOMEPAGE="https://legion.stanford.edu/"
 if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
-	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
+	EGIT_REPO_URI="https://github.com/StanfordLegion/${PN}.git"
 else
 	SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
 	S="${WORKDIR}"/${PN}-${P}

diff --git a/sys-cluster/legion/legion-23.03.0.ebuild b/sys-cluster/legion/legion-23.03.0.ebuild
index 95cdbf4b0a3c..bc099c90fc81 100644
--- a/sys-cluster/legion/legion-23.03.0.ebuild
+++ b/sys-cluster/legion/legion-23.03.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="A data-centric parallel programming system"
 HOMEPAGE="https://legion.stanford.edu/"
 if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
-	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
+	EGIT_REPO_URI="https://github.com/StanfordLegion/${PN}.git"
 else
 	SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
 	S="${WORKDIR}"/${PN}-${P}

diff --git a/sys-cluster/legion/legion-9999.ebuild b/sys-cluster/legion/legion-9999.ebuild
index 55c79a8cda25..0857561f4b4a 100644
--- a/sys-cluster/legion/legion-9999.ebuild
+++ b/sys-cluster/legion/legion-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ DESCRIPTION="A data-centric parallel programming system"
 HOMEPAGE="https://legion.stanford.edu/"
 if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
-	EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
+	EGIT_REPO_URI="https://github.com/StanfordLegion/${PN}.git"
 else
 	SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
 	S="${WORKDIR}"/${PN}-${P}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/
@ 2024-03-29  2:28 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2024-03-29  2:28 UTC (permalink / raw
  To: gentoo-commits

commit:     8a06e29b72c23a556efa9cd44ca232bf9d3f16e5
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Thu Mar 28 06:47:53 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 29 02:28:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a06e29b

sys-cluster/legion: mark as LTO-unsafe

Intentionally omitted from live ebuild since it works in git master.

Closes: https://bugs.gentoo.org/863731
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-cluster/legion/legion-21.09.0-r1.ebuild | 7 ++++++-
 sys-cluster/legion/legion-23.03.0.ebuild    | 7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/legion/legion-21.09.0-r1.ebuild b/sys-cluster/legion/legion-21.09.0-r1.ebuild
index 188222290cd2..de37914d7dbb 100644
--- a/sys-cluster/legion/legion-21.09.0-r1.ebuild
+++ b/sys-cluster/legion/legion-21.09.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake
+inherit cmake flag-o-matic
 
 DESCRIPTION="A data-centric parallel programming system"
 HOMEPAGE="https://legion.stanford.edu/"
@@ -29,6 +29,11 @@ DEPEND="examples? ( virtual/mpi[cxx] )
 RDEPEND="${DEPEND}"
 
 src_configure() {
+	# -Werror=odr
+	# https://bugs.gentoo.org/863731
+	# Fixed upstream / in live ebuild.
+	filter-lto
+
 	local mycmakeargs=(
 		-DLegion_USE_HWLOC=$(usex hwloc)
 		-DLegion_USE_GASNet=$(usex gasnet)

diff --git a/sys-cluster/legion/legion-23.03.0.ebuild b/sys-cluster/legion/legion-23.03.0.ebuild
index eba0f71162d1..55259ad9c9a6 100644
--- a/sys-cluster/legion/legion-23.03.0.ebuild
+++ b/sys-cluster/legion/legion-23.03.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake
+inherit cmake flag-o-matic
 
 DESCRIPTION="A data-centric parallel programming system"
 HOMEPAGE="https://legion.stanford.edu/"
@@ -34,6 +34,11 @@ PATCHES=(
 )
 
 src_configure() {
+	# -Werror=odr
+	# https://bugs.gentoo.org/863731
+	# Fixed upstream / in live ebuild.
+	filter-lto
+
 	local mycmakeargs=(
 		-DLegion_USE_HWLOC=$(usex hwloc)
 		-DLegion_USE_GASNet=$(usex gasnet)


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/
@ 2024-03-29  2:28 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2024-03-29  2:28 UTC (permalink / raw
  To: gentoo-commits

commit:     551342e947332aa9abf2fec4b9a3b8009abbce4a
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Thu Mar 28 06:43:22 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 29 02:28:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=551342e9

sys-cluster/legion: use the literal repository name in urls

It is considered bad style in ::gentoo to use variable replacements in
url fields, since it prevents copy/pasting from the file without first
running a bash parser. It's okay for tarball name and for the version,
but this was the repository base url

Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-cluster/legion/legion-21.09.0-r1.ebuild | 6 +++---
 sys-cluster/legion/legion-23.03.0.ebuild    | 6 +++---
 sys-cluster/legion/legion-9999.ebuild       | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sys-cluster/legion/legion-21.09.0-r1.ebuild b/sys-cluster/legion/legion-21.09.0-r1.ebuild
index 8a7849ea2d4e..188222290cd2 100644
--- a/sys-cluster/legion/legion-21.09.0-r1.ebuild
+++ b/sys-cluster/legion/legion-21.09.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,9 +9,9 @@ DESCRIPTION="A data-centric parallel programming system"
 HOMEPAGE="https://legion.stanford.edu/"
 if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
-	EGIT_REPO_URI="https://github.com/StanfordLegion/${PN}.git"
+	EGIT_REPO_URI="https://github.com/StanfordLegion/legion.git"
 else
-	SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
+	SRC_URI="https://github.com/StanfordLegion/legion/archive/${P}.tar.gz"
 	S="${WORKDIR}"/${PN}-${P}
 
 	KEYWORDS="~amd64"

diff --git a/sys-cluster/legion/legion-23.03.0.ebuild b/sys-cluster/legion/legion-23.03.0.ebuild
index bc099c90fc81..eba0f71162d1 100644
--- a/sys-cluster/legion/legion-23.03.0.ebuild
+++ b/sys-cluster/legion/legion-23.03.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,9 +9,9 @@ DESCRIPTION="A data-centric parallel programming system"
 HOMEPAGE="https://legion.stanford.edu/"
 if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
-	EGIT_REPO_URI="https://github.com/StanfordLegion/${PN}.git"
+	EGIT_REPO_URI="https://github.com/StanfordLegion/legion.git"
 else
-	SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
+	SRC_URI="https://github.com/StanfordLegion/legion/archive/${P}.tar.gz"
 	S="${WORKDIR}"/${PN}-${P}
 
 	KEYWORDS="~amd64"

diff --git a/sys-cluster/legion/legion-9999.ebuild b/sys-cluster/legion/legion-9999.ebuild
index 0857561f4b4a..188222290cd2 100644
--- a/sys-cluster/legion/legion-9999.ebuild
+++ b/sys-cluster/legion/legion-9999.ebuild
@@ -9,9 +9,9 @@ DESCRIPTION="A data-centric parallel programming system"
 HOMEPAGE="https://legion.stanford.edu/"
 if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
-	EGIT_REPO_URI="https://github.com/StanfordLegion/${PN}.git"
+	EGIT_REPO_URI="https://github.com/StanfordLegion/legion.git"
 else
-	SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
+	SRC_URI="https://github.com/StanfordLegion/legion/archive/${P}.tar.gz"
 	S="${WORKDIR}"/${PN}-${P}
 
 	KEYWORDS="~amd64"


^ permalink raw reply related	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2024-03-29  2:29 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-26 22:09 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/ Christoph Junghans
  -- strict thread matches above, loose matches on Subject: below --
2024-03-29  2:28 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-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-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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox