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: www-client/pybugz/
Date: Sun, 30 Jul 2017 09:23:11
Message-Id: 1501406569.7b68107c83e28d27cb9d81137e50cf7363c07cfa.mgorny@gentoo
1 commit: 7b68107c83e28d27cb9d81137e50cf7363c07cfa
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 15:06:22 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:22:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b68107c
7
8 www-client/pybugz: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 www-client/pybugz/pybugz-0.12.1.ebuild | 3 +--
13 www-client/pybugz/pybugz-0.13.ebuild | 3 +--
14 www-client/pybugz/pybugz-9999.ebuild | 3 +--
15 3 files changed, 3 insertions(+), 6 deletions(-)
16
17 diff --git a/www-client/pybugz/pybugz-0.12.1.ebuild b/www-client/pybugz/pybugz-0.12.1.ebuild
18 index 54eabc2cf24..8c60c0ae338 100644
19 --- a/www-client/pybugz/pybugz-0.12.1.ebuild
20 +++ b/www-client/pybugz/pybugz-0.12.1.ebuild
21 @@ -6,8 +6,7 @@ PYTHON_COMPAT=( python3_4 python3_5 )
22 PYTHON_REQ_USE="readline(+)"
23
24 if [ "${PV}" = "9999" ]; then
25 - EGIT_REPO_URI="git://github.com/williamh/pybugz.git
26 - https://github.com/williamh/pybugz.git"
27 + EGIT_REPO_URI="https://github.com/williamh/pybugz.git"
28 inherit git-r3
29 else
30 SRC_URI="https://github.com/williamh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
31
32 diff --git a/www-client/pybugz/pybugz-0.13.ebuild b/www-client/pybugz/pybugz-0.13.ebuild
33 index 54eabc2cf24..8c60c0ae338 100644
34 --- a/www-client/pybugz/pybugz-0.13.ebuild
35 +++ b/www-client/pybugz/pybugz-0.13.ebuild
36 @@ -6,8 +6,7 @@ PYTHON_COMPAT=( python3_4 python3_5 )
37 PYTHON_REQ_USE="readline(+)"
38
39 if [ "${PV}" = "9999" ]; then
40 - EGIT_REPO_URI="git://github.com/williamh/pybugz.git
41 - https://github.com/williamh/pybugz.git"
42 + EGIT_REPO_URI="https://github.com/williamh/pybugz.git"
43 inherit git-r3
44 else
45 SRC_URI="https://github.com/williamh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
46
47 diff --git a/www-client/pybugz/pybugz-9999.ebuild b/www-client/pybugz/pybugz-9999.ebuild
48 index f44d892acfb..50fd5e4d8a9 100644
49 --- a/www-client/pybugz/pybugz-9999.ebuild
50 +++ b/www-client/pybugz/pybugz-9999.ebuild
51 @@ -6,8 +6,7 @@ PYTHON_COMPAT=( python3_4 python3_5 )
52 PYTHON_REQ_USE="readline(+)"
53
54 if [ "${PV}" = "9999" ]; then
55 - EGIT_REPO_URI="git://github.com/williamh/pybugz.git
56 - https://github.com/williamh/pybugz.git"
57 + EGIT_REPO_URI="https://github.com/williamh/pybugz.git"
58 inherit git-r3
59 else
60 SRC_URI="https://github.com/williamh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"