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 5800E1384AE for ; Sat, 19 Sep 2015 14:03:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE6C221C05C; 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 E6A6321C057 for ; Sat, 19 Sep 2015 14:03:24 +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 42C2C340E3A 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 EEFBB22B for ; Sat, 19 Sep 2015 14:03:20 +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: <1442671390.be04baf81ff6a314ef9534957da6f98e72ccb779.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_kernel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/async_kernel/Manifest dev-ml/async_kernel/async_kernel-113.00.00.ebuild X-VCS-Directories: dev-ml/async_kernel/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: be04baf81ff6a314ef9534957da6f98e72ccb779 X-VCS-Branch: master Date: Sat, 19 Sep 2015 14:03:20 +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: 07381aa6-89fb-4c3d-931d-7cde6568571a X-Archives-Hash: 80ffa01a2914ed1bd6e6dc903c5d49d7 commit: be04baf81ff6a314ef9534957da6f98e72ccb779 Author: Alexis Ballier gentoo org> AuthorDate: Sat Sep 19 13:46:24 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Sep 19 14:03:10 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be04baf8 dev-ml/async_kernel: bump to 113.00.00 Package-Manager: portage-2.2.20.1 dev-ml/async_kernel/Manifest | 1 + dev-ml/async_kernel/async_kernel-113.00.00.ebuild | 33 +++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/dev-ml/async_kernel/Manifest b/dev-ml/async_kernel/Manifest index db781dc..517b454 100644 --- a/dev-ml/async_kernel/Manifest +++ b/dev-ml/async_kernel/Manifest @@ -1 +1,2 @@ DIST async_kernel-112.35.00.tar.gz 142997 SHA256 6bb859c7ca8b6d6766d4cb4ff40ecc91ecf70ae4224c95a455e5edffd244f448 SHA512 f4b726bb801f2e698c9184a109bbc3b5921adfe2c44d9d219de0049b4623985ec9e5bb3fe8928a9d6c34ca30ff5b0c13bb4681f271c16305e82c476af9c99919 WHIRLPOOL ae06b260f13755d97eca5681fc3a3d86af1660d552ac349c3373ac630583f1e3120c77884cf040b237e566b65dac2b6df1562095d1d6891b2db7f86453e3f42d +DIST async_kernel-113.00.00.tar.gz 144896 SHA256 e100507b461ff0c22a126a085a3a32f63876a182ebdd38e7b45e88f479bee598 SHA512 e1908a7f9c819478601b9f3eb08b4dcc0479c49b457c9b0dc8d86721828c57ffd9a5f42d20015ea5271792b4d999a684dd798d977eac4ef8acf95f6383d591f2 WHIRLPOOL a1b83948dc0e2ec4b1a9eb3f6e6d9d6f365562fb01ae9badb4875bd89f00cff3bf9851b53b6c2f84c19c42a713ae0a12546bb16d139ce635d9245c3e5fdf6874 diff --git a/dev-ml/async_kernel/async_kernel-113.00.00.ebuild b/dev-ml/async_kernel/async_kernel-113.00.00.ebuild new file mode 100644 index 0000000..6fec34c --- /dev/null +++ b/dev-ml/async_kernel/async_kernel-113.00.00.ebuild @@ -0,0 +1,33 @@ +# 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 (core)" +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/pa_ounit-109.27.00:= + >=dev-ml/fieldslib-109.20.00:= + >=dev-ml/bin-prot-109.15.00:= + >=dev-ml/core-109.35.00:= + >=dev-ml/herelib-109.35.00:= + dev-ml/pa_test:= + dev-ml/camlp4:= + " +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_P}"