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

dev-python/jsonrpclib/jsonrpclib-0.1.7.ebuild
dev-python/jsonrpclib/jsonrpclib-0_pre20110820-r1.ebuild
dev-python/jsonrpclib/jsonrpclib-9999.ebuild

index 748d5b25f1c3b69f41aa7f81addafcb47876ab7a..d423c16be33ec57db854bd9e0fbff708827af316 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="git://github.com/joshmarshall/jsonrpclib.git"
+       EGIT_REPO_URI="https://github.com/joshmarshall/jsonrpclib.git"
        inherit git-2
 else
        SRC_URI="https://github.com/joshmarshall/jsonrpclib/archive/v${PV}.tar.gz -> ${P}.tar.gz"
index 53a7eb8c46c3275556a0591544d2dc4e089af299..dfd50a3a36e436f2b78a0e6cc6e11e0554f9b9cd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="git://github.com/joshmarshall/jsonrpclib.git"
+       EGIT_REPO_URI="https://github.com/joshmarshall/jsonrpclib.git"
        inherit git-2
 else
        SRC_URI="mirror://gentoo/${P}.tar.bz2"
index 748d5b25f1c3b69f41aa7f81addafcb47876ab7a..d423c16be33ec57db854bd9e0fbff708827af316 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="git://github.com/joshmarshall/jsonrpclib.git"
+       EGIT_REPO_URI="https://github.com/joshmarshall/jsonrpclib.git"
        inherit git-2
 else
        SRC_URI="https://github.com/joshmarshall/jsonrpclib/archive/v${PV}.tar.gz -> ${P}.tar.gz"