commit:     3821bd37be29ac6c12522184d30690b31976d49d
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 10:47:40 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:15:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3821bd37

dev-python/SaltTesting: use HTTPS for GitHub and HOMEPAGE

* Use HTTPS for accessing GitHub domains
* Replace HOMEPAGE with a new URL to the community/open source page,
which is accessible via HTTPS as well

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild | 6 +++---
 dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild | 4 ++--
 dev-python/SaltTesting/SaltTesting-2017.6.1.ebuild  | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild 
b/dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild
index 6a243a0a056..f0d8be21ad0 100644
--- a/dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild
+++ b/dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,11 +8,11 @@ PYTHON_COMPAT=( python2_7 )
 inherit eutils distutils-r1
 
 DESCRIPTION="Required testing tools needed in the several Salt Stack projects"
-HOMEPAGE="http://saltstack.org/";
+HOMEPAGE="https://saltstack.com/community/";
 
 if [[ ${PV} == 9999* ]]; then
        inherit git-2
-       EGIT_REPO_URI="git://github.com/saltstack/salt-testing.git"
+       EGIT_REPO_URI="https://github.com/saltstack/salt-testing.git";
        EGIT_BRANCH="develop"
        SRC_URI=""
 else

diff --git a/dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild 
b/dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild
index 7d1a203250f..8c61110b76c 100644
--- a/dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild
+++ b/dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild
@@ -8,11 +8,11 @@ PYTHON_COMPAT=( python2_7 )
 inherit eutils distutils-r1
 
 DESCRIPTION="Required testing tools needed in the several Salt Stack projects"
-HOMEPAGE="http://saltstack.org/";
+HOMEPAGE="https://saltstack.com/community/";
 
 if [[ ${PV} == 9999* ]]; then
        inherit git-2
-       EGIT_REPO_URI="git://github.com/saltstack/salt-testing.git"
+       EGIT_REPO_URI="https://github.com/saltstack/salt-testing.git";
        EGIT_BRANCH="develop"
        SRC_URI=""
 else

diff --git a/dev-python/SaltTesting/SaltTesting-2017.6.1.ebuild 
b/dev-python/SaltTesting/SaltTesting-2017.6.1.ebuild
index 7d1a203250f..8c61110b76c 100644
--- a/dev-python/SaltTesting/SaltTesting-2017.6.1.ebuild
+++ b/dev-python/SaltTesting/SaltTesting-2017.6.1.ebuild
@@ -8,11 +8,11 @@ PYTHON_COMPAT=( python2_7 )
 inherit eutils distutils-r1
 
 DESCRIPTION="Required testing tools needed in the several Salt Stack projects"
-HOMEPAGE="http://saltstack.org/";
+HOMEPAGE="https://saltstack.com/community/";
 
 if [[ ${PV} == 9999* ]]; then
        inherit git-2
-       EGIT_REPO_URI="git://github.com/saltstack/salt-testing.git"
+       EGIT_REPO_URI="https://github.com/saltstack/salt-testing.git";
        EGIT_BRANCH="develop"
        SRC_URI=""
 else

Reply via email to