From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6C7F1139085 for ; Mon, 30 Jan 2017 22:56:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2D9521C185; Mon, 30 Jan 2017 22:55:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A3DCC21C185 for ; Mon, 30 Jan 2017 22:55:48 +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 35C8F34106E for ; Mon, 30 Jan 2017 22:55:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 177A93B74 for ; Mon, 30 Jan 2017 22:55:34 +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: <1485815541.7b535e3339e8a1e7f90aaacaf94bf70e6825f4e6.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/core_profiler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/core_profiler/Manifest dev-ml/core_profiler/core_profiler-113.33.03.ebuild X-VCS-Directories: dev-ml/core_profiler/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 7b535e3339e8a1e7f90aaacaf94bf70e6825f4e6 X-VCS-Branch: master Date: Mon, 30 Jan 2017 22:55:34 +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: d95b2bab-647c-4533-89de-41ba78829b60 X-Archives-Hash: 5f20c517f4ae278430f5805ec12ea0a4 commit: 7b535e3339e8a1e7f90aaacaf94bf70e6825f4e6 Author: Alexis Ballier gentoo org> AuthorDate: Mon Jan 30 22:32:21 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jan 30 22:32:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b535e33 dev-ml/core_profiler: bump to 113.33.03 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ml/core_profiler/Manifest | 1 + .../core_profiler/core_profiler-113.33.03.ebuild | 57 ++++++++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/dev-ml/core_profiler/Manifest b/dev-ml/core_profiler/Manifest index f771f7c..b8ba15e 100644 --- a/dev-ml/core_profiler/Manifest +++ b/dev-ml/core_profiler/Manifest @@ -1 +1,2 @@ DIST core_profiler-113.33.00.tar.gz 109835 SHA256 f170ca83f1d30017755b88251c52a2cbe473d57e1229ba48db29fe886412ee54 SHA512 9ebdf6066f0501db3fc258a8b1e6c4bb904cad55194946f28dca17be6dfee3ff428b7e9b6d0563ac7114cc403aee1281253ef50b998a5e12aabbce6fde9e7deb WHIRLPOOL 8d6a927055d51c8be1d8ef3e64e44f266d4f4747dc6d1d20d84d858435d001d4187bbdb9ae05dae4fcd80b6d21391576312cbad5ee6c1779183af4ec564dd222 +DIST core_profiler-113.33.03.tar.gz 108242 SHA256 2325f58a40a031c7bf27dd103ef076d4132deb9e450fb2a11030654760e2ff7c SHA512 fb17cfec3bed449106cf65bd6155f7390f362da6d2ed88971b769344b02c669cb822ecf0ed2b0595953b4148394f60c4de710285046e40c055db80fe73c4014b WHIRLPOOL a6b9ee8e3c31bbe277587f1fc7b30ba761743ce39ae797ccf0901b222b2303c19d110297ad45919fb4cf43c084cb7fa58dc2f58895726eb709bc2991878f3f75 diff --git a/dev-ml/core_profiler/core_profiler-113.33.03.ebuild b/dev-ml/core_profiler/core_profiler-113.33.03.ebuild new file mode 100644 index 00000000..c9ace99 --- /dev/null +++ b/dev-ml/core_profiler/core_profiler-113.33.03.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2017 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 eutils oasis + +MY_P=${P/_/\~} +DESCRIPTION="Jane Street's profiling library" +HOMEPAGE="http://www.janestreet.com/ocaml" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + dev-ml/core:= + dev-ml/core_extended:= + dev-ml/bin-prot:= + 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/re2:= + dev-ml/sexplib:= + dev-ml/textutils:= + 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 +}