commit:     da99825c801829fc5199ae2819823d24ddbc106b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  8 23:23:45 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul  8 23:25:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da99825c

sys-libs/libcxx: Use https for llvm.org

 sys-libs/libcxx/libcxx-3.7.1.ebuild | 6 +++---
 sys-libs/libcxx/libcxx-3.8.1.ebuild | 6 +++---
 sys-libs/libcxx/libcxx-3.9.0.ebuild | 6 +++---
 sys-libs/libcxx/libcxx-3.9.1.ebuild | 6 +++---
 sys-libs/libcxx/libcxx-4.0.0.ebuild | 4 ++--
 sys-libs/libcxx/libcxx-4.0.1.ebuild | 4 ++--
 sys-libs/libcxx/libcxx-9999.ebuild  | 4 ++--
 7 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/sys-libs/libcxx/libcxx-3.7.1.ebuild 
b/sys-libs/libcxx/libcxx-3.7.1.ebuild
index a608803e1f8..3535d3d9404 100644
--- a/sys-libs/libcxx/libcxx-3.7.1.ebuild
+++ b/sys-libs/libcxx/libcxx-3.7.1.ebuild
@@ -3,16 +3,16 @@
 
 EAPI=5
 
-ESVN_REPO_URI="http://llvm.org/svn/llvm-project/libcxx/trunk";
+ESVN_REPO_URI="https://llvm.org/svn/llvm-project/libcxx/trunk";
 
 [ "${PV%9999}" != "${PV}" ] && SCM="subversion" || SCM=""
 
 inherit ${SCM} flag-o-matic toolchain-funcs multilib multilib-minimal
 
 DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
-HOMEPAGE="http://libcxx.llvm.org/";
+HOMEPAGE="https://libcxx.llvm.org/";
 if [ "${PV%9999}" = "${PV}" ] ; then
-       SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.xz";
+       SRC_URI="https://llvm.org/releases/${PV}/${P}.src.tar.xz";
        S="${WORKDIR}/${P}.src"
 else
        SRC_URI=""

diff --git a/sys-libs/libcxx/libcxx-3.8.1.ebuild 
b/sys-libs/libcxx/libcxx-3.8.1.ebuild
index 98b17e37d72..33c990ecd40 100644
--- a/sys-libs/libcxx/libcxx-3.8.1.ebuild
+++ b/sys-libs/libcxx/libcxx-3.8.1.ebuild
@@ -3,16 +3,16 @@
 
 EAPI=5
 
-ESVN_REPO_URI="http://llvm.org/svn/llvm-project/libcxx/trunk";
+ESVN_REPO_URI="https://llvm.org/svn/llvm-project/libcxx/trunk";
 
 [ "${PV%9999}" != "${PV}" ] && SCM="subversion" || SCM=""
 
 inherit ${SCM} flag-o-matic toolchain-funcs multilib multilib-minimal
 
 DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
-HOMEPAGE="http://libcxx.llvm.org/";
+HOMEPAGE="https://libcxx.llvm.org/";
 if [ "${PV%9999}" = "${PV}" ] ; then
-       SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.xz";
+       SRC_URI="https://llvm.org/releases/${PV}/${P}.src.tar.xz";
        S="${WORKDIR}/${P}.src"
 else
        SRC_URI=""

diff --git a/sys-libs/libcxx/libcxx-3.9.0.ebuild 
b/sys-libs/libcxx/libcxx-3.9.0.ebuild
index d1d3852b1da..185bbc3d7be 100644
--- a/sys-libs/libcxx/libcxx-3.9.0.ebuild
+++ b/sys-libs/libcxx/libcxx-3.9.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 # Ninja provides better scalability and cleaner verbose output, and is used
 # throughout all LLVM projects.
 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-EGIT_REPO_URI="http://llvm.org/git/libcxx.git
+EGIT_REPO_URI="https://llvm.org/git/libcxx.git
        https://github.com/llvm-mirror/libcxx.git";
 PYTHON_COMPAT=( python2_7 )
 
@@ -15,9 +15,9 @@ PYTHON_COMPAT=( python2_7 )
 inherit ${SCM} cmake-multilib python-any-r1 toolchain-funcs
 
 DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
