commit: 9c06366e7ce338c08d8ddae52ed772154f4ca42c
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 13:23:10 2015 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 14:03:08 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c06366e
dev-ml/core_profiler: bump to 113.00.00
Package-Manager: portage-2.2.20.1
dev-ml/core_profiler/Manifest | 1 +
.../core_profiler/core_profiler-113.00.00.ebuild | 33 ++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-ml/core_profiler/Manifest b/dev-ml/core_profiler/Manifest
index 52d5a60..eaca535 100644
--- a/dev-ml/core_profiler/Manifest
+++ b/dev-ml/core_profiler/Manifest
@@ -1 +1,2 @@
DIST core_profiler-112.35.00.tar.gz 102445 SHA256
f5aea31c1026a6175ecfa5f1681f8da4eb5be037942331feed7a59e9de66accb SHA512
3b04853e9edfa57b147e4d9e264d369fc53c657f04e9ec63778f7eff04493ce19998bb9e35c9330c9202eaf7c16907334e6cc29f536bb5ce424b7d20ad8a0157
WHIRLPOOL
595418b50dca93b51eb85e82ddfa19d26554162276a1f64e4b57276b9121398f940c4885d1f8257bac995eaec2d685226a13fe2db6735404fc2187466bc2dfaa
+DIST core_profiler-113.00.00.tar.gz 103105 SHA256
0f3d1527369529a3fa9ea69b9b8758bff98264b8e126b0d933463d2875448276 SHA512
3ea69b055511a94d00762f40df3a9f394ef4725984596e92ccfb2506834e2c514cea8eaa1442916d3d2472db6807bc4d6d80cc6791007bbc17a8c63968e86065
WHIRLPOOL
3555cb3b4cf8ad5944b4ae3301d7474c872f9be5fb6c14567b175f9387d4255437452f285f0d0b444f25602bcb57eac6ae74767c5bd01da83d442e88c12a2241
diff --git a/dev-ml/core_profiler/core_profiler-113.00.00.ebuild
b/dev-ml/core_profiler/core_profiler-113.00.00.ebuild
new file mode 100644
index 0000000..5210373
--- /dev/null
+++ b/dev-ml/core_profiler/core_profiler-113.00.00.ebuild
@@ -0,0 +1,33 @@
+# 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 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/core_bench:=
+ dev-ml/textutils:=
+ dev-ml/pa_test:=
+ dev-ml/pa_bench:=
+ dev-ml/pa_ounit:=
+ dev-ml/re2:=
+"
+DEPEND="${RDEPEND}"
+DOCS=( "README.md" )