summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2017-09-27 19:56:37 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-10-07 17:57:59 +0200
commite7a8a991ba8b63b7d072bc7472849576e40b50cb (patch)
tree1eff5a7327cf77e91a454c75dbd5dab93f654c11 /dev-python/python-efl
parentdev-libs/device-atlas-api-c: version bump to 2.1.2_2. (diff)
downloadgentoo-e7a8a991ba8b63b7d072bc7472849576e40b50cb.tar.gz
gentoo-e7a8a991ba8b63b7d072bc7472849576e40b50cb.tar.bz2
gentoo-e7a8a991ba8b63b7d072bc7472849576e40b50cb.zip
dev-python/python-efl: move EGIT_REPO_URI to https://.
Package-Manager: Portage-2.3.8, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/5831
Diffstat (limited to 'dev-python/python-efl')
-rw-r--r--dev-python/python-efl/python-efl-1.17.0.ebuild4
-rw-r--r--dev-python/python-efl/python-efl-1.18.0.ebuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-efl/python-efl-1.17.0.ebuild b/dev-python/python-efl/python-efl-1.17.0.ebuild
index 057284a85f56..a03589e844d2 100644
--- a/dev-python/python-efl/python-efl-1.17.0.ebuild
+++ b/dev-python/python-efl/python-efl-1.17.0.ebuild
@@ -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"
diff --git a/dev-python/python-efl/python-efl-1.18.0.ebuild b/dev-python/python-efl/python-efl-1.18.0.ebuild
index cc8c0587849a..a077d345f65d 100644
--- a/dev-python/python-efl/python-efl-1.18.0.ebuild
+++ b/dev-python/python-efl/python-efl-1.18.0.ebuild
@@ -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"