dev-python/SaltTesting: use HTTPS for GitHub and HOMEPAGE
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 10:47:40 +0000 (20:47 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:15:48 +0000 (11:15 +0200)
* 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
dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild
dev-python/SaltTesting/SaltTesting-2017.6.1.ebuild

index 6a243a0a0561671221ebc850fff955965bc77ca4..f0d8be21ad05ef560c21874bc15658ef6f554a66 100644 (file)
@@ -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
index 7d1a203250f83f0b5083724c85f0f5074befbe11..8c61110b76c00d53648efeb2c8829b42725f2214 100644 (file)
@@ -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
index 7d1a203250f83f0b5083724c85f0f5074befbe11..8c61110b76c00d53648efeb2c8829b42725f2214 100644 (file)
@@ -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