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 0FD6259CA5 for ; Tue, 22 Mar 2016 09:20:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6652321C014; Tue, 22 Mar 2016 09:20: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 EABBA21C006 for ; Tue, 22 Mar 2016 09:20:44 +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 1BE6E340961 for ; Tue, 22 Mar 2016 09:20:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E36A8872 for ; Tue, 22 Mar 2016 09:20: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: <1458638405.1e9c29d1c61fa7afb04311378dc7c013cc312a71.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_sexp_conv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_sexp_conv/Manifest dev-ml/ppx_sexp_conv/ppx_sexp_conv-113.33.00.ebuild X-VCS-Directories: dev-ml/ppx_sexp_conv/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 1e9c29d1c61fa7afb04311378dc7c013cc312a71 X-VCS-Branch: master Date: Tue, 22 Mar 2016 09:20: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: c41181ae-f612-48b1-b8c0-d336eca5b96b X-Archives-Hash: fbfd53345c61efb5d67f98d105dde437 commit: 1e9c29d1c61fa7afb04311378dc7c013cc312a71 Author: Alexis Ballier gentoo org> AuthorDate: Tue Mar 22 09:02:27 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Mar 22 09:20:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9c29d1 dev-ml/ppx_sexp_conv: bump to 113.33.00 Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier gentoo.org> dev-ml/ppx_sexp_conv/Manifest | 1 + .../ppx_sexp_conv/ppx_sexp_conv-113.33.00.ebuild | 43 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/dev-ml/ppx_sexp_conv/Manifest b/dev-ml/ppx_sexp_conv/Manifest index 3242c3f..e8025a3 100644 --- a/dev-ml/ppx_sexp_conv/Manifest +++ b/dev-ml/ppx_sexp_conv/Manifest @@ -1 +1,2 @@ DIST ppx_sexp_conv-113.24.00.tar.gz 75540 SHA256 b7ea6ed577c130e8ba414beb6de03e18833340d5d987f60401283980a6997b6c SHA512 3666052d2880bfd59f0902eea9be123cfc8efea18f0760c8e581d2149ca91acc9b177306fc1ba98a0e36fcb7168faf66c3dc1adddede3cfebb9b7e1be66a6698 WHIRLPOOL 3e0920eae44c97686ae7852a39a08b3da47bf8fb35561170748ca6b199280f14889b46ac2977759f8f5adb20609a11847056566a836569d4a59c34922fb9603d +DIST ppx_sexp_conv-113.33.00.tar.gz 79043 SHA256 fdd6b6f1c8dc81ae969fef74724bc72346f79bf7750aebe88f1e0abf526e4710 SHA512 398e13b3689874aab627d192a05ea746c7fcd1ab38443757e9ff4be7592899f80d1d007d6330880f59d34ebf93cf4cae78da90b9418729854cc4cbe2c218b21d WHIRLPOOL 2db0bc7d8915e3fcba772e81801413e84b974533a47a128e6b12da8506a0a8ccb119a2e16fc2b231f00d8caed3e02edadaa0905160cb26a612391633cc8cc315 diff --git a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-113.33.00.ebuild b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-113.33.00.ebuild new file mode 100644 index 0000000..c94e89c --- /dev/null +++ b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-113.33.00.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit oasis + +DESCRIPTION="Support Library for type-driven code generators" +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_core:= + dev-ml/ppx_type_conv:= + dev-ml/sexplib:= + " + +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 CHANGES.md +}