Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bazel/
Date: Fri, 05 Oct 2018 09:44:57
Message-Id: 1538732668.c53d91840731e30080befde375bfa4e6a30cbf9c.perfinion@gentoo
1 commit: c53d91840731e30080befde375bfa4e6a30cbf9c
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 5 09:21:57 2018 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 5 09:44:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53d9184
7
8 dev-util/bazel: drop old
9
10 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 dev-util/bazel/Manifest | 4 --
14 dev-util/bazel/bazel-0.16.0.ebuild | 142 -------------------------------------
15 dev-util/bazel/bazel-0.17.1.ebuild | 123 --------------------------------
16 3 files changed, 269 deletions(-)
17
18 diff --git a/dev-util/bazel/Manifest b/dev-util/bazel/Manifest
19 index 500c437e2ad..1c0957fed3b 100644
20 --- a/dev-util/bazel/Manifest
21 +++ b/dev-util/bazel/Manifest
22 @@ -1,5 +1 @@
23 -DIST bazel-0.16.0-dist.zip 89720984 BLAKE2B be8ad9c94b13dd8d1d1de76ed67a3a695a2541327b8cb8a4d27b9279c065cb351d6b2d5785024d11a163bfd4697fb1375b350c8220387ab79db7e95537def5c3 SHA512 89cefed69df1cae7076673900546199427fab3508aad1f0347b9da38153b6b1566b19a4c205055f41ca431fd9444ec772c86bc32fbff0da0485a5e5f11728932
24 -DIST bazel-0.17.1-dist.zip 79229870 BLAKE2B 0f149ac881dc1bc02ab5b07590620d19921034d6d5fb88bf46b0a10e0eceac1ba0f33181e9912d342c01e551bf94e38a13e4252762e6b4e7800ec1527a970f76 SHA512 b8c2292baf67b0b8a85811145ac220084975a2bcd2f2a9f461e83589296c56166886f91a32cde343762247a9c3a04100b3f86a8f969d880f641f88183a804e6b
25 DIST bazel-0.17.2-dist.zip 79230155 BLAKE2B 62a60011f9605a1d615e648fdbb98b193561e1d86a7562ccb10fdbb8b6986e17a72c4076dbdbf6baf8a7af83e320af2c4e4b65b5b2101d845597ddd688194ba5 SHA512 0d277e20eac6fc972a31be1c77a750f6585d16beabfe7dd096db4103f0f191958aa83b52203b91d4df5b486ff20004c0b4b22125e58379f64f68abc4a87ac326
26 -DIST google-desugar_jdk_libs-f5e6d80c6b4ec6b0a46603f72b015d45cf3c11cd.zip 1056996 BLAKE2B bf168c41a9958bcdc679a40d1e88911c6af0e47207362204326b712e0129b37348360a855f44af8b76acc46108ac89a707d0c0f793500c513a919070248939b9 SHA512 40cb9ffcaa3c57c69bcbec7b070fad5865e7317817049b7588dd42899054eb97cd17cb0019df99ad2324ed8e2efd8334cd83ace758a4c2d3f453503ccf54a91e
27 -DIST zulu9.0.7.1-jdk9.0.7-linux_x64-allmodules.tar.gz 53360827 BLAKE2B 2cf000a50950d839fec4a0ff871632a18a67e93ff31a430d8af92fb0bf40f11d0d45a4427ec546618620aa1c1fc1078a9e918c540315ef8e5fb3928c9b36019d SHA512 63c3989b97845d9a019be5f20e667d9c96550738502c148b0dbf6cd9c1553df077217cb6fa0a9517d555c53a7a6eadeb7403d94aebca01f67aee3d97517df4fd
28
29 diff --git a/dev-util/bazel/bazel-0.16.0.ebuild b/dev-util/bazel/bazel-0.16.0.ebuild
30 deleted file mode 100644
31 index 1a6480e936e..00000000000
32 --- a/dev-util/bazel/bazel-0.16.0.ebuild
33 +++ /dev/null
34 @@ -1,142 +0,0 @@
35 -# Copyright 1999-2018 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -inherit bash-completion-r1 java-pkg-2 multiprocessing
41 -
42 -DESCRIPTION="Fast and correct automated build system"
43 -HOMEPAGE="http://bazel.io/"
44 -
45 -bazel_external_uris="https://github.com/google/desugar_jdk_libs/archive/f5e6d80c6b4ec6b0a46603f72b015d45cf3c11cd.zip -> google-desugar_jdk_libs-f5e6d80c6b4ec6b0a46603f72b015d45cf3c11cd.zip
46 - https://mirror.bazel.build/openjdk/azul-zulu-9.0.7.1-jdk9.0.7/zulu9.0.7.1-jdk9.0.7-linux_x64-allmodules.tar.gz"
47 -SRC_URI="https://github.com/bazelbuild/bazel/releases/download/${PV}/${P}-dist.zip
48 - ${bazel_external_uris}"
49 -
50 -LICENSE="Apache-2.0"
51 -SLOT="0"
52 -KEYWORDS="~amd64"
53 -IUSE="examples tools zsh-completion"
54 -# strip corrupts the bazel binary
55 -RESTRICT="strip"
56 -RDEPEND="virtual/jdk:1.8"
57 -DEPEND="${RDEPEND}
58 - app-arch/unzip
59 - app-arch/zip"
60 -
61 -S="${WORKDIR}"
62 -
63 -bazel-get-flags() {
64 - local i fs=()
65 - for i in ${CFLAGS}; do
66 - fs+=( "--copt=${i}" "--host_copt=${i}" )
67 - done
68 - for i in ${CXXFLAGS}; do
69 - fs+=( "--cxxopt=${i}" "--host_cxxopt=${i}" )
70 - done
71 - for i in ${CPPFLAGS}; do
72 - fs+=( "--copt=${i}" "--host_copt=${i}" )
73 - fs+=( "--cxxopt=${i}" "--host_cxxopt=${i}" )
74 - done
75 - for i in ${LDFLAGS}; do
76 - fs+=( "--linkopt=${i}" "--host_linkopt=${i}" )
77 - done
78 - echo "${fs[*]}"
79 -}
80 -
81 -load_distfiles() {
82 - # Populate the bazel distdir to fetch from since it cannot use the network
83 - local s d uri rename
84 - mkdir -p "${T}/bazel-distdir" || die "failed to create distdir"
85 -
86 - while read uri rename d; do
87 - [[ -z "$uri" ]] && continue
88 - if [[ "$rename" == "->" ]]; then
89 - s="${uri##*/}"
90 - einfo "Copying $d to bazel distdir $s ..."
91 - else
92 - s="${uri##*/}"
93 - d="${s}"
94 - einfo "Copying $d to bazel distdir ..."
95 - fi
96 - ln -s "${DISTDIR}/${d}" "${T}/bazel-distdir/${s}" || die
97 - done <<< "${bazel_external_uris}"
98 -}
99 -
100 -pkg_setup() {
101 - echo ${PATH} | grep -q ccache && \
102 - ewarn "${PN} usually fails to compile with ccache, you have been warned"
103 - java-pkg-2_pkg_setup
104 -}
105 -
106 -src_unpack() {
107 - # Only unpack the main distfile
108 - unpack ${P}-dist.zip
109 -}
110 -
111 -src_prepare() {
112 - load_distfiles
113 - default
114 -
115 - # F: fopen_wr
116 - # S: deny
117 - # P: /proc/self/setgroups
118 - # A: /proc/self/setgroups
119 - # R: /proc/24939/setgroups
120 - # C: /usr/lib/systemd/systemd
121 - addpredict /proc
122 -
123 - # Use standalone strategy to deactivate the bazel sandbox, since it
124 - # conflicts with FEATURES=sandbox.
125 - cat > "${T}/bazelrc" <<-EOF
126 - build --verbose_failures
127 - build --spawn_strategy=standalone --genrule_strategy=standalone
128 -
129 - build --experimental_distdir=${T}/bazel-distdir
130 - build --jobs=$(makeopts_jobs) $(bazel-get-flags)
131 -
132 - test --verbose_failures --verbose_test_summary
133 - test --spawn_strategy=standalone --genrule_strategy=standalone
134 - EOF
135 -
136 - echo "import ${T}/bazelrc" >> "${S}/.bazelrc"
137 -}
138 -
139 -src_compile() {
140 - export EXTRA_BAZEL_ARGS="--jobs=$(makeopts_jobs)"
141 - VERBOSE=yes ./compile.sh || die
142 - output/bazel --bazelrc="${T}/bazelrc" build scripts:bazel-complete.bash || die
143 - mv bazel-bin/scripts/bazel-complete.bash output/ || die
144 -}
145 -
146 -src_test() {
147 - output/bazel test \
148 - --verbose_failures \
149 - --spawn_strategy=standalone \
150 - --genrule_strategy=standalone \
151 - --verbose_test_summary \
152 - examples/cpp:hello-success_test || die
153 -}
154 -
155 -src_install() {
156 - output/bazel shutdown
157 - dobin output/bazel
158 - newbashcomp output/bazel-complete.bash ${PN}
159 - bashcomp_alias ${PN} ibazel
160 - if use zsh-completion ; then
161 - insinto /usr/share/zsh/site-functions
162 - doins scripts/zsh_completion/_bazel
163 - fi
164 - if use examples; then
165 - docinto examples
166 - dodoc -r examples/*
167 - docompress -x /usr/share/doc/${PF}/examples
168 - fi
169 - # could really build tools but I don't know which ones
170 - # are actually used
171 - if use tools; then
172 - docinto tools
173 - dodoc -r tools/*
174 - docompress -x /usr/share/doc/${PF}/tools
175 - fi
176 -}
177
178 diff --git a/dev-util/bazel/bazel-0.17.1.ebuild b/dev-util/bazel/bazel-0.17.1.ebuild
179 deleted file mode 100644
180 index 79fea4a87e0..00000000000
181 --- a/dev-util/bazel/bazel-0.17.1.ebuild
182 +++ /dev/null
183 @@ -1,123 +0,0 @@
184 -# Copyright 1999-2018 Gentoo Foundation
185 -# Distributed under the terms of the GNU General Public License v2
186 -
187 -EAPI=6
188 -
189 -inherit bash-completion-r1 java-pkg-2 multiprocessing
190 -
191 -DESCRIPTION="Fast and correct automated build system"
192 -HOMEPAGE="http://bazel.io/"
193 -
194 -SRC_URI="https://github.com/bazelbuild/bazel/releases/download/${PV}/${P}-dist.zip"
195 -
196 -LICENSE="Apache-2.0"
197 -SLOT="0"
198 -KEYWORDS="~amd64"
199 -IUSE="examples tools zsh-completion"
200 -# strip corrupts the bazel binary
201 -RESTRICT="strip"
202 -RDEPEND="virtual/jdk:1.8"
203 -DEPEND="${RDEPEND}
204 - app-arch/unzip
205 - app-arch/zip"
206 -
207 -S="${WORKDIR}"
208 -QA_FLAGS_IGNORED="usr/bin/bazel"
209 -
210 -bazel-get-flags() {
211 - local i fs=()
212 - for i in ${CFLAGS}; do
213 - fs+=( "--copt=${i}" "--host_copt=${i}" )
214 - done
215 - for i in ${CXXFLAGS}; do
216 - fs+=( "--cxxopt=${i}" "--host_cxxopt=${i}" )
217 - done
218 - for i in ${CPPFLAGS}; do
219 - fs+=( "--copt=${i}" "--host_copt=${i}" )
220 - fs+=( "--cxxopt=${i}" "--host_cxxopt=${i}" )
221 - done
222 - for i in ${LDFLAGS}; do
223 - fs+=( "--linkopt=${i}" "--host_linkopt=${i}" )
224 - done
225 - echo "${fs[*]}"
226 -}
227 -
228 -pkg_setup() {
229 - echo ${PATH} | grep -q ccache && \
230 - ewarn "${PN} usually fails to compile with ccache, you have been warned"
231 - java-pkg-2_pkg_setup
232 -}
233 -
234 -src_unpack() {
235 - # Only unpack the main distfile
236 - unpack ${P}-dist.zip
237 -}
238 -
239 -src_prepare() {
240 - default
241 -
242 - sed -i 's@//src:bazel@//src:bazel_nojdk@' scripts/BUILD || die
243 -
244 - # F: fopen_wr
245 - # S: deny
246 - # P: /proc/self/setgroups
247 - # A: /proc/self/setgroups
248 - # R: /proc/24939/setgroups
249 - # C: /usr/lib/systemd/systemd
250 - addpredict /proc
251 -
252 - # Use standalone strategy to deactivate the bazel sandbox, since it
253 - # conflicts with FEATURES=sandbox.
254 - cat > "${T}/bazelrc" <<-EOF
255 - build --verbose_failures
256 - build --spawn_strategy=standalone --genrule_strategy=standalone
257 -
258 - build --distdir=${S}/derived/distdir/
259 - build --jobs=$(makeopts_jobs) $(bazel-get-flags)
260 -
261 - test --verbose_failures --verbose_test_summary
262 - test --spawn_strategy=standalone --genrule_strategy=standalone
263 - EOF
264 -
265 - echo "import ${T}/bazelrc" >> "${S}/.bazelrc"
266 -}
267 -
268 -src_compile() {
269 - export EXTRA_BAZEL_ARGS="--jobs=$(makeopts_jobs)"
270 - VERBOSE=yes ./compile.sh || die
271 - output/bazel --bazelrc="${T}/bazelrc" build //scripts:bazel-complete.bash || die
272 - output/bazel shutdown
273 -}
274 -
275 -src_test() {
276 - output/bazel test \
277 - --verbose_failures \
278 - --spawn_strategy=standalone \
279 - --genrule_strategy=standalone \
280 - --verbose_test_summary \
281 - examples/cpp:hello-success_test || die
282 - output/bazel shutdown
283 -}
284 -
285 -src_install() {
286 - dobin output/bazel
287 - newbashcomp bazel-bin/scripts/bazel-complete.bash ${PN}
288 - bashcomp_alias ${PN} ibazel
289 - if use zsh-completion ; then
290 - insinto /usr/share/zsh/site-functions
291 - doins scripts/zsh_completion/_bazel
292 - fi
293 -
294 - if use examples; then
295 - docinto examples
296 - dodoc -r examples/*
297 - docompress -x /usr/share/doc/${PF}/examples
298 - fi
299 - # could really build tools but I don't know which ones
300 - # are actually used
301 - if use tools; then
302 - docinto tools
303 - dodoc -r tools/*
304 - docompress -x /usr/share/doc/${PF}/tools
305 - fi
306 -}