From 9a998e4f986643cf88bd91ad1c89c0e51559f641 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Wed, 29 Apr 2020 11:01:24 +0300 Subject: [PATCH] Update EGIT_REPO_URI (git@ -> https:) to clone without ssh-key. --- app-office/laview-core/laview-core-9999.ebuild | 2 +- app-office/laview-data-example/laview-data-example-9999.ebuild | 2 +- app-office/laview-desktop/laview-desktop-9999.ebuild | 2 +- app-office/laview-latex-struct/laview-latex-struct-9999.ebuild | 2 +- .../laview-object-example/laview-object-example-9999.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-office/laview-core/laview-core-9999.ebuild b/app-office/laview-core/laview-core-9999.ebuild index 185c8d7c..0bc70513 100644 --- a/app-office/laview-core/laview-core-9999.ebuild +++ b/app-office/laview-core/laview-core-9999.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit gnome2-utils cmake-utils if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI=${EGIT_REPO_URI:-"git@git.backbone.ws:kolan/LAview.Core.git"} + EGIT_REPO_URI=${EGIT_REPO_URI:-"https://git.backbone.ws/kolan/LAview.Core.git"} inherit git-r3 KEYWORDS="" else diff --git a/app-office/laview-data-example/laview-data-example-9999.ebuild b/app-office/laview-data-example/laview-data-example-9999.ebuild index 65d3edcb..b214afc0 100644 --- a/app-office/laview-data-example/laview-data-example-9999.ebuild +++ b/app-office/laview-data-example/laview-data-example-9999.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit gnome2-utils cmake-utils if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI=${EGIT_REPO_URI:-"git@git.backbone.ws:kolan/LAview.Data-Example.git"} + EGIT_REPO_URI=${EGIT_REPO_URI:-"https://git.backbone.ws/kolan/LAview.Data-Example.git"} inherit git-r3 KEYWORDS="" else diff --git a/app-office/laview-desktop/laview-desktop-9999.ebuild b/app-office/laview-desktop/laview-desktop-9999.ebuild index 04f29d4e..1899ca5e 100644 --- a/app-office/laview-desktop/laview-desktop-9999.ebuild +++ b/app-office/laview-desktop/laview-desktop-9999.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit gnome2-utils cmake-utils if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI=${EGIT_REPO_URI:-"git@git.backbone.ws:kolan/LAview.Desktop.git"} + EGIT_REPO_URI=${EGIT_REPO_URI:-"https://git.backbone.ws/kolan/LAview.Desktop.git"} inherit git-r3 KEYWORDS="" else diff --git a/app-office/laview-latex-struct/laview-latex-struct-9999.ebuild b/app-office/laview-latex-struct/laview-latex-struct-9999.ebuild index 93504214..b6d48f9a 100644 --- a/app-office/laview-latex-struct/laview-latex-struct-9999.ebuild +++ b/app-office/laview-latex-struct/laview-latex-struct-9999.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit cmake-utils if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI=${EGIT_REPO_URI:-"git@git.backbone.ws:kolan/LAview.LaTeX-Struct.git"} + EGIT_REPO_URI=${EGIT_REPO_URI:-"https://git.backbone.ws/kolan/LAview.LaTeX-Struct.git"} inherit git-r3 KEYWORDS="" else diff --git a/app-office/laview-object-example/laview-object-example-9999.ebuild b/app-office/laview-object-example/laview-object-example-9999.ebuild index 1956f1aa..1a9c0402 100644 --- a/app-office/laview-object-example/laview-object-example-9999.ebuild +++ b/app-office/laview-object-example/laview-object-example-9999.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit cmake-utils gnome2-utils if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI=${EGIT_REPO_URI:-"git@git.backbone.ws:kolan/LAview.Object-Example.git"} + EGIT_REPO_URI=${EGIT_REPO_URI:-"https://git.backbone.ws/kolan/LAview.Object-Example.git"} inherit git-r3 KEYWORDS="" else