summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-09-19 15:47:51 +0200
committerAlexis Ballier <aballier@gentoo.org>2015-09-19 16:03:11 +0200
commit46ebd0c5d91a30d5693162522a9f404b865ca8ec (patch)
tree2d60025d879f1042578c653112833ad78c8894a1 /dev-ml
parentdev-ml/async_unix: remove old. (diff)
downloadgentoo-46ebd0c5d91a30d5693162522a9f404b865ca8ec.tar.gz
gentoo-46ebd0c5d91a30d5693162522a9f404b865ca8ec.tar.bz2
gentoo-46ebd0c5d91a30d5693162522a9f404b865ca8ec.zip
dev-ml/async_unix: bump to 113.00.00
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/async_unix/Manifest1
-rw-r--r--dev-ml/async_unix/async_unix-113.00.00.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/dev-ml/async_unix/Manifest b/dev-ml/async_unix/Manifest
index 742050411a2b..d3cca243dde7 100644
--- a/dev-ml/async_unix/Manifest
+++ b/dev-ml/async_unix/Manifest
@@ -1 +1,2 @@
DIST async_unix-112.35.00.tar.gz 161466 SHA256 111e38994b46a4b5ec141ef23fa556275a75c4c91c7ca576efeefdc301b303c4 SHA512 56e7d1a56f5c28ed4e1e23da6193dfc0481cf44960c7daf6b548980281113ca62be0e560502f7f006200bba59f2efff0d4066582a2872e8063fa64be0ce360c9 WHIRLPOOL 13fa515f7d554070de2d1aca654ae245961c85ad7b074c9aca9c8ec0998e2e04b3458e601d8726ea7e62201152d5f2bdefd63144bad8298f399e6021dc58d969
+DIST async_unix-113.00.00.tar.gz 178946 SHA256 14cee47e12e7491f689ea41959697410f7113625ed7c2820c6d5a869f7b5f754 SHA512 ab9879abcc5857cfdde9856ad358ecd55eaaf33ec3712643e48e4c1a40bd776bc5cb5be6e35d7b6addddac744194f46dfe7b754c14bb4525318c45a7a5ac3a98 WHIRLPOOL 27b7b65a2fd876cbb124dfb37246c247bcd8922090fc0cf4bb27e934ccc64505c47139af172378c06df5e5eb71a6356b21c0bff59b59eface31ee03a33057d7f
diff --git a/dev-ml/async_unix/async_unix-113.00.00.ebuild b/dev-ml/async_unix/async_unix-113.00.00.ebuild
new file mode 100644
index 000000000000..c78eb8451913
--- /dev/null
+++ b/dev-ml/async_unix/async_unix-113.00.00.ebuild
@@ -0,0 +1,36 @@
+# 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 (unix)"
+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/bin-prot-109.15.00:=
+ >=dev-ml/comparelib-109.27.00:=
+ >=dev-ml/herelib-109.15.00:=
+ >=dev-ml/pa_ounit-109.27.00:=
+ >=dev-ml/pipebang-109.15.00:=
+ >=dev-ml/core-${PV}:=
+ >=dev-ml/async_kernel-${PV}:=
+ >=dev-ml/sexplib-109.20.00:=
+ >=dev-ml/fieldslib-109.20.00:=
+ dev-ml/pa_test:=
+ dev-ml/camlp4:=
+ "
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"