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 AF18859C49 for ; Fri, 12 Feb 2016 16:31:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 785B0E083B; Fri, 12 Feb 2016 16:31:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC490E083B for ; Fri, 12 Feb 2016 16:31:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC7EF340BD3 for ; Fri, 12 Feb 2016 16:31:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDA5F8F2 for ; Fri, 12 Feb 2016 16:31:20 +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: <1455294612.e08fe41fbfb74044d3e33caeb836b8e2b153ccbe.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_jane/Manifest dev-ml/ppx_jane/ppx_jane-113.24.01.ebuild X-VCS-Directories: dev-ml/ppx_jane/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e08fe41fbfb74044d3e33caeb836b8e2b153ccbe X-VCS-Branch: master Date: Fri, 12 Feb 2016 16:31:20 +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: 6225b049-6c9f-4f06-919e-02faf7f03567 X-Archives-Hash: 1900bb72bb38ab79e931873cabbc5745 commit: e08fe41fbfb74044d3e33caeb836b8e2b153ccbe Author: Alexis Ballier gentoo org> AuthorDate: Fri Feb 12 15:33:12 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Feb 12 16:30:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e08fe41f dev-ml/ppx_jane: bump to 113.24.01 Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> dev-ml/ppx_jane/Manifest | 1 + dev-ml/ppx_jane/ppx_jane-113.24.01.ebuild | 58 +++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) diff --git a/dev-ml/ppx_jane/Manifest b/dev-ml/ppx_jane/Manifest index 3b546f1..4236540 100644 --- a/dev-ml/ppx_jane/Manifest +++ b/dev-ml/ppx_jane/Manifest @@ -1 +1,2 @@ DIST ppx_jane-113.24.00.tar.gz 51938 SHA256 4a49fb16db18c577d720dc1878e4566c8530c3bc5601335d1c0657a38cb639ed SHA512 048d5971f2d92f435d33b8202356efb20c4453234753071e9a8f513c7ef9310e38d1cad1f7d85a4fbfd9833298c819793401b590e77912956ad83d57a11cd602 WHIRLPOOL a155d5b38b6ce5cb82d96aad2c1d8d84904a9a1734f1314b59f8560e274f6501885c5ac3b4f92d97defe67a45770f5f6263c960ca4a7307907676623cd854e3a +DIST ppx_jane-113.24.01.tar.gz 51453 SHA256 a7d21547b58600a1d9639d815f82ea4884cd03af8861961a0201d3190cbad081 SHA512 89f8722295f9861aff74499d6817a2807390231569e4fc04a515e7680207b5ca19689e50933baabb2cff5022341cc1dff524fd9cdf4d6eaee282d95443ea285c WHIRLPOOL 20180f3a6cb56315407d513503859691838aaa86cc8a87e0bfbb55343a7ed3fff2aadb0e552decdf4eb957b3da05e85e6125e54c3efe7c67c808be1b414c1d3a diff --git a/dev-ml/ppx_jane/ppx_jane-113.24.01.ebuild b/dev-ml/ppx_jane/ppx_jane-113.24.01.ebuild new file mode 100644 index 0000000..ecba476 --- /dev/null +++ b/dev-ml/ppx_jane/ppx_jane-113.24.01.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit oasis + +DESCRIPTION="Standard Jane Street ppx rewriters" +HOMEPAGE="http://www.janestreet.com/ocaml" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-ml/ppx_tools:= + dev-ml/ppx_assert:= + dev-ml/ppx_bench:= + dev-ml/ppx_bin_prot:= + dev-ml/ppx_compare:= + dev-ml/ppx_custom_printf:= + dev-ml/ppx_driver:= + dev-ml/ppx_enumerate:= + dev-ml/ppx_expect:= + dev-ml/ppx_fail:= + dev-ml/ppx_fields_conv:= + dev-ml/ppx_here:= + dev-ml/ppx_inline_test:= + dev-ml/ppx_let:= + dev-ml/ppx_pipebang:= + dev-ml/ppx_sexp_conv:= + dev-ml/ppx_sexp_message:= + dev-ml/ppx_sexp_value:= + dev-ml/ppx_typerep_conv:= + dev-ml/ppx_variants_conv:= +" +RDEPEND="${DEPEND}" +DEPEND="${DEPEND} 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 +}