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/jsonrpclib/
Date: Sun, 30 Jul 2017 09:16:07
Message-Id: 1501406146.cfabb25159d557ff809249c38b6c7b3e36fe51d8.mgorny@gentoo
1 commit: cfabb25159d557ff809249c38b6c7b3e36fe51d8
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 10:42:07 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:15:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfabb251
7
8 dev-python/jsonrpclib: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/jsonrpclib/jsonrpclib-0.1.7.ebuild | 4 ++--
13 dev-python/jsonrpclib/jsonrpclib-0_pre20110820-r1.ebuild | 4 ++--
14 dev-python/jsonrpclib/jsonrpclib-9999.ebuild | 4 ++--
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-python/jsonrpclib/jsonrpclib-0.1.7.ebuild b/dev-python/jsonrpclib/jsonrpclib-0.1.7.ebuild
18 index 748d5b25f1c..d423c16be33 100644
19 --- a/dev-python/jsonrpclib/jsonrpclib-0.1.7.ebuild
20 +++ b/dev-python/jsonrpclib/jsonrpclib-0.1.7.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="5"
27 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
28 inherit distutils-r1
29
30 if [[ ${PV} == "9999" ]] ; then
31 - EGIT_REPO_URI="git://github.com/joshmarshall/jsonrpclib.git"
32 + EGIT_REPO_URI="https://github.com/joshmarshall/jsonrpclib.git"
33 inherit git-2
34 else
35 SRC_URI="https://github.com/joshmarshall/jsonrpclib/archive/v${PV}.tar.gz -> ${P}.tar.gz"
36
37 diff --git a/dev-python/jsonrpclib/jsonrpclib-0_pre20110820-r1.ebuild b/dev-python/jsonrpclib/jsonrpclib-0_pre20110820-r1.ebuild
38 index 53a7eb8c46c..dfd50a3a36e 100644
39 --- a/dev-python/jsonrpclib/jsonrpclib-0_pre20110820-r1.ebuild
40 +++ b/dev-python/jsonrpclib/jsonrpclib-0_pre20110820-r1.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2015 Gentoo Foundation
43 +# Copyright 1999-2017 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI="5"
47 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
48 inherit distutils-r1
49
50 if [[ ${PV} == "9999" ]] ; then
51 - EGIT_REPO_URI="git://github.com/joshmarshall/jsonrpclib.git"
52 + EGIT_REPO_URI="https://github.com/joshmarshall/jsonrpclib.git"
53 inherit git-2
54 else
55 SRC_URI="mirror://gentoo/${P}.tar.bz2"
56
57 diff --git a/dev-python/jsonrpclib/jsonrpclib-9999.ebuild b/dev-python/jsonrpclib/jsonrpclib-9999.ebuild
58 index 748d5b25f1c..d423c16be33 100644
59 --- a/dev-python/jsonrpclib/jsonrpclib-9999.ebuild
60 +++ b/dev-python/jsonrpclib/jsonrpclib-9999.ebuild
61 @@ -1,4 +1,4 @@
62 -# Copyright 1999-2015 Gentoo Foundation
63 +# Copyright 1999-2017 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65
66 EAPI="5"
67 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
68 inherit distutils-r1
69
70 if [[ ${PV} == "9999" ]] ; then
71 - EGIT_REPO_URI="git://github.com/joshmarshall/jsonrpclib.git"
72 + EGIT_REPO_URI="https://github.com/joshmarshall/jsonrpclib.git"
73 inherit git-2
74 else
75 SRC_URI="https://github.com/joshmarshall/jsonrpclib/archive/v${PV}.tar.gz -> ${P}.tar.gz"