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 B7BE459CA5 for ; Tue, 22 Mar 2016 10:56:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE0B421C116; Tue, 22 Mar 2016 10:56:16 +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 05AF421C103 for ; Tue, 22 Mar 2016 10:56:15 +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 A5E8A340B4D for ; Tue, 22 Mar 2016 10:56:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0E68872 for ; Tue, 22 Mar 2016 10:56:10 +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: <1458644146.4d479996f087359cb2889cc344f327e557cfacc3.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/async_rpc_kernel/Manifest dev-ml/async_rpc_kernel/async_rpc_kernel-113.33.00.ebuild X-VCS-Directories: dev-ml/async_rpc_kernel/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 4d479996f087359cb2889cc344f327e557cfacc3 X-VCS-Branch: master Date: Tue, 22 Mar 2016 10:56:10 +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: 75fe24b0-651e-41d3-8548-b926078c11ce X-Archives-Hash: df370bb8737688bd9eea8a9c5c07d191 commit: 4d479996f087359cb2889cc344f327e557cfacc3 Author: Alexis Ballier gentoo org> AuthorDate: Tue Mar 22 10:46:45 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Mar 22 10:55:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d479996 dev-ml/async_rpc_kernel: bump to 113.33.00 Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier gentoo.org> dev-ml/async_rpc_kernel/Manifest | 1 + .../async_rpc_kernel-113.33.00.ebuild | 51 ++++++++++++++++++++++ 2 files changed, 52 insertions(+) diff --git a/dev-ml/async_rpc_kernel/Manifest b/dev-ml/async_rpc_kernel/Manifest index a8e45dd..0200408 100644 --- a/dev-ml/async_rpc_kernel/Manifest +++ b/dev-ml/async_rpc_kernel/Manifest @@ -1 +1,2 @@ DIST async_rpc_kernel-113.24.00.tar.gz 91427 SHA256 7f6cf06929206b36de3952faf9b57928cc8428457ad3b3269d3ec03b1f36a5bb SHA512 50ff6b38ca9aa31a549d5379babb07d6e3e19441fe2e2816b43f91d279323e154beb00999cc023b6b44ab0367c785bbfea09ea04938e9163b061b8ddff83fd04 WHIRLPOOL 4eafa5a0c0aa1a8e6d9bc4585335757b17eb646e7117d1d4840df7c412fcbeebdbf30f66dd35fda2b876c198c75155eba58ef62da9f4542a8aca22c7efc1c4a9 +DIST async_rpc_kernel-113.33.00.tar.gz 93171 SHA256 9bb09d157ee44fb932c4f1c4c62e99da506558703ad552f83ce3e34b98cb6893 SHA512 f36308e2e81849358e4e20f90d3340a583509f4a0cb6f3e4eebf4c4f1d99d8e685f114d5cfdce6a3c579b35179532d62c6ecf20dc9d3493f2c495f831af782db WHIRLPOOL 8f5d8ef886735746ef3efcff537aadf59cacfa1655fddc2a5de7dfe742a27373528320251b8d5994a36156b5b238ccecfc3ad7417fdca00a9afd3fe41ac55f35 diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-113.33.00.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-113.33.00.ebuild new file mode 100644 index 0000000..18d85eb --- /dev/null +++ b/dev-ml/async_rpc_kernel/async_rpc_kernel-113.33.00.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit oasis + +DESCRIPTION="Platform-independent core of Async RPC library" +HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + dev-ml/async_kernel:= + dev-ml/bin-prot:= + dev-ml/core_kernel:= + dev-ml/fieldslib:= + dev-ml/ppx_assert:= + dev-ml/ppx_bench:= + dev-ml/ppx_driver:= + dev-ml/ppx_expect:= + dev-ml/ppx_inline_test:= + dev-ml/ppx_jane:= + dev-ml/sexplib:= + dev-ml/typerep:= + dev-ml/variantslib:= +" +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 CHANGES.md +}