From: David Hicks Date: Sat, 29 Jul 2017 10:38:46 +0000 (+1000) Subject: dev-python/flask-cors: use HTTPS for GitHub X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=768fc529fd3fbaba0c45c4b881f569dea1a01fd1;p=gentoo.git dev-python/flask-cors: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- 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 9a432652c60c..c9c3573f15da 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 627713c55b00..43b7653ba36b 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 2ea5b6ad258f..8be49aee9b31 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"