From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8EBD5139085 for ; Tue, 24 Jan 2017 11:06:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 945D62341BB; Tue, 24 Jan 2017 10:56:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C4862341BB for ; Tue, 24 Jan 2017 10:56:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 962BB341692 for ; Tue, 24 Jan 2017 10:55:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0E4E2D92 for ; Tue, 24 Jan 2017 10:55:56 +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: <1485254843.a9673c108e350b281ec452482add90258fb9ab57.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.24.00.ebuild X-VCS-Directories: dev-ml/async_extra/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: a9673c108e350b281ec452482add90258fb9ab57 X-VCS-Branch: master Date: Tue, 24 Jan 2017 10:55:56 +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: 56fd0435-4259-41f8-85f9-edde6b423b7f X-Archives-Hash: 160a3e9b6cd0ebf75af47d327c145dee commit: a9673c108e350b281ec452482add90258fb9ab57 Author: Alexis Ballier gentoo org> AuthorDate: Tue Jan 24 10:47:23 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Jan 24 10:47:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9673c10 dev-ml/async_extra: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ml/async_extra/Manifest | 1 - dev-ml/async_extra/async_extra-113.24.00.ebuild | 55 ------------------------- 2 files changed, 56 deletions(-) diff --git a/dev-ml/async_extra/Manifest b/dev-ml/async_extra/Manifest index 9e8ce5f..3d04ad3 100644 --- a/dev-ml/async_extra/Manifest +++ b/dev-ml/async_extra/Manifest @@ -1,2 +1 @@ -DIST async_extra-113.24.00.tar.gz 160701 SHA256 4513e27afd529f44bf73a66cdd49131c73dd3812e959e7d4c3d43eb5af661156 SHA512 2f491f337ecdf2e7dfc2530a1845d935ed2e0904518b30d73a60d15e4818b2063c4b7582e215b5aca50ac9018a64b3eced401f9fefbc77a710b5f100ab88c45a WHIRLPOOL 63c3b91c978007621a53480cb1d415593e93cce7aadfd0de943da20630ecf12b041b1379e30975a0061f530726da527efe67a1a4367a54a8fea8fc3145954b5f DIST async_extra-113.33.00.tar.gz 163049 SHA256 2f26ce010384d0562422cf765905dfeb52c06de3818e6ce2e8193cf3d70a7073 SHA512 35f7a69639c6c53fc862342a6445c2a693624785a3f0ca92d5bccdb7e38c9326be454496f65614d33125cfc7ada14f10ce565a596ed094d13c25e20c80de765b WHIRLPOOL 691d4d50d43c60b8d91bf9022d544cfedfb8f267d33d5cdcdc47166f5430ab87a6ad5118126879d8cedbd701b2fa06953fd5b9c1b3348311944d709387b9ff60 diff --git a/dev-ml/async_extra/async_extra-113.24.00.ebuild b/dev-ml/async_extra/async_extra-113.24.00.ebuild deleted file mode 100644 index 730d385..00000000 --- a/dev-ml/async_extra/async_extra-113.24.00.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# 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 - -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/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=">=dev-lang/ocaml-4.02.0:= - >=dev-ml/async_kernel-${PV}:= - >=dev-ml/async_rpc_kernel-${PV}:= - >=dev-ml/async_unix-${PV}:= - >=dev-ml/bin-prot-109.15.00:= - >=dev-ml/core-${PV}:= - >=dev-ml/fieldslib-109.20.00:= - dev-ml/ppx_assert:= - dev-ml/ppx_bench:= - dev-ml/ppx_driver:= - dev-ml/ppx_expect:= - dev-ml/ppx_inline_test:= - dev-ml/ppx_jane:= - >=dev-ml/sexplib-109.20.00:= - dev-ml/typerep:= - dev-ml/variantslib:= -" -DEPEND="${RDEPEND} dev-ml/opam" - -src_configure() { - emake setup.exe - OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure -} - -src_compile() { - emake -} - -src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - ${PN}.install || die - dodoc CHANGES.md -}