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 9319F1384AE for ; Sat, 19 Sep 2015 14:03:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 047A621C054; Sat, 19 Sep 2015 14:03:26 +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 4B3FF21C050 for ; Sat, 19 Sep 2015 14:03:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F4E9340E42 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 2E1B322E 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.bdcefa97c5f2aba576ac2380653a5cbc898aac19.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/async_rpc_kernel/Manifest dev-ml/async_rpc_kernel/async_rpc_kernel-113.00.00.ebuild X-VCS-Directories: dev-ml/async_rpc_kernel/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: bdcefa97c5f2aba576ac2380653a5cbc898aac19 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: ffcc2855-1442-4466-a6a8-d5061a38d2d1 X-Archives-Hash: 7ba0dde539ca2ef73a0795acfabf9b63 commit: bdcefa97c5f2aba576ac2380653a5cbc898aac19 Author: Alexis Ballier gentoo org> AuthorDate: Sat Sep 19 13:48:43 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=bdcefa97 dev-ml/async_rpc_kernel: bump to 113.00.00 Package-Manager: portage-2.2.20.1 dev-ml/async_rpc_kernel/Manifest | 1 + .../async_rpc_kernel-113.00.00.ebuild | 29 ++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-ml/async_rpc_kernel/Manifest b/dev-ml/async_rpc_kernel/Manifest index 4f91114..5392b5a 100644 --- a/dev-ml/async_rpc_kernel/Manifest +++ b/dev-ml/async_rpc_kernel/Manifest @@ -1 +1,2 @@ DIST async_rpc_kernel-112.35.00.tar.gz 79058 SHA256 1e24cb9aa3e6719a11bb24c3171ce256c029c20f7b5081ea8da5719693a4b542 SHA512 bb89e91e0ae66f9bb5d20144525fbda31b50e0cd65de91770b4757d999261a5960958c67061faccc079042602c89526cfdec99e3ed636e16f854128744835f3a WHIRLPOOL d4fe90f3e3da60908734bdc8515f311a1270fad87b89ec32fafa8612e66709156cc1ab7b37506d0a84d4b407c7947c7b98ee1b3caa772466f3be666a85702cd3 +DIST async_rpc_kernel-113.00.00.tar.gz 80402 SHA256 21c8bc830d261543c22ac2019c08a9a39c9f490fca038a39c43e94d3cd9af73d SHA512 4479a114e18839c32cfc33bd618d2a1631b76ff65562e6e9eb041b962233e7eac02590fc49059b1f1d476361b7590084f8704d583b2f102c6329b424f7ddf198 WHIRLPOOL 8adb3ebe6aa9c918347b9f150614add9e9170db113490891252c36f154b645b8a1b2fdd6ebadec37eb1a2aa2d1f946940d2c43b09435530dd75346136a59e26b diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-113.00.00.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-113.00.00.ebuild new file mode 100644 index 0000000..25630bf --- /dev/null +++ b/dev-ml/async_rpc_kernel/async_rpc_kernel-113.00.00.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit oasis + +DESCRIPTION="Platform-independent core of Async RPC library" +HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-ml/camlp4:= + dev-ml/async_kernel:= + dev-ml/bin-prot:= + dev-ml/comparelib:= + dev-ml/core_kernel:= + dev-ml/custom_printf:= + dev-ml/fieldslib:= + dev-ml/pa_ounit:= + dev-ml/sexplib:=" +RDEPEND="${DEPEND}" + +DOCS=( "CHANGES.md" )