commit: 76d539763aff0e570dc631fa0e61d9cd1cfd5b04
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 10:33:03 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:15:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76d53976
dev-python/pyGPG: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-python/pyGPG/pyGPG-0.1.ebuild | 4 ++--
dev-python/pyGPG/pyGPG-0.2.ebuild | 2 +-
dev-python/pyGPG/pyGPG-9999.ebuild | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/pyGPG/pyGPG-0.1.ebuild
b/dev-python/pyGPG/pyGPG-0.1.ebuild
index 08385337a01..73ab8a86e64 100644
--- a/dev-python/pyGPG/pyGPG-0.1.ebuild
+++ b/dev-python/pyGPG/pyGPG-0.1.ebuild
@@ -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=(python{2_7,3_4})
inherit distutils-r1
-EGIT_REPO_URI="git://github.com/dol-sen/pyGPG.git"
+EGIT_REPO_URI="https://github.com/dol-sen/pyGPG.git"
DESCRIPTION="A python interface wrapper for gnupg's gpg command"
HOMEPAGE="https://github.com/dol-sen/pyGPG"
diff --git a/dev-python/pyGPG/pyGPG-0.2.ebuild
b/dev-python/pyGPG/pyGPG-0.2.ebuild
index 9b20ebf883b..46854436ed5 100644
--- a/dev-python/pyGPG/pyGPG-0.2.ebuild
+++ b/dev-python/pyGPG/pyGPG-0.2.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
inherit distutils-r1
-EGIT_REPO_URI="git://github.com/dol-sen/pyGPG.git"
+EGIT_REPO_URI="https://github.com/dol-sen/pyGPG.git"
DESCRIPTION="A python interface wrapper for gnupg's gpg command"
HOMEPAGE="https://github.com/dol-sen/pyGPG"
diff --git a/dev-python/pyGPG/pyGPG-9999.ebuild
b/dev-python/pyGPG/pyGPG-9999.ebuild
index 3d24750a4b8..1ccf96a3fe5 100644
--- a/dev-python/pyGPG/pyGPG-9999.ebuild
+++ b/dev-python/pyGPG/pyGPG-9999.ebuild
@@ -9,7 +9,7 @@ EGIT_BRANCH="master"
inherit distutils-r1 python-r1 git-2
-EGIT_REPO_URI="git://github.com/dol-sen/pyGPG.git"
+EGIT_REPO_URI="https://github.com/dol-sen/pyGPG.git"
DESCRIPTION="A python interface wrapper for gnupg's gpg command"
HOMEPAGE="https://github.com/dol-sen/pyGPG"