-HOMEPAGE="http://libcxx.llvm.org/";
+HOMEPAGE="https://libcxx.llvm.org/";
 if [[ ${PV} != 9999 ]] ; then
-       SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.xz";
+       SRC_URI="https://llvm.org/releases/${PV}/${P}.src.tar.xz";
        S="${WORKDIR}/${P}.src"
 else
        SRC_URI=""

diff --git a/sys-libs/libcxx/libcxx-3.9.1.ebuild 
b/sys-libs/libcxx/libcxx-3.9.1.ebuild
index 8872bb9a666..e847a9f5d31 100644
--- a/sys-libs/libcxx/libcxx-3.9.1.ebuild
+++ b/sys-libs/libcxx/libcxx-3.9.1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 # Ninja provides better scalability and cleaner verbose output, and is used
 # throughout all LLVM projects.
 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-EGIT_REPO_URI="http://llvm.org/git/libcxx.git
+EGIT_REPO_URI="https://llvm.org/git/libcxx.git
        https://github.com/llvm-mirror/libcxx.git";
 PYTHON_COMPAT=( python2_7 )
 
@@ -15,9 +15,9 @@ PYTHON_COMPAT=( python2_7 )
 inherit ${SCM} cmake-multilib python-any-r1 toolchain-funcs
 
 DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
-HOMEPAGE="http://libcxx.llvm.org/";
+HOMEPAGE="https://libcxx.llvm.org/";
 if [[ ${PV} != 9999 ]] ; then
-       SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.xz";
+       SRC_URI="https://llvm.org/releases/${PV}/${P}.src.tar.xz";
        S="${WORKDIR}/${P}.src"
 else
        SRC_URI=""

diff --git a/sys-libs/libcxx/libcxx-4.0.0.ebuild 
b/sys-libs/libcxx/libcxx-4.0.0.ebuild
index ce256df08e8..43a14f9abb6 100644
--- a/sys-libs/libcxx/libcxx-4.0.0.ebuild
+++ b/sys-libs/libcxx/libcxx-4.0.0.ebuild
@@ -13,8 +13,8 @@ PYTHON_COMPAT=( python2_7 )
 inherit cmake-multilib llvm python-any-r1 toolchain-funcs
 
 DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
-HOMEPAGE="http://libcxx.llvm.org/";
-SRC_URI="http://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz";
+HOMEPAGE="https://libcxx.llvm.org/";
+SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz";
 
 LICENSE="|| ( UoI-NCSA MIT )"
 SLOT="0"

diff --git a/sys-libs/libcxx/libcxx-4.0.1.ebuild 
b/sys-libs/libcxx/libcxx-4.0.1.ebuild
index ce256df08e8..43a14f9abb6 100644
--- a/sys-libs/libcxx/libcxx-4.0.1.ebuild
+++ b/sys-libs/libcxx/libcxx-4.0.1.ebuild
@@ -13,8 +13,8 @@ PYTHON_COMPAT=( python2_7 )
 inherit cmake-multilib llvm python-any-r1 toolchain-funcs
 
 DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
-HOMEPAGE="http://libcxx.llvm.org/";
-SRC_URI="http://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz";
+HOMEPAGE="https://libcxx.llvm.org/";
+SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz";
 
 LICENSE="|| ( UoI-NCSA MIT )"
 SLOT="0"

diff --git a/sys-libs/libcxx/libcxx-9999.ebuild 
b/sys-libs/libcxx/libcxx-9999.ebuild
index 5787fb5be57..3a1e5e5de31 100644
--- a/sys-libs/libcxx/libcxx-9999.ebuild
+++ b/sys-libs/libcxx/libcxx-9999.ebuild
@@ -17,9 +17,9 @@ PYTHON_COMPAT=( python2_7 )
 inherit ${SCM} cmake-multilib llvm python-any-r1 toolchain-funcs
 
 DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
-HOMEPAGE="http://libcxx.llvm.org/";
+HOMEPAGE="https://libcxx.llvm.org/";
 if [[ ${PV} != 9999 ]] ; then
-       SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.xz";
+       SRC_URI="https://llvm.org/releases/${PV}/${P}.src.tar.xz";
        S="${WORKDIR}/${P}.src"
 else
        SRC_URI=""

Reply via email to