From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 699B51384AE for ; Sat, 19 Sep 2015 14:03:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC63B21C05F; Sat, 19 Sep 2015 14:03:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22F3121C05F for ; Sat, 19 Sep 2015 14:03:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64F0A340E56 for ; Sat, 19 Sep 2015 14:03:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51884230 for ; Sat, 19 Sep 2015 14:03:21 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1442671392.714eb1f0dbfc0f36f3bd8ce2561e655bad85431d.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_extra/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/async_extra/Manifest dev-ml/async_extra/async_extra-113.00.00.ebuild X-VCS-Directories: dev-ml/async_extra/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 714eb1f0dbfc0f36f3bd8ce2561e655bad85431d X-VCS-Branch: master Date: Sat, 19 Sep 2015 14:03:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 21d07f47-8f53-4ac6-8f30-2b6a4a2e605a X-Archives-Hash: 1720075c358eb132807fef01539f1afc commit: 714eb1f0dbfc0f36f3bd8ce2561e655bad85431d Author: Alexis Ballier gentoo org> AuthorDate: Sat Sep 19 13:50:31 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Sep 19 14:03:12 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714eb1f0 dev-ml/async_extra: bump to 113.00.00 Package-Manager: portage-2.2.20.1 dev-ml/async_extra/Manifest | 1 + dev-ml/async_extra/async_extra-113.00.00.ebuild | 38 +++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/dev-ml/async_extra/Manifest b/dev-ml/async_extra/Manifest index 38e8d92..2d2d8e3 100644 --- a/dev-ml/async_extra/Manifest +++ b/dev-ml/async_extra/Manifest @@ -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 diff --git a/dev-ml/async_extra/async_extra-113.00.00.ebuild b/dev-ml/async_extra/async_extra-113.00.00.ebuild new file mode 100644 index 0000000..2df0a37 --- /dev/null +++ b/dev-ml/async_extra/async_extra-113.00.00.ebuild @@ -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}"