Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxx/
Date: Sat, 08 Jul 2017 23:25:39
Message-Id: 1499556310.da99825c801829fc5199ae2819823d24ddbc106b.mgorny@gentoo
1 commit: da99825c801829fc5199ae2819823d24ddbc106b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 23:23:45 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 8 23:25:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da99825c
7
8 sys-libs/libcxx: Use https for llvm.org
9
10 sys-libs/libcxx/libcxx-3.7.1.ebuild | 6 +++---
11 sys-libs/libcxx/libcxx-3.8.1.ebuild | 6 +++---
12 sys-libs/libcxx/libcxx-3.9.0.ebuild | 6 +++---
13 sys-libs/libcxx/libcxx-3.9.1.ebuild | 6 +++---
14 sys-libs/libcxx/libcxx-4.0.0.ebuild | 4 ++--
15 sys-libs/libcxx/libcxx-4.0.1.ebuild | 4 ++--
16 sys-libs/libcxx/libcxx-9999.ebuild | 4 ++--
17 7 files changed, 18 insertions(+), 18 deletions(-)
18
19 diff --git a/sys-libs/libcxx/libcxx-3.7.1.ebuild b/sys-libs/libcxx/libcxx-3.7.1.ebuild
20 index a608803e1f8..3535d3d9404 100644
21 --- a/sys-libs/libcxx/libcxx-3.7.1.ebuild
22 +++ b/sys-libs/libcxx/libcxx-3.7.1.ebuild
23 @@ -3,16 +3,16 @@
24
25 EAPI=5
26
27 -ESVN_REPO_URI="http://llvm.org/svn/llvm-project/libcxx/trunk"
28 +ESVN_REPO_URI="https://llvm.org/svn/llvm-project/libcxx/trunk"
29
30 [ "${PV%9999}" != "${PV}" ] && SCM="subversion" || SCM=""
31
32 inherit ${SCM} flag-o-matic toolchain-funcs multilib multilib-minimal
33
34 DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
35 -HOMEPAGE="http://libcxx.llvm.org/"
36 +HOMEPAGE="https://libcxx.llvm.org/"
37 if [ "${PV%9999}" = "${PV}" ] ; then
38 - SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.xz"
39 + SRC_URI="https://llvm.org/releases/${PV}/${P}.src.tar.xz"
40 S="${WORKDIR}/${P}.src"
41 else
42 SRC_URI=""
43
44 diff --git a/sys-libs/libcxx/libcxx-3.8.1.ebuild b/sys-libs/libcxx/libcxx-3.8.1.ebuild
45 index 98b17e37d72..33c990ecd40 100644
46 --- a/sys-libs/libcxx/libcxx-3.8.1.ebuild
47 +++ b/sys-libs/libcxx/libcxx-3.8.1.ebuild
48 @@ -3,16 +3,16 @@
49
50 EAPI=5
51
52 -ESVN_REPO_URI="http://llvm.org/svn/llvm-project/libcxx/trunk"
53 +ESVN_REPO_URI="https://llvm.org/svn/llvm-project/libcxx/trunk"
54
55 [ "${PV%9999}" != "${PV}" ] && SCM="subversion" || SCM=""
56
57 inherit ${SCM} flag-o-matic toolchain-funcs multilib multilib-minimal
58
59 DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
60 -HOMEPAGE="http://libcxx.llvm.org/"
61 +HOMEPAGE="https://libcxx.llvm.org/"
62 if [ "${PV%9999}" = "${PV}" ] ; then
63 - SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.xz"
64 + SRC_URI="https://llvm.org/releases/${PV}/${P}.src.tar.xz"
65 S="${WORKDIR}/${P}.src"
66 else
67 SRC_URI=""
68
69 diff --git a/sys-libs/libcxx/libcxx-3.9.0.ebuild b/sys-libs/libcxx/libcxx-3.9.0.ebuild
70 index d1d3852b1da..185bbc3d7be 100644
71 --- a/sys-libs/libcxx/libcxx-3.9.0.ebuild
72 +++ b/sys-libs/libcxx/libcxx-3.9.0.ebuild
73 @@ -6,7 +6,7 @@ EAPI=6
74 # Ninja provides better scalability and cleaner verbose output, and is used
75 # throughout all LLVM projects.
76 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
77 -EGIT_REPO_URI="http://llvm.org/git/libcxx.git
78 +EGIT_REPO_URI="https://llvm.org/git/libcxx.git
79 https://github.com/llvm-mirror/libcxx.git"
80 PYTHON_COMPAT=( python2_7 )
81
82 @@ -15,9 +15,9 @@ PYTHON_COMPAT=( python2_7 )
83 inherit ${SCM} cmake-multilib python-any-r1 toolchain-funcs
84
85 DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
86 -HOMEPAGE="http://libcxx.llvm.org/"
87 +HOMEPAGE="https://libcxx.llvm.org/"
88 if [[ ${PV} != 9999 ]] ; then
89 - SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.xz"
90 + SRC_URI="https://llvm.org/releases/${PV}/${P}.src.tar.xz"
91 S="${WORKDIR}/${P}.src"
92 else
93 SRC_URI=""
94
95 diff --git a/sys-libs/libcxx/libcxx-3.9.1.ebuild b/sys-libs/libcxx/libcxx-3.9.1.ebuild
96 index 8872bb9a666..e847a9f5d31 100644
97 --- a/sys-libs/libcxx/libcxx-3.9.1.ebuild
98 +++ b/sys-libs/libcxx/libcxx-3.9.1.ebuild
99 @@ -6,7 +6,7 @@ EAPI=6
100 # Ninja provides better scalability and cleaner verbose output, and is used
101 # throughout all LLVM projects.
102 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
103 -EGIT_REPO_URI="http://llvm.org/git/libcxx.git
104 +EGIT_REPO_URI="https://llvm.org/git/libcxx.git
105 https://github.com/llvm-mirror/libcxx.git"
106 PYTHON_COMPAT=( python2_7 )
107
108 @@ -15,9 +15,9 @@ PYTHON_COMPAT=( python2_7 )
109 inherit ${SCM} cmake-multilib python-any-r1 toolchain-funcs
110
111 DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
112 -HOMEPAGE="http://libcxx.llvm.org/"
113 +HOMEPAGE="https://libcxx.llvm.org/"
114 if [[ ${PV} != 9999 ]] ; then
115 - SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.xz"
116 + SRC_URI="https://llvm.org/releases/${PV}/${P}.src.tar.xz"
117 S="${WORKDIR}/${P}.src"
118 else
119 SRC_URI=""
120
121 diff --git a/sys-libs/libcxx/libcxx-4.0.0.ebuild b/sys-libs/libcxx/libcxx-4.0.0.ebuild
122 index ce256df08e8..43a14f9abb6 100644
123 --- a/sys-libs/libcxx/libcxx-4.0.0.ebuild
124 +++ b/sys-libs/libcxx/libcxx-4.0.0.ebuild
125 @@ -13,8 +13,8 @@ PYTHON_COMPAT=( python2_7 )
126 inherit cmake-multilib llvm python-any-r1 toolchain-funcs
127
128 DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
129 -HOMEPAGE="http://libcxx.llvm.org/"
130 -SRC_URI="http://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz"
131 +HOMEPAGE="https://libcxx.llvm.org/"
132 +SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz"
133
134 LICENSE="|| ( UoI-NCSA MIT )"
135 SLOT="0"
136
137 diff --git a/sys-libs/libcxx/libcxx-4.0.1.ebuild b/sys-libs/libcxx/libcxx-4.0.1.ebuild
138 index ce256df08e8..43a14f9abb6 100644
139 --- a/sys-libs/libcxx/libcxx-4.0.1.ebuild
140 +++ b/sys-libs/libcxx/libcxx-4.0.1.ebuild
141 @@ -13,8 +13,8 @@ PYTHON_COMPAT=( python2_7 )
142 inherit cmake-multilib llvm python-any-r1 toolchain-funcs
143
144 DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
145 -HOMEPAGE="http://libcxx.llvm.org/"
146 -SRC_URI="http://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz"
147 +HOMEPAGE="https://libcxx.llvm.org/"
148 +SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz"
149
150 LICENSE="|| ( UoI-NCSA MIT )"
151 SLOT="0"
152
153 diff --git a/sys-libs/libcxx/libcxx-9999.ebuild b/sys-libs/libcxx/libcxx-9999.ebuild
154 index 5787fb5be57..3a1e5e5de31 100644
155 --- a/sys-libs/libcxx/libcxx-9999.ebuild
156 +++ b/sys-libs/libcxx/libcxx-9999.ebuild
157 @@ -17,9 +17,9 @@ PYTHON_COMPAT=( python2_7 )
158 inherit ${SCM} cmake-multilib llvm python-any-r1 toolchain-funcs
159
160 DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
161 -HOMEPAGE="http://libcxx.llvm.org/"
162 +HOMEPAGE="https://libcxx.llvm.org/"
163 if [[ ${PV} != 9999 ]] ; then
164 - SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.xz"
165 + SRC_URI="https://llvm.org/releases/${PV}/${P}.src.tar.xz"
166 S="${WORKDIR}/${P}.src"
167 else
168 SRC_URI=""