commit: 768fc529fd3fbaba0c45c4b881f569dea1a01fd1
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 10:38:46 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:15:45 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=768fc529
dev-python/flask-cors: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-python/flask-cors/flask-cors-1.8.0.ebuild | 4 ++--
dev-python/flask-cors/flask-cors-1.9.0.ebuild | 4 ++--
dev-python/flask-cors/flask-cors-2.1.0.ebuild | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-python/flask-cors/flask-cors-1.8.0.ebuild
b/dev-python/flask-cors/flask-cors-1.8.0.ebuild
index 9a432652c60..c9c3573f15d 100644
--- a/dev-python/flask-cors/flask-cors-1.8.0.ebuild
+++ b/dev-python/flask-cors/flask-cors-1.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -11,7 +11,7 @@ MY_P="${MY_PN}-${PV}"
if [[ "${PV}" == "9999" ]]; then
inherit git-2
- EGIT_REPO_URI="git://github.com/wcdolphin/${PN}.git"
+ EGIT_REPO_URI="https://github.com/wcdolphin/${PN}.git"
SRC_URI=""
else
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz ->
${P}.tar.gz"
diff --git a/dev-python/flask-cors/flask-cors-1.9.0.ebuild
b/dev-python/flask-cors/flask-cors-1.9.0.ebuild
index 627713c55b0..43b7653ba36 100644
--- a/dev-python/flask-cors/flask-cors-1.9.0.ebuild
+++ b/dev-python/flask-cors/flask-cors-1.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -11,7 +11,7 @@ MY_P="${MY_PN}-${PV}"
if [[ "${PV}" == "9999" ]]; then
inherit git-2
- EGIT_REPO_URI="git://github.com/wcdolphin/${PN}.git"
+ EGIT_REPO_URI="https://github.com/wcdolphin/${PN}.git"
SRC_URI=""
else
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz ->
${P}.tar.gz"
diff --git a/dev-python/flask-cors/flask-cors-2.1.0.ebuild
b/dev-python/flask-cors/flask-cors-2.1.0.ebuild
index 2ea5b6ad258..8be49aee9b3 100644
--- a/dev-python/flask-cors/flask-cors-2.1.0.ebuild
+++ b/dev-python/flask-cors/flask-cors-2.1.0.ebuild
@@ -11,7 +11,7 @@ MY_P="${MY_PN}-${PV}"
if [[ "${PV}" == "9999" ]]; then
inherit git-2
- EGIT_REPO_URI="git://github.com/wcdolphin/${PN}.git"
+ EGIT_REPO_URI="https://github.com/wcdolphin/${PN}.git"
SRC_URI=""
else
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz ->
${P}.tar.gz"