commit: 7b68107c83e28d27cb9d81137e50cf7363c07cfa
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 15:06:22 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:22:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b68107c
www-client/pybugz: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
www-client/pybugz/pybugz-0.12.1.ebuild | 3 +--
www-client/pybugz/pybugz-0.13.ebuild | 3 +--
www-client/pybugz/pybugz-9999.ebuild | 3 +--
3 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/www-client/pybugz/pybugz-0.12.1.ebuild
b/www-client/pybugz/pybugz-0.12.1.ebuild
index 54eabc2cf24..8c60c0ae338 100644
--- a/www-client/pybugz/pybugz-0.12.1.ebuild
+++ b/www-client/pybugz/pybugz-0.12.1.ebuild
@@ -6,8 +6,7 @@ PYTHON_COMPAT=( python3_4 python3_5 )
PYTHON_REQ_USE="readline(+)"
if [ "${PV}" = "9999" ]; then
- EGIT_REPO_URI="git://github.com/williamh/pybugz.git
- https://github.com/williamh/pybugz.git"
+ EGIT_REPO_URI="https://github.com/williamh/pybugz.git"
inherit git-r3
else
SRC_URI="https://github.com/williamh/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
diff --git a/www-client/pybugz/pybugz-0.13.ebuild
b/www-client/pybugz/pybugz-0.13.ebuild
index 54eabc2cf24..8c60c0ae338 100644
--- a/www-client/pybugz/pybugz-0.13.ebuild
+++ b/www-client/pybugz/pybugz-0.13.ebuild
@@ -6,8 +6,7 @@ PYTHON_COMPAT=( python3_4 python3_5 )
PYTHON_REQ_USE="readline(+)"
if [ "${PV}" = "9999" ]; then
- EGIT_REPO_URI="git://github.com/williamh/pybugz.git
- https://github.com/williamh/pybugz.git"
+ EGIT_REPO_URI="https://github.com/williamh/pybugz.git"
inherit git-r3
else
SRC_URI="https://github.com/williamh/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
diff --git a/www-client/pybugz/pybugz-9999.ebuild
b/www-client/pybugz/pybugz-9999.ebuild
index f44d892acfb..50fd5e4d8a9 100644
--- a/www-client/pybugz/pybugz-9999.ebuild
+++ b/www-client/pybugz/pybugz-9999.ebuild
@@ -6,8 +6,7 @@ PYTHON_COMPAT=( python3_4 python3_5 )
PYTHON_REQ_USE="readline(+)"
if [ "${PV}" = "9999" ]; then
- EGIT_REPO_URI="git://github.com/williamh/pybugz.git
- https://github.com/williamh/pybugz.git"
+ EGIT_REPO_URI="https://github.com/williamh/pybugz.git"
inherit git-r3
else
SRC_URI="https://github.com/williamh/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"