public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bazel/
Date: Fri, 28 Oct 2016 23:38:16 +0000 (UTC)	[thread overview]
Message-ID: <1477697889.74b540331037070b1090b239dbe814eeb8d7497a.zmedico@gentoo> (raw)

commit:     74b540331037070b1090b239dbe814eeb8d7497a
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 23:36:57 2016 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 23:38:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b54033

dev-util/bazel: add package

Package-Manager: portage-2.3.2

 dev-util/bazel/Manifest           |  1 +
 dev-util/bazel/bazel-0.3.2.ebuild | 34 ++++++++++++++++++++++++++++++++++
 dev-util/bazel/metadata.xml       | 10 ++++++++++
 3 files changed, 45 insertions(+)

diff --git a/dev-util/bazel/Manifest b/dev-util/bazel/Manifest
new file mode 100644
index 00000000..387eb8f
--- /dev/null
+++ b/dev-util/bazel/Manifest
@@ -0,0 +1 @@
+DIST bazel-0.3.2.tar.gz 145095554 SHA256 9692ac3318a40e8a0530f68bbfc473ae5f6a4a5c0fe08d2f88612ca4d40ba54a SHA512 975faf5830e952bea5d3fa8d127e0d5d9654af83f1fba0d7e26f9e1c2c71dd58542efea2382b0c52c9fd24ae43ec66a3ca7451309f02fd65c0896bbbdb3c79f5 WHIRLPOOL ab487f84e8126ab2badfd84d1fe757170900fbb2f88dff79d6867fb694bbb8adf226b7b89bfdb9cf207595bfd235583a54b8102a1a009f58be7bd3be039e1aaa

diff --git a/dev-util/bazel/bazel-0.3.2.ebuild b/dev-util/bazel/bazel-0.3.2.ebuild
new file mode 100644
index 00000000..a02451f
--- /dev/null
+++ b/dev-util/bazel/bazel-0.3.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit bash-completion-r1 java-pkg-2
+
+DESCRIPTION="Bazel build system"
+HOMEPAGE="https://bazel.io/"
+SRC_URI="https://github.com/bazelbuild/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+# strip corrupts the bazel binary
+RESTRICT="strip"
+DEPEND="virtual/jdk:1.8"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+	./compile.sh || die
+	# Use standalone strategy to deactivate the bazel sandbox, since it
+	# conflicts with FEATURES=sandbox.
+	echo "build --spawn_strategy=standalone --genrule_strategy=standalone" \
+		> "${T}/bazelrc" || die
+	output/bazel --bazelrc="${T}/bazelrc" build //scripts:bazel-complete.bash || die
+}
+
+src_install() {
+	dobin output/bazel
+	newbashcomp bazel-bin/scripts/bazel-complete.bash ${PN}
+}

diff --git a/dev-util/bazel/metadata.xml b/dev-util/bazel/metadata.xml
new file mode 100644
index 00000000..6fa3754
--- /dev/null
+++ b/dev-util/bazel/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>zmedico@gentoo.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">bazelbuild/bazel</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2016-10-28 23:38 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-28 23:38 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-10-29  0:52 [gentoo-commits] repo/gentoo:master commit in: dev-util/bazel/ Sebastien Fabbro
2016-11-17 17:28 Sebastien Fabbro
2017-01-02 16:13 Sebastien Fabbro
2017-03-08 18:04 Sebastien Fabbro
2017-04-22 23:09 Zac Medico
2017-04-23  0:19 Zac Medico
2017-07-09 19:57 Zac Medico
2017-07-09 20:12 Zac Medico
2017-07-15 21:18 Zac Medico
2017-10-25  6:15 Zac Medico
2017-10-25  6:39 Zac Medico
2017-11-26 11:39 David Seifert
2018-02-17 19:18 Zac Medico
2018-02-18 22:49 Zac Medico
2018-04-30 18:55 Jason Zaman
2018-05-21 18:10 Zac Medico
2018-06-11 18:24 Jason Zaman
2018-06-11 18:24 Jason Zaman
2018-08-02 16:39 Jason Zaman
2018-08-02 16:39 Jason Zaman
2018-09-15 16:02 Jason Zaman
2018-09-15 16:02 Jason Zaman
2018-10-03 17:10 Jason Zaman
2018-10-05  9:44 Jason Zaman
2018-10-17  4:46 Jason Zaman
2018-11-17 17:32 Jason Zaman
2018-12-24 10:32 Jason Zaman
2019-02-03 14:33 Jason Zaman
2019-02-03 14:33 Jason Zaman
2019-02-03 14:33 Jason Zaman
2019-04-26  7:42 Jason Zaman
2019-05-18 20:33 Zac Medico
2019-06-11  1:16 Zac Medico
2019-06-17 19:43 Zac Medico
2019-06-27  5:06 Jason Zaman
2019-07-03  5:51 Jason Zaman
2019-07-21 20:51 Zac Medico
2019-07-21 23:02 Zac Medico
2019-07-29  6:41 Zac Medico
2019-09-11  0:48 Zac Medico
2019-11-22 23:36 Zac Medico
2019-11-22 23:54 Zac Medico
2019-11-23  0:06 Zac Medico
2019-12-09  7:10 Zac Medico
2020-02-22  7:39 Jason Zaman
2020-03-17 18:44 Agostino Sarubbo
2020-03-26  1:38 Benda XU
2020-03-29  2:26 Jason Zaman
2020-06-13 21:16 Zac Medico
2021-03-06  8:55 Zac Medico
2021-04-16 17:56 Zac Medico
2021-09-19  1:39 Sam James
2021-11-06  4:48 Benda XU
2021-11-22  7:48 Agostino Sarubbo
2021-11-22 15:08 David Seifert
2022-03-31  1:18 Jason Zaman
2022-03-31  1:18 Jason Zaman
2022-05-01 19:04 Florian Schmaus
2022-09-23  3:06 Jason Zaman
2022-09-23  3:06 Jason Zaman
2022-11-22 18:03 Jason Zaman
2023-05-21 19:32 Jason Zaman

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=1477697889.74b540331037070b1090b239dbe814eeb8d7497a.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