Skip to content

Commit

Permalink
dev-ml/async_extra: bump to 113.00.00
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
aballier committed Sep 19, 2015
1 parent 93521f5 commit 714eb1f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ml/async_extra/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
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
38 changes: 38 additions & 0 deletions dev-ml/async_extra/async_extra-113.00.00.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# 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

MY_P=${PN/-/_}-${PV}
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/${MY_P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""

DEPEND=">=dev-lang/ocaml-4.00.0:=
>=dev-ml/sexplib-109.20.00:=
>=dev-ml/fieldslib-109.20.00:=
>=dev-ml/bin-prot-109.15.00:=
>=dev-ml/pa_ounit-109.18.00:=
>=dev-ml/pipebang-109.15.00:=
>=dev-ml/core-${PV}:=
>=dev-ml/async_kernel-${PV}:=
>=dev-ml/async_unix-${PV}:=
dev-ml/custom_printf:=
dev-ml/herelib:=
dev-ml/pa_test:=
dev-ml/camlp4:=
dev-ml/async_rpc_kernel:=
"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${MY_P}"

0 comments on commit 714eb1f

Please sign in to comment.