From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/core_kernel/
Date: Tue, 22 Mar 2016 10:56:10 +0000 (UTC) [thread overview]
Message-ID: <1458644134.2ea56cf7433553e18c25058d0a7ccd354963730b.aballier@gentoo> (raw)
commit: 2ea56cf7433553e18c25058d0a7ccd354963730b
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 10:22:46 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 10:55:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea56cf7
dev-ml/core_kernel: bump to 113.33.00
Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ml/core_kernel/Manifest | 1 +
dev-ml/core_kernel/core_kernel-113.33.00.ebuild | 53 +++++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/dev-ml/core_kernel/Manifest b/dev-ml/core_kernel/Manifest
index b8af625..9f595b4 100644
--- a/dev-ml/core_kernel/Manifest
+++ b/dev-ml/core_kernel/Manifest
@@ -1 +1,2 @@
DIST core_kernel-113.24.00.tar.gz 647874 SHA256 e245cddd9bdf847a4f9c1d88922bbf567b0badc30ce9acec3933ae515acc68c6 SHA512 6cdf8f400d689fb2501d2dcedb9b287dd3ac5edb4bb8a6310f1ca92c8370f3b38ab1b68791a61034c21cb101c6f390f876fc340fde46c901a2161fa11b2d3f1f WHIRLPOOL 6d2908aa37a56342019e1fd53f845c824b61b73ffdfe66adb901b5f263a53b880ec389329897df585178fd049a8196140ce8a0f51622f51b156e210171ee863b
+DIST core_kernel-113.33.00.tar.gz 663386 SHA256 2c24033532c88c6e2d8e77bac650e7398b9ec67dbdd76e8b8a10f45f6d9c64e0 SHA512 f9ddb9e23b6a98b5c47714d90aeec96b495231bcd088a73a37cb40d841a1a230aa6647e2b97f8509e11f0f6f8704c459bd3d5f2ade569018d85a4e083fc2bad3 WHIRLPOOL 4e52a336ce57ae0756fe0f45b4a3930ff40385fcf58df4edcf1c552e8c8f5f80410b2583c97e87e0577f1da3f55eecc4930c73ba3dcc62c9134d97618424159b
diff --git a/dev-ml/core_kernel/core_kernel-113.33.00.ebuild b/dev-ml/core_kernel/core_kernel-113.33.00.ebuild
new file mode 100644
index 0000000..7777667
--- /dev/null
+++ b/dev-ml/core_kernel/core_kernel-113.33.00.ebuild
@@ -0,0 +1,53 @@
+# 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 oasis
+
+DESCRIPTION="System-independent part of Core"
+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/bin-prot-112.17.00:=
+ >=dev-ml/fieldslib-109.20.00:=
+ 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-109.20.00:=
+ >=dev-ml/variantslib-109.15.00:=
+ >=dev-ml/typerep-111.17:=
+ dev-ml/result:=
+ "
+DEPEND="${RDEPEND}"
+
+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
+}
next reply other threads:[~2016-03-22 10:56 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-22 10:56 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-14 0:22 [gentoo-commits] repo/gentoo:master commit in: dev-ml/core_kernel/ Jakov Smolić
2025-06-04 4:38 Alfredo Tupone
2024-06-12 5:40 Arthur Zamarin
2024-06-02 19:46 Arthur Zamarin
2024-06-02 19:41 Arthur Zamarin
2024-06-02 19:36 Arthur Zamarin
2024-06-02 12:25 Alfredo Tupone
2023-07-02 13:03 Alfredo Tupone
2023-06-15 18:20 Arthur Zamarin
2023-04-30 1:14 Sam James
2023-04-30 0:21 Sam James
2023-04-30 0:21 Sam James
2023-04-19 20:47 Alfredo Tupone
2023-02-24 22:20 Sam James
2023-02-20 20:27 Arthur Zamarin
2023-02-10 8:28 Yixun Lan
2023-01-27 0:30 Sam James
2022-10-15 16:24 Alfredo Tupone
2022-10-14 21:22 Alfredo Tupone
2022-04-26 17:13 Alfredo Tupone
2022-01-31 1:14 Maciej Barć
2021-10-06 1:02 Sam James
2021-03-13 14:05 Sam James
2021-03-07 19:22 Alfredo Tupone
2021-03-04 14:28 Agostino Sarubbo
2021-02-25 17:54 Sam James
2021-02-25 13:09 Sam James
2021-02-21 8:11 Sam James
2021-02-10 16:38 Sam James
2021-01-28 20:25 Sam James
2021-01-28 2:48 Sam James
2021-01-27 19:53 Sam James
2021-01-27 8:34 Sam James
2021-01-27 7:22 Sam James
2021-01-27 2:08 Sam James
2021-01-27 2:01 Sam James
2021-01-27 2:01 Sam James
2021-01-24 17:10 Sam James
2021-01-24 17:10 Sam James
2021-01-24 16:06 Sam James
2017-11-10 17:42 Alexis Ballier
2017-01-24 11:07 Alexis Ballier
2016-03-23 13:59 Alexis Ballier
2016-02-05 20:59 Alexis Ballier
2015-09-19 14:03 Alexis Ballier
2015-09-04 17:06 Alexis Ballier
2015-09-04 16:34 Alexis Ballier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1458644134.2ea56cf7433553e18c25058d0a7ccd354963730b.aballier@gentoo \
--to=aballier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox