From 6f12c43e031a4906f24ccd92a4373355145dffce Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 18 Mar 2019 20:42:45 +0100 Subject: [PATCH] sys-cluster/legion: use HTTPS. Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/11407 Signed-off-by: Patrice Clement --- 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 e90f7d02ed71..c785d40df28f 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 ced14b8e65e5..6ed64ffe46d3 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 03e2d594815d..415747a8aa60 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 443814e2abdd..e9b172068e97 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 4d6ccbc9cb31..91e84737ce24 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 4d6ccbc9cb31..91e84737ce24 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 51357e884176..91e84737ce24 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 c52bb9263a68..400a9b1facff 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 c52bb9263a68..400a9b1facff 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 c52bb9263a68..400a9b1facff 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" -- 2.26.2