From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7959C138252 for ; Wed, 11 May 2016 08:51:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FFFF14211; Wed, 11 May 2016 08:51:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DDB2A14211 for ; Wed, 11 May 2016 08:51:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E398F340B57 for ; Wed, 11 May 2016 08:51:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E228A33F for ; Wed, 11 May 2016 08:51:40 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1462956692.26c828a59c549fae8ffe3419df26d27b4fcf800a.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/js-build-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/js-build-tools/Manifest dev-ml/js-build-tools/js-build-tools-113.33.04.ebuild X-VCS-Directories: dev-ml/js-build-tools/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 26c828a59c549fae8ffe3419df26d27b4fcf800a X-VCS-Branch: master Date: Wed, 11 May 2016 08:51:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3675cf8c-1cd3-4c6d-9aa4-0ac558be1452 X-Archives-Hash: a213e91b728239a34efd83e8a64e1651 commit: 26c828a59c549fae8ffe3419df26d27b4fcf800a Author: Alexis Ballier gentoo org> AuthorDate: Wed May 11 08:51:32 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed May 11 08:51:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c828a5 dev-ml/js-build-tools: bump to 113.33.04 Package-Manager: portage-2.2.28 dev-ml/js-build-tools/Manifest | 1 + .../js-build-tools/js-build-tools-113.33.04.ebuild | 40 ++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/dev-ml/js-build-tools/Manifest b/dev-ml/js-build-tools/Manifest index d232eb3..577f99c 100644 --- a/dev-ml/js-build-tools/Manifest +++ b/dev-ml/js-build-tools/Manifest @@ -1 +1,2 @@ DIST js-build-tools-113.33.03.tar.gz 52884 SHA256 eb3e7a444bde32c20d910be4da774200f12dd01b157533de903409c3d0cb013a SHA512 4c5c6a7d98977900e130607fc2ce2aee683a0f73f2bc559078aaf0df35815d670be55bb429892238ba3d10f655d300d031b3b1d20a0717426c15292e5aeebf66 WHIRLPOOL f8e8e0d053d36681f69a587a6dfc011c7c559069a8b73eec7567777e10c1f41b8c98102f991ea74799e27340b8f72b8ac9c25ed3488c40ca2953517a8e10e5aa +DIST js-build-tools-113.33.04.tar.gz 53125 SHA256 30c54ab990298d32c7faaf0dbf9d7bdd98fc7c5d2ae99c6c7cfeb23c5f8c51a8 SHA512 80e5ec052a3957fe0871d3ddf5ce7cb18f6942360388508cf0afaa6fb251a3a37cdb72b8bf5ae05b390e781bec2e78cb546e460772aad4ef563a49137c5d378a WHIRLPOOL b886a8c22af4bf151ce8d7ebd4947476adab29ba5167690e9c3a671d14ce7254e22f501b37f71c9f04bbcc9ecbff30ed848ca2ffbde11d13dee6b264a775428a diff --git a/dev-ml/js-build-tools/js-build-tools-113.33.04.ebuild b/dev-ml/js-build-tools/js-build-tools-113.33.04.ebuild new file mode 100644 index 0000000..deec719 --- /dev/null +++ b/dev-ml/js-build-tools/js-build-tools-113.33.04.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +OASIS_BUILD_DOCS=1 +OASIS_BUILD_TESTS=1 + +inherit oasis + +DESCRIPTION="Collection of tools to help building Jane Street Packages" +HOMEPAGE="https://github.com/janestreet/js-build-tools" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} dev-ml/opam" + +src_configure() { + emake setup.exe + OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure +} + +src_compile() { + emake +} + +src_install() { + opam-installer -i \ + --prefix="${ED}/usr" \ + --libdir="${D}/$(ocamlc -where)" \ + --docdir="${ED}/usr/share/doc/${PF}" \ + ${PN}.install || die + dodoc README.md +}