From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DC14C158086 for ; Tue, 2 Nov 2021 19:43:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07806E0891; Tue, 2 Nov 2021 19:43:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99981E0891 for ; Tue, 2 Nov 2021 19:43:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6DCA3342F1F for ; Tue, 2 Nov 2021 19:43:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2408879 for ; Tue, 2 Nov 2021 19:43:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635882112.d2ae4dcfb6766c4236d41983734d2828b71ce3af.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/salt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/salt/salt-3000.8-r1.ebuild app-admin/salt/salt-3000.9-r1.ebuild app-admin/salt/salt-3001.6-r1.ebuild app-admin/salt/salt-3001.8.ebuild app-admin/salt/salt-3002.5-r1.ebuild app-admin/salt/salt-3002.7.ebuild app-admin/salt/salt-3003-r1.ebuild app-admin/salt/salt-3003.1-r1.ebuild app-admin/salt/salt-3003.3.ebuild X-VCS-Directories: app-admin/salt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d2ae4dcfb6766c4236d41983734d2828b71ce3af X-VCS-Branch: master Date: Tue, 2 Nov 2021 19:43:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0614cd01-9b56-4c77-9f87-e112d85f5b58 X-Archives-Hash: 775c3bb49cbbdb26431a29a2892f7f96 commit: d2ae4dcfb6766c4236d41983734d2828b71ce3af Author: Sam James gentoo org> AuthorDate: Tue Nov 2 19:41:52 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 2 19:41:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ae4dcf app-admin/salt: fix github EGIT_REPO_URI GitHub no longer supports git://, let's switch to https://. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Sam James gentoo.org> app-admin/salt/salt-3000.8-r1.ebuild | 2 +- app-admin/salt/salt-3000.9-r1.ebuild | 2 +- app-admin/salt/salt-3001.6-r1.ebuild | 2 +- app-admin/salt/salt-3001.8.ebuild | 2 +- app-admin/salt/salt-3002.5-r1.ebuild | 2 +- app-admin/salt/salt-3002.7.ebuild | 2 +- app-admin/salt/salt-3003-r1.ebuild | 2 +- app-admin/salt/salt-3003.1-r1.ebuild | 2 +- app-admin/salt/salt-3003.3.ebuild | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app-admin/salt/salt-3000.8-r1.ebuild b/app-admin/salt/salt-3000.8-r1.ebuild index 13ed8d22824..a7beec09126 100644 --- a/app-admin/salt/salt-3000.8-r1.ebuild +++ b/app-admin/salt/salt-3000.8-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://www.saltstack.com/resources/community/ if [[ ${PV} == 9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git" + EGIT_REPO_URI="https://github.com/${PN}stack/${PN}.git" EGIT_BRANCH="develop" SRC_URI="" else diff --git a/app-admin/salt/salt-3000.9-r1.ebuild b/app-admin/salt/salt-3000.9-r1.ebuild index 5be41e9acbe..5a4ddb137b9 100644 --- a/app-admin/salt/salt-3000.9-r1.ebuild +++ b/app-admin/salt/salt-3000.9-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://www.saltstack.com/resources/community/ if [[ ${PV} == 9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git" + EGIT_REPO_URI="https://github.com/${PN}stack/${PN}.git" EGIT_BRANCH="develop" SRC_URI="" else diff --git a/app-admin/salt/salt-3001.6-r1.ebuild b/app-admin/salt/salt-3001.6-r1.ebuild index e6a695ff300..f7f0572e44b 100644 --- a/app-admin/salt/salt-3001.6-r1.ebuild +++ b/app-admin/salt/salt-3001.6-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://www.saltstack.com/resources/community/ if [[ ${PV} == 9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git" + EGIT_REPO_URI="https://github.com/${PN}stack/${PN}.git" EGIT_BRANCH="develop" SRC_URI="" else diff --git a/app-admin/salt/salt-3001.8.ebuild b/app-admin/salt/salt-3001.8.ebuild index 6e4d6f48175..f5be15b9f74 100644 --- a/app-admin/salt/salt-3001.8.ebuild +++ b/app-admin/salt/salt-3001.8.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://www.saltstack.com/resources/community/ if [[ ${PV} == 9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git" + EGIT_REPO_URI="https://github.com/${PN}stack/${PN}.git" EGIT_BRANCH="develop" SRC_URI="" else diff --git a/app-admin/salt/salt-3002.5-r1.ebuild b/app-admin/salt/salt-3002.5-r1.ebuild index 45c6151ec8e..f5d17b9155a 100644 --- a/app-admin/salt/salt-3002.5-r1.ebuild +++ b/app-admin/salt/salt-3002.5-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://www.saltstack.com/resources/community/ if [[ ${PV} == 9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git" + EGIT_REPO_URI="https://github.com/${PN}stack/${PN}.git" EGIT_BRANCH="develop" SRC_URI="" else diff --git a/app-admin/salt/salt-3002.7.ebuild b/app-admin/salt/salt-3002.7.ebuild index d20e3e59a37..ef104ec4d6b 100644 --- a/app-admin/salt/salt-3002.7.ebuild +++ b/app-admin/salt/salt-3002.7.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://www.saltstack.com/resources/community/ if [[ ${PV} == 9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git" + EGIT_REPO_URI="https://github.com/${PN}stack/${PN}.git" EGIT_BRANCH="develop" SRC_URI="" else diff --git a/app-admin/salt/salt-3003-r1.ebuild b/app-admin/salt/salt-3003-r1.ebuild index 0d4ef8fc902..a41257f8685 100644 --- a/app-admin/salt/salt-3003-r1.ebuild +++ b/app-admin/salt/salt-3003-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://www.saltstack.com/resources/community/ if [[ ${PV} == 9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git" + EGIT_REPO_URI="https://github.com/${PN}stack/${PN}.git" EGIT_BRANCH="develop" SRC_URI="" else diff --git a/app-admin/salt/salt-3003.1-r1.ebuild b/app-admin/salt/salt-3003.1-r1.ebuild index 5c542bc2bd4..e173766c185 100644 --- a/app-admin/salt/salt-3003.1-r1.ebuild +++ b/app-admin/salt/salt-3003.1-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://www.saltstack.com/resources/community/ if [[ ${PV} == 9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git" + EGIT_REPO_URI="https://github.com/${PN}stack/${PN}.git" EGIT_BRANCH="develop" SRC_URI="" else diff --git a/app-admin/salt/salt-3003.3.ebuild b/app-admin/salt/salt-3003.3.ebuild index 1611ed310b5..96b2c3b05e6 100644 --- a/app-admin/salt/salt-3003.3.ebuild +++ b/app-admin/salt/salt-3003.3.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://www.saltstack.com/resources/community/ if [[ ${PV} == 9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git" + EGIT_REPO_URI="https://github.com/${PN}stack/${PN}.git" EGIT_BRANCH="develop" SRC_URI="" else