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
This commit is contained in:
David Hicks
2017-07-29 20:47:40 +10:00
committed by Michał Górny
parent ee3413cf60
commit 3821bd37be
3 changed files with 7 additions and 7 deletions

View 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