From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bazel/
Date: Sat, 23 Nov 2019 00:06:23 +0000 (UTC) [thread overview]
Message-ID: <1574467578.1af9e2e81dfd5f88666132600a57ae9f9818f804.zmedico@gentoo> (raw)
commit: 1af9e2e81dfd5f88666132600a57ae9f9818f804
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 00:05:51 2019 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 00:06:18 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af9e2e8
dev-util/bazel: Bump to version 1.2.0
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
dev-util/bazel/Manifest | 1 +
dev-util/bazel/bazel-1.2.0.ebuild | 109 ++++++++++++++++++++++++++++++++++++++
2 files changed, 110 insertions(+)
diff --git a/dev-util/bazel/Manifest b/dev-util/bazel/Manifest
index 5f57c9d8f75..b1c88dcc6af 100644
--- a/dev-util/bazel/Manifest
+++ b/dev-util/bazel/Manifest
@@ -3,3 +3,4 @@ DIST bazel-0.24.1-dist.zip 174691842 BLAKE2B 56d42421ac6f5513f019f3b71ca0c5e7b49
DIST bazel-0.27.2-dist.zip 247948037 BLAKE2B ee3dafbb104f434080ad803cb40585e36a8c816eddac3d1a680752dd4ac65d588f1d5f4bb759dad0f59e9f6d7aad0ea5b54cd050d75a5434ee6ef079d8127641 SHA512 5fd7c2af2123424d3e5e4c9216de10d12ce604798f4831800c8d68cfd9bcf1133f4db9a947f0ee16db1a1513be17340ab8e36fba994a016d98c74ad5e026b4ab
DIST bazel-0.29.1-dist.zip 265744999 BLAKE2B 8495ab96947b02ec827cc2b5f542454e0d631eb077514c740d8be813495644f0be1020e706e2dbd321fa6f39af3060c4a7b2e68499201eaffc197704c1ecf760 SHA512 4da49e3f1ba681003afc2536d55954ed5a2c29de4a68e5a07f2627f3573d97bd6e244bc8a4f43c8951ecddd221041d87270ca9b7dd59ab16676306c9716f003d
DIST bazel-1.0.1-dist.zip 267211562 BLAKE2B ade5fcc2a799df4da24ce23a3f2f23d3f38aeec832ef2504a1a8ca7f23acafe3d5b5d94302f101ddadb366d7144624559c96c1c343fa465a976ca2c9b258c083 SHA512 94d81697d2f181659c2d386de23dae2655c4131633f8ce6d10c60373222756e8c0330ed3fe5ed20f81a8648bcb3acfc8b4762e96eb7950b58a4a5c94c715159f
+DIST bazel-1.2.0-dist.zip 267514282 BLAKE2B 1c4f9dcf2c18e6880d701dab3de2e880e55278216ba051f9ad753b9f8c539e5734346bcb20c706307b677f97736587ee11e3c3accabe4c82ac1a82a0cdafcd36 SHA512 eaa3e27d0ddd6102fea4fcdf5f4379355954ba25cd2f4b3530071d077411f8a501041d8fda9ac90325244296f31072faaebd91cf6338893752b25212822a6be9
diff --git a/dev-util/bazel/bazel-1.2.0.ebuild b/dev-util/bazel/bazel-1.2.0.ebuild
new file mode 100644
index 00000000000..84224be1166
--- /dev/null
+++ b/dev-util/bazel/bazel-1.2.0.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 java-pkg-2 multiprocessing
+
+DESCRIPTION="Fast and correct automated build system"
+HOMEPAGE="https://bazel.build/"
+
+SRC_URI="https://github.com/bazelbuild/bazel/releases/download/${PV}/${P}-dist.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples tools"
+# strip corrupts the bazel binary
+# test fails with network-sandbox: An error occurred during the fetch of repository 'io_bazel_skydoc' (bug 690794)
+RESTRICT="strip test"
+RDEPEND=">=virtual/jdk-1.8:*"
+DEPEND="${RDEPEND}
+ app-arch/unzip
+ app-arch/zip"
+
+S="${WORKDIR}"
+
+bazel-get-flags() {
+ local i fs=()
+ for i in ${CFLAGS}; do
+ fs+=( "--copt=${i}" "--host_copt=${i}" )
+ done
+ for i in ${CXXFLAGS}; do
+ fs+=( "--cxxopt=${i}" "--host_cxxopt=${i}" )
+ done
+ for i in ${CPPFLAGS}; do
+ fs+=( "--copt=${i}" "--host_copt=${i}" )
+ fs+=( "--cxxopt=${i}" "--host_cxxopt=${i}" )
+ done
+ for i in ${LDFLAGS}; do
+ fs+=( "--linkopt=${i}" "--host_linkopt=${i}" )
+ done
+ echo "${fs[*]}"
+}
+
+pkg_setup() {
+ echo ${PATH} | grep -q ccache && \
+ ewarn "${PN} usually fails to compile with ccache, you have been warned"
+ java-pkg-2_pkg_setup
+}
+
+src_unpack() {
+ # Only unpack the main distfile
+ unpack ${P}-dist.zip
+}
+
+src_prepare() {
+ default
+
+ # F: fopen_wr
+ # S: deny
+ # P: /proc/self/setgroups
+ # A: /proc/self/setgroups
+ # R: /proc/24939/setgroups
+ # C: /usr/lib/systemd/systemd
+ addpredict /proc
+}
+
+src_compile() {
+ export EXTRA_BAZEL_ARGS="--jobs=$(makeopts_jobs) $(bazel-get-flags) --host_javabase=@local_jdk//:jdk"
+ VERBOSE=yes ./compile.sh || die
+
+ ./scripts/generate_bash_completion.sh \
+ --bazel=output/bazel \
+ --output=bazel-complete.bash \
+ --prepend=scripts/bazel-complete-header.bash \
+ --prepend=scripts/bazel-complete-template.bash
+}
+
+src_test() {
+ output/bazel test \
+ --verbose_failures \
+ --spawn_strategy=standalone \
+ --genrule_strategy=standalone \
+ --verbose_test_summary \
+ examples/cpp:hello-success_test || die
+ output/bazel shutdown
+}
+
+src_install() {
+ dobin output/bazel
+ newbashcomp bazel-complete.bash ${PN}
+ bashcomp_alias ${PN} ibazel
+ insinto /usr/share/zsh/site-functions
+ doins scripts/zsh_completion/_bazel
+
+ if use examples; then
+ docinto examples
+ dodoc -r examples/*
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+ # could really build tools but I don't know which ones
+ # are actually used
+ if use tools; then
+ docinto tools
+ dodoc -r tools/*
+ docompress -x /usr/share/doc/${PF}/tools
+ docompress -x /usr/share/doc/${PF}/tools/build_defs/pkg/testdata
+ fi
+}
next reply other threads:[~2019-11-23 0:06 UTC|newest]
Thread overview: 63+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-23 0:06 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-21 19:32 [gentoo-commits] repo/gentoo:master commit in: dev-util/bazel/ Jason Zaman
2022-11-22 18:03 Jason Zaman
2022-09-23 3:06 Jason Zaman
2022-09-23 3:06 Jason Zaman
2022-05-01 19:04 Florian Schmaus
2022-03-31 1:18 Jason Zaman
2022-03-31 1:18 Jason Zaman
2021-11-22 15:08 David Seifert
2021-11-22 7:48 Agostino Sarubbo
2021-11-06 4:48 Benda XU
2021-09-19 1:39 Sam James
2021-04-16 17:56 Zac Medico
2021-03-06 8:55 Zac Medico
2020-06-13 21:16 Zac Medico
2020-03-29 2:26 Jason Zaman
2020-03-26 1:38 Benda XU
2020-03-17 18:44 Agostino Sarubbo
2020-02-22 7:39 Jason Zaman
2019-12-09 7:10 Zac Medico
2019-11-22 23:54 Zac Medico
2019-11-22 23:36 Zac Medico
2019-09-11 0:48 Zac Medico
2019-07-29 6:41 Zac Medico
2019-07-21 23:02 Zac Medico
2019-07-21 20:51 Zac Medico
2019-07-03 5:51 Jason Zaman
2019-06-27 5:06 Jason Zaman
2019-06-17 19:43 Zac Medico
2019-06-11 1:16 Zac Medico
2019-05-18 20:33 Zac Medico
2019-04-26 7:42 Jason Zaman
2019-02-03 14:33 Jason Zaman
2019-02-03 14:33 Jason Zaman
2019-02-03 14:33 Jason Zaman
2018-12-24 10:32 Jason Zaman
2018-11-17 17:32 Jason Zaman
2018-10-17 4:46 Jason Zaman
2018-10-05 9:44 Jason Zaman
2018-10-03 17:10 Jason Zaman
2018-09-15 16:02 Jason Zaman
2018-09-15 16:02 Jason Zaman
2018-08-02 16:39 Jason Zaman
2018-08-02 16:39 Jason Zaman
2018-06-11 18:24 Jason Zaman
2018-06-11 18:24 Jason Zaman
2018-05-21 18:10 Zac Medico
2018-04-30 18:55 Jason Zaman
2018-02-18 22:49 Zac Medico
2018-02-17 19:18 Zac Medico
2017-11-26 11:39 David Seifert
2017-10-25 6:39 Zac Medico
2017-10-25 6:15 Zac Medico
2017-07-15 21:18 Zac Medico
2017-07-09 20:12 Zac Medico
2017-07-09 19:57 Zac Medico
2017-04-23 0:19 Zac Medico
2017-04-22 23:09 Zac Medico
2017-03-08 18:04 Sebastien Fabbro
2017-01-02 16:13 Sebastien Fabbro
2016-11-17 17:28 Sebastien Fabbro
2016-10-29 0:52 Sebastien Fabbro
2016-10-28 23:38 Zac Medico
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1574467578.1af9e2e81dfd5f88666132600a57ae9f9818f804.zmedico@gentoo \
--to=zmedico@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox