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 B9BA91384AE for ; Sat, 19 Sep 2015 14:03:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAB8321C064; Sat, 19 Sep 2015 14:03:35 +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 1411E21C061 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 5D20A340E38 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 1C8E522D 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: <1442671391.46ebd0c5d91a30d5693162522a9f404b865ca8ec.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_unix/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/async_unix/Manifest dev-ml/async_unix/async_unix-113.00.00.ebuild X-VCS-Directories: dev-ml/async_unix/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 46ebd0c5d91a30d5693162522a9f404b865ca8ec 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: 3b498918-5da2-40c5-94d7-ba80b5e66847 X-Archives-Hash: 27543e7113cb3c827b460ea4cd92dfc4 commit: 46ebd0c5d91a30d5693162522a9f404b865ca8ec Author: Alexis Ballier gentoo org> AuthorDate: Sat Sep 19 13:47:51 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Sep 19 14:03:11 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46ebd0c5 dev-ml/async_unix: bump to 113.00.00 Package-Manager: portage-2.2.20.1 dev-ml/async_unix/Manifest | 1 + dev-ml/async_unix/async_unix-113.00.00.ebuild | 36 +++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/dev-ml/async_unix/Manifest b/dev-ml/async_unix/Manifest index 7420504..d3cca24 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 0000000..c78eb84 --- /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}"