From 76d539763aff0e570dc631fa0e61d9cd1cfd5b04 Mon Sep 17 00:00:00 2001 From: David Hicks Date: Sat, 29 Jul 2017 20:33:03 +1000 Subject: [PATCH] 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 08385337a014f..73ab8a86e6474 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 9b20ebf883b3f..46854436ed538 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 3d24750a4b8fb..1ccf96a3fe593 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"