Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/
Date: Sat, 03 Apr 2021 15:44:48
Message-Id: 1617464635.9af63de30dbf72b557ccfa440ac666a1e2980d7d.sam@gentoo
1 commit: 9af63de30dbf72b557ccfa440ac666a1e2980d7d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 09:43:42 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 3 15:43:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af63de3
7
8 sys-cluster/legion: fix variable references
9
10 Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sys-cluster/legion/legion-17.05.0.ebuild | 2 +-
14 sys-cluster/legion/legion-17.08.0.ebuild | 2 +-
15 sys-cluster/legion/legion-17.10.0.ebuild | 2 +-
16 sys-cluster/legion/legion-18.02.0.ebuild | 2 +-
17 sys-cluster/legion/legion-18.05.0.ebuild | 2 +-
18 sys-cluster/legion/legion-18.12.0.ebuild | 2 +-
19 sys-cluster/legion/legion-19.06.0.ebuild | 2 +-
20 sys-cluster/legion/legion-9999.ebuild | 2 +-
21 8 files changed, 8 insertions(+), 8 deletions(-)
22
23 diff --git a/sys-cluster/legion/legion-17.05.0.ebuild b/sys-cluster/legion/legion-17.05.0.ebuild
24 index 877107e05d7..d54f220af2c 100644
25 --- a/sys-cluster/legion/legion-17.05.0.ebuild
26 +++ b/sys-cluster/legion/legion-17.05.0.ebuild
27 @@ -7,7 +7,7 @@ inherit cmake-utils
28
29 DESCRIPTION="A data-centric parallel programming system"
30 HOMEPAGE="https://legion.stanford.edu/"
31 -if [[ $PV = 9999 ]]; then
32 +if [[ ${PV} = 9999 ]]; then
33 inherit git-r3
34 EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
35 else
36
37 diff --git a/sys-cluster/legion/legion-17.08.0.ebuild b/sys-cluster/legion/legion-17.08.0.ebuild
38 index 53146a74ea4..b2a4fc2de9c 100644
39 --- a/sys-cluster/legion/legion-17.08.0.ebuild
40 +++ b/sys-cluster/legion/legion-17.08.0.ebuild
41 @@ -7,7 +7,7 @@ inherit cmake-utils
42
43 DESCRIPTION="A data-centric parallel programming system"
44 HOMEPAGE="https://legion.stanford.edu/"
45 -if [[ $PV = 9999 ]]; then
46 +if [[ ${PV} = 9999 ]]; then
47 inherit git-r3
48 EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
49 else
50
51 diff --git a/sys-cluster/legion/legion-17.10.0.ebuild b/sys-cluster/legion/legion-17.10.0.ebuild
52 index 53146a74ea4..b2a4fc2de9c 100644
53 --- a/sys-cluster/legion/legion-17.10.0.ebuild
54 +++ b/sys-cluster/legion/legion-17.10.0.ebuild
55 @@ -7,7 +7,7 @@ inherit cmake-utils
56
57 DESCRIPTION="A data-centric parallel programming system"
58 HOMEPAGE="https://legion.stanford.edu/"
59 -if [[ $PV = 9999 ]]; then
60 +if [[ ${PV} = 9999 ]]; then
61 inherit git-r3
62 EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
63 else
64
65 diff --git a/sys-cluster/legion/legion-18.02.0.ebuild b/sys-cluster/legion/legion-18.02.0.ebuild
66 index 53146a74ea4..b2a4fc2de9c 100644
67 --- a/sys-cluster/legion/legion-18.02.0.ebuild
68 +++ b/sys-cluster/legion/legion-18.02.0.ebuild
69 @@ -7,7 +7,7 @@ inherit cmake-utils
70
71 DESCRIPTION="A data-centric parallel programming system"
72 HOMEPAGE="https://legion.stanford.edu/"
73 -if [[ $PV = 9999 ]]; then
74 +if [[ ${PV} = 9999 ]]; then
75 inherit git-r3
76 EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
77 else
78
79 diff --git a/sys-cluster/legion/legion-18.05.0.ebuild b/sys-cluster/legion/legion-18.05.0.ebuild
80 index 3ff65e83c9c..c9eb5be36ea 100644
81 --- a/sys-cluster/legion/legion-18.05.0.ebuild
82 +++ b/sys-cluster/legion/legion-18.05.0.ebuild
83 @@ -7,7 +7,7 @@ inherit cmake-utils
84
85 DESCRIPTION="A data-centric parallel programming system"
86 HOMEPAGE="https://legion.stanford.edu/"
87 -if [[ $PV = 9999 ]]; then
88 +if [[ ${PV} = 9999 ]]; then
89 inherit git-r3
90 EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
91 else
92
93 diff --git a/sys-cluster/legion/legion-18.12.0.ebuild b/sys-cluster/legion/legion-18.12.0.ebuild
94 index 3ff65e83c9c..c9eb5be36ea 100644
95 --- a/sys-cluster/legion/legion-18.12.0.ebuild
96 +++ b/sys-cluster/legion/legion-18.12.0.ebuild
97 @@ -7,7 +7,7 @@ inherit cmake-utils
98
99 DESCRIPTION="A data-centric parallel programming system"
100 HOMEPAGE="https://legion.stanford.edu/"
101 -if [[ $PV = 9999 ]]; then
102 +if [[ ${PV} = 9999 ]]; then
103 inherit git-r3
104 EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
105 else
106
107 diff --git a/sys-cluster/legion/legion-19.06.0.ebuild b/sys-cluster/legion/legion-19.06.0.ebuild
108 index 3ff65e83c9c..c9eb5be36ea 100644
109 --- a/sys-cluster/legion/legion-19.06.0.ebuild
110 +++ b/sys-cluster/legion/legion-19.06.0.ebuild
111 @@ -7,7 +7,7 @@ inherit cmake-utils
112
113 DESCRIPTION="A data-centric parallel programming system"
114 HOMEPAGE="https://legion.stanford.edu/"
115 -if [[ $PV = 9999 ]]; then
116 +if [[ ${PV} = 9999 ]]; then
117 inherit git-r3
118 EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
119 else
120
121 diff --git a/sys-cluster/legion/legion-9999.ebuild b/sys-cluster/legion/legion-9999.ebuild
122 index 3ff65e83c9c..c9eb5be36ea 100644
123 --- a/sys-cluster/legion/legion-9999.ebuild
124 +++ b/sys-cluster/legion/legion-9999.ebuild
125 @@ -7,7 +7,7 @@ inherit cmake-utils
126
127 DESCRIPTION="A data-centric parallel programming system"
128 HOMEPAGE="https://legion.stanford.edu/"
129 -if [[ $PV = 9999 ]]; then
130 +if [[ ${PV} = 9999 ]]; then
131 inherit git-r3
132 EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
133 else