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/ws4py/
Date: Sun, 30 Jul 2017 09:16:00
Message-Id: 1501406140.14fda2f301ce495cdc2c2c0393fc71886d62913f.mgorny@gentoo
1 commit: 14fda2f301ce495cdc2c2c0393fc71886d62913f
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 10:18:51 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:15:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14fda2f3
7
8 dev-python/ws4py: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/ws4py/ws4py-0.3.4.ebuild | 4 ++--
13 dev-python/ws4py/ws4py-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-python/ws4py/ws4py-0.3.4.ebuild b/dev-python/ws4py/ws4py-0.3.4.ebuild
17 index 5a8c71a7efa..a7084914ad6 100644
18 --- a/dev-python/ws4py/ws4py-0.3.4.ebuild
19 +++ b/dev-python/ws4py/ws4py-0.3.4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 # We could depend on dev-python/cherrypy when USE=server, but
26 @@ -12,7 +12,7 @@ PYTHON_REQ_USE="threads?"
27
28 inherit distutils-r1
29 if [[ ${PV} == "9999" ]] ; then
30 - EGIT_REPO_URI="git://github.com/Lawouach/WebSocket-for-Python.git"
31 + EGIT_REPO_URI="https://github.com/Lawouach/WebSocket-for-Python.git"
32 inherit git-2
33 else
34 inherit vcs-snapshot
35
36 diff --git a/dev-python/ws4py/ws4py-9999.ebuild b/dev-python/ws4py/ws4py-9999.ebuild
37 index af74ee92a52..757d4a7a3ea 100644
38 --- a/dev-python/ws4py/ws4py-9999.ebuild
39 +++ b/dev-python/ws4py/ws4py-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2016 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 # We could depend on dev-python/cherrypy when USE=server, but
46 @@ -12,7 +12,7 @@ PYTHON_REQ_USE="threads?"
47
48 inherit distutils-r1
49 if [[ ${PV} == "9999" ]] ; then
50 - EGIT_REPO_URI="git://github.com/Lawouach/WebSocket-for-Python.git"
51 + EGIT_REPO_URI="https://github.com/Lawouach/WebSocket-for-Python.git"
52 inherit git-2
53 else
54 inherit vcs-snapshot