Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/SaltTesting/
Date: Sun, 30 Jul 2017 09:16:13
Message-Id: 1501406148.3821bd37be29ac6c12522184d30690b31976d49d.mgorny@gentoo
1 commit: 3821bd37be29ac6c12522184d30690b31976d49d
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 10:47:40 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:15:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3821bd37
7
8 dev-python/SaltTesting: use HTTPS for GitHub and HOMEPAGE
9
10 * Use HTTPS for accessing GitHub domains
11 * Replace HOMEPAGE with a new URL to the community/open source page,
12 which is accessible via HTTPS as well
13
14 Package-Manager: Portage-2.3.6, Repoman-2.3.3
15
16 dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild | 6 +++---
17 dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild | 4 ++--
18 dev-python/SaltTesting/SaltTesting-2017.6.1.ebuild | 4 ++--
19 3 files changed, 7 insertions(+), 7 deletions(-)
20
21 diff --git a/dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild b/dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild
22 index 6a243a0a056..f0d8be21ad0 100644
23 --- a/dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild
24 +++ b/dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2016 Gentoo Foundation
27 +# Copyright 1999-2017 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=5
31 @@ -8,11 +8,11 @@ PYTHON_COMPAT=( python2_7 )
32 inherit eutils distutils-r1
33
34 DESCRIPTION="Required testing tools needed in the several Salt Stack projects"
35 -HOMEPAGE="http://saltstack.org/"
36 +HOMEPAGE="https://saltstack.com/community/"
37
38 if [[ ${PV} == 9999* ]]; then
39 inherit git-2
40 - EGIT_REPO_URI="git://github.com/saltstack/salt-testing.git"
41 + EGIT_REPO_URI="https://github.com/saltstack/salt-testing.git"
42 EGIT_BRANCH="develop"
43 SRC_URI=""
44 else
45
46 diff --git a/dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild b/dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild
47 index 7d1a203250f..8c61110b76c 100644
48 --- a/dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild
49 +++ b/dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild
50 @@ -8,11 +8,11 @@ PYTHON_COMPAT=( python2_7 )
51 inherit eutils distutils-r1
52
53 DESCRIPTION="Required testing tools needed in the several Salt Stack projects"
54 -HOMEPAGE="http://saltstack.org/"
55 +HOMEPAGE="https://saltstack.com/community/"
56
57 if [[ ${PV} == 9999* ]]; then
58 inherit git-2
59 - EGIT_REPO_URI="git://github.com/saltstack/salt-testing.git"
60 + EGIT_REPO_URI="https://github.com/saltstack/salt-testing.git"
61 EGIT_BRANCH="develop"
62 SRC_URI=""
63 else
64
65 diff --git a/dev-python/SaltTesting/SaltTesting-2017.6.1.ebuild b/dev-python/SaltTesting/SaltTesting-2017.6.1.ebuild
66 index 7d1a203250f..8c61110b76c 100644
67 --- a/dev-python/SaltTesting/SaltTesting-2017.6.1.ebuild
68 +++ b/dev-python/SaltTesting/SaltTesting-2017.6.1.ebuild
69 @@ -8,11 +8,11 @@ PYTHON_COMPAT=( python2_7 )
70 inherit eutils distutils-r1
71
72 DESCRIPTION="Required testing tools needed in the several Salt Stack projects"
73 -HOMEPAGE="http://saltstack.org/"
74 +HOMEPAGE="https://saltstack.com/community/"
75
76 if [[ ${PV} == 9999* ]]; then
77 inherit git-2
78 - EGIT_REPO_URI="git://github.com/saltstack/salt-testing.git"
79 + EGIT_REPO_URI="https://github.com/saltstack/salt-testing.git"
80 EGIT_BRANCH="develop"
81 SRC_URI=""
82 else