dev-python/clang-python: Use https for llvm.org
authorMichał Górny <mgorny@gentoo.org>
Sat, 8 Jul 2017 23:23:33 +0000 (01:23 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 8 Jul 2017 23:24:55 +0000 (01:24 +0200)
dev-python/clang-python/clang-python-4.0.0.ebuild
dev-python/clang-python/clang-python-4.0.1.ebuild
dev-python/clang-python/clang-python-9999.ebuild

index 4f169ecc239ce5d336b2bddee4998315b21fd5e4..dc7e4ee8aaab72ed94b36005442d059ad133d69f 100644 (file)
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 )
 inherit python-r1
 
 DESCRIPTION="Python bindings for sys-devel/clang"
-HOMEPAGE="http://llvm.org/"
-SRC_URI="http://releases.llvm.org/${PV/_//}/cfe-${PV/_/}.src.tar.xz"
+HOMEPAGE="https://llvm.org/"
+SRC_URI="https://releases.llvm.org/${PV/_//}/cfe-${PV/_/}.src.tar.xz"
 
 LICENSE="UoI-NCSA"
 SLOT="0"
index 4f169ecc239ce5d336b2bddee4998315b21fd5e4..dc7e4ee8aaab72ed94b36005442d059ad133d69f 100644 (file)
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 )
 inherit python-r1
 
 DESCRIPTION="Python bindings for sys-devel/clang"
-HOMEPAGE="http://llvm.org/"
-SRC_URI="http://releases.llvm.org/${PV/_//}/cfe-${PV/_/}.src.tar.xz"
+HOMEPAGE="https://llvm.org/"
+SRC_URI="https://releases.llvm.org/${PV/_//}/cfe-${PV/_/}.src.tar.xz"
 
 LICENSE="UoI-NCSA"
 SLOT="0"
index 504837ede60f9eb1bdfe049e3ee03340e8f70cbd..be306e0a887a66a87ef6d5a76a4997c63b467c19 100644 (file)
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit git-r3 python-r1
 
 DESCRIPTION="Python bindings for sys-devel/clang"
-HOMEPAGE="http://llvm.org/"
+HOMEPAGE="https://llvm.org/"
 SRC_URI=""
 EGIT_REPO_URI="https://git.llvm.org/git/clang.git
        https://github.com/llvm-mirror/clang.git"