dev-python/python-efl: move EGIT_REPO_URI to https://.
authorBertrand Jacquin <bertrand@jacquin.bzh>
Wed, 27 Sep 2017 18:56:37 +0000 (19:56 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 7 Oct 2017 15:57:59 +0000 (17:57 +0200)
Package-Manager: Portage-2.3.8, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/5831

dev-python/python-efl/python-efl-1.17.0.ebuild
dev-python/python-efl/python-efl-1.18.0.ebuild

index 057284a85f56d212eafc02a4124cd4116042ea2f..a03589e844d2fdbf444fd01da88671f59c48a0de 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -10,7 +10,7 @@ MY_P=${P/_/-}
 if [[ "${PV}" == "9999" ]] ; then
        EGIT_SUB_PROJECT="bindings/python"
        EGIT_URI_APPEND="${PN}"
-       EGIT_REPO_URI="git://git.enlightenment.org/${EGIT_SUB_PROJECT}/${EGIT_URI_APPEND}.git"
+       EGIT_REPO_URI="https://git.enlightenment.org/${EGIT_SUB_PROJECT}/${EGIT_URI_APPEND}.git"
        inherit git-2
 else
        SRC_URI="https://download.enlightenment.org/rel/bindings/python/${MY_P}.tar.xz"
index cc8c0587849a8dfb14aaf5d2e72905a1c0fe25d5..a077d345f65da28554b26605dc3721be0d39ac99 100644 (file)
@@ -10,7 +10,7 @@ MY_P=${P/_/-}
 if [[ "${PV}" == "9999" ]]; then
        EGIT_SUB_PROJECT="bindings/python"
        EGIT_URI_APPEND="${PN}"
-       EGIT_REPO_URI="git://git.enlightenment.org/${EGIT_SUB_PROJECT}/${EGIT_URI_APPEND}.git"
+       EGIT_REPO_URI="https://git.enlightenment.org/${EGIT_SUB_PROJECT}/${EGIT_URI_APPEND}.git"
        inherit git-2
 else
        SRC_URI="https://download.enlightenment.org/rel/bindings/python/${MY_P}.tar.xz"