dev-python/pyGPG: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 10:33:03 +0000 (20:33 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:15:44 +0000 (11:15 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

dev-python/pyGPG/pyGPG-0.1.ebuild
dev-python/pyGPG/pyGPG-0.2.ebuild
dev-python/pyGPG/pyGPG-9999.ebuild

index 08385337a014f1d28e8013e662d5b304380d0497..73ab8a86e6474c8fe3c27dca37e1a4fc0eaa868f 100644 (file)
@@ -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"
index 9b20ebf883b3f3dc8ae302009efdf0ec811f9d74..46854436ed538d60aac6f77bd986110d31f9ba09 100644 (file)
@@ -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"
index 3d24750a4b8fb339be28a86fd9dfdb1fba993780..1ccf96a3fe5933fb6d4dc253aaf0cdb3ae017305 100644 (file)
@@ -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"