dev-python/ws4py: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 10:18:51 +0000 (20:18 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:15:40 +0000 (11:15 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

dev-python/ws4py/ws4py-0.3.4.ebuild
dev-python/ws4py/ws4py-9999.ebuild

index 5a8c71a7efaf76480982500f085a0f4a983e8b1a..a7084914ad699fd86749d7dc144ceb11b77cd212 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
 
 # We could depend on dev-python/cherrypy when USE=server, but
@@ -12,7 +12,7 @@ PYTHON_REQ_USE="threads?"
 
 inherit distutils-r1
 if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="git://github.com/Lawouach/WebSocket-for-Python.git"
+       EGIT_REPO_URI="https://github.com/Lawouach/WebSocket-for-Python.git"
        inherit git-2
 else
        inherit vcs-snapshot
index af74ee92a5242faba25553ef1719fc5ca49be2ac..757d4a7a3ea74a5b570d411ad221a48b3542b4ca 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
 
 # We could depend on dev-python/cherrypy when USE=server, but
@@ -12,7 +12,7 @@ PYTHON_REQ_USE="threads?"
 
 inherit distutils-r1
 if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="git://github.com/Lawouach/WebSocket-for-Python.git"
+       EGIT_REPO_URI="https://github.com/Lawouach/WebSocket-for-Python.git"
        inherit git-2
 else
        inherit vcs-snapshot