From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_extra/
Date: Fri, 5 Feb 2016 20:59:25 +0000 (UTC) [thread overview]
Message-ID: <1454705942.61169317f4f04a5b3a251a66ae8883026a11be35.aballier@gentoo> (raw)
commit: 61169317f4f04a5b3a251a66ae8883026a11be35
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 5 20:06:32 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Feb 5 20:59:02 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61169317
dev-ml/async_extra: bump to 113.24.00
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
| 1 +
| 55 +++++++++++++++++++++++++
2 files changed, 56 insertions(+)
--git a/dev-ml/async_extra/Manifest b/dev-ml/async_extra/Manifest
index 2d2d8e3..5fe5424 100644
--- a/dev-ml/async_extra/Manifest
+++ b/dev-ml/async_extra/Manifest
@@ -1,2 +1,3 @@
DIST async_extra-112.35.00.tar.gz 145974 SHA256 2bb3683c6a8f9100f5fa09edcbd885a9253973f33a7ad6344fed10cd2aa5733c SHA512 25fc649d4272631068f4d19c472f13ed81645b321d1b80b498bdc7acd1070af8b0c4ddad08fba09b836b093d985cdd52e39ee672b949ff7085c66ee7599e6144 WHIRLPOOL f2cfa6ef0dfe64ee6f8fd5091b85cbc9918c46db54c8031575166c6c7d40e5e66f9cb3236db676a8426b2dc605a9e23f5495f681641105d783f7653fa9c22d8c
DIST async_extra-113.00.00.tar.gz 147435 SHA256 3dbc17491f7a5e79a3d378edf250eb26a35b66e8e91a5b746faa9c437f83a1a9 SHA512 b4b8dfeebd65dc8b91aa851e419477890f208ae78d89f23b8520dba839dad4fb3131ec3ede6c103c5cdbd55b8b35d0b111f5d5b17d98bd40ab3b95ead489d1cf WHIRLPOOL 1b4eb634aec9d7c75cf9a15676d0a196a1b3ddf94a3a61089165296833c7980c3cffb18859f50f193d7795e32fdf71d7da13c4b0cb5b805336b4c8777a1f4df7
+DIST async_extra-113.24.00.tar.gz 160701 SHA256 4513e27afd529f44bf73a66cdd49131c73dd3812e959e7d4c3d43eb5af661156 SHA512 2f491f337ecdf2e7dfc2530a1845d935ed2e0904518b30d73a60d15e4818b2063c4b7582e215b5aca50ac9018a64b3eced401f9fefbc77a710b5f100ab88c45a WHIRLPOOL 63c3b91c978007621a53480cb1d415593e93cce7aadfd0de943da20630ecf12b041b1379e30975a0061f530726da527efe67a1a4367a54a8fea8fc3145954b5f
--git a/dev-ml/async_extra/async_extra-113.24.00.ebuild b/dev-ml/async_extra/async_extra-113.24.00.ebuild
new file mode 100644
index 0000000..730d385
--- /dev/null
+++ b/dev-ml/async_extra/async_extra-113.24.00.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+DESCRIPTION="Jane Street Capital's asynchronous execution library (extra)"
+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=""
+
+RDEPEND=">=dev-lang/ocaml-4.02.0:=
+ >=dev-ml/async_kernel-${PV}:=
+ >=dev-ml/async_rpc_kernel-${PV}:=
+ >=dev-ml/async_unix-${PV}:=
+ >=dev-ml/bin-prot-109.15.00:=
+ >=dev-ml/core-${PV}:=
+ >=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/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
+}
next reply other threads:[~2016-02-05 20:59 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-05 20:59 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-04-27 19:49 [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_extra/ Alfredo Tupone
2021-03-07 14:38 Alfredo Tupone
2021-01-27 9:12 Sam James
2017-03-11 10:52 Alexis Ballier
2017-01-30 22:55 Alexis Ballier
2017-01-24 10:55 Alexis Ballier
2016-03-22 10:56 Alexis Ballier
2016-02-05 20:59 Alexis Ballier
2015-09-19 14:03 Alexis Ballier
2015-09-19 14:03 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=1454705942.61169317f4f04a5b3a251a66ae8883026a11be35.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