mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user