summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-29 20:47:40 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 11:15:48 +0200
commit3821bd37be29ac6c12522184d30690b31976d49d (patch)
treead76ec609a6b34799015c182bb4d759b9aaadc19 /dev-python/SaltTesting
parentdev-python/ReParser: use HTTPS for GitHub (diff)
downloadgentoo-3821bd37be29ac6c12522184d30690b31976d49d.tar.gz
gentoo-3821bd37be29ac6c12522184d30690b31976d49d.tar.bz2
gentoo-3821bd37be29ac6c12522184d30690b31976d49d.zip
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
Diffstat (limited to 'dev-python/SaltTesting')
-rw-r--r--dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild6
-rw-r--r--dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild4
-rw-r--r--dev-python/SaltTesting/SaltTesting-2017.6.1.ebuild4
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 6a243a0a0561..f0d8be21ad05 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 7d1a203250f8..8c61110b76c0 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 7d1a203250f8..8c61110b76c0 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