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 99334139694 for ; Sat, 11 Mar 2017 10:52:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7C4EE0C75; Sat, 11 Mar 2017 10:52:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A9402E0C44 for ; Sat, 11 Mar 2017 10:52:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 95E8833BE19 for ; Sat, 11 Mar 2017 10:52:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C84D6464 for ; Sat, 11 Mar 2017 10:52:51 +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: <1489229563.2e272d3ef42f7c33d4816a6250ff7292253bfdac.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.33.00.ebuild X-VCS-Directories: dev-ml/async_extra/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 2e272d3ef42f7c33d4816a6250ff7292253bfdac X-VCS-Branch: master Date: Sat, 11 Mar 2017 10:52:51 +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: 6c8c9ab5-50a6-4f83-a4fa-07da94b54582 X-Archives-Hash: 8309f41600ffa9155d8a010a0dce1f10 commit: 2e272d3ef42f7c33d4816a6250ff7292253bfdac Author: Alexis Ballier gentoo org> AuthorDate: Sat Mar 11 10:50:55 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Mar 11 10:52:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e272d3e dev-ml/async_extra: remove old Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-ml/async_extra/Manifest | 1 - dev-ml/async_extra/async_extra-113.33.00.ebuild | 54 ------------------------- 2 files changed, 55 deletions(-) diff --git a/dev-ml/async_extra/Manifest b/dev-ml/async_extra/Manifest index 82d97e3555d..e92ef7b386c 100644 --- a/dev-ml/async_extra/Manifest +++ b/dev-ml/async_extra/Manifest @@ -1,2 +1 @@ -DIST async_extra-113.33.00.tar.gz 163049 SHA256 2f26ce010384d0562422cf765905dfeb52c06de3818e6ce2e8193cf3d70a7073 SHA512 35f7a69639c6c53fc862342a6445c2a693624785a3f0ca92d5bccdb7e38c9326be454496f65614d33125cfc7ada14f10ce565a596ed094d13c25e20c80de765b WHIRLPOOL 691d4d50d43c60b8d91bf9022d544cfedfb8f267d33d5cdcdc47166f5430ab87a6ad5118126879d8cedbd701b2fa06953fd5b9c1b3348311944d709387b9ff60 DIST async_extra-113.33.03.tar.gz 161678 SHA256 8e3cdcefe92272df99e8a79477032cfd9f7bc24dee2ce112d505f682e39328ea SHA512 4305d99e36e97545394ce3562b46aa285b1f1e69465bb075de20304150d856622a6c37606f4ce9db7f2828e5befc1356d4c3711ec9fc2afe1c1f865b92899ad6 WHIRLPOOL 9c8455aed548dfe95c292920489489e3ded0694f707d3fe3bfc9cd920938bd568c7636a5a395a15d775bc56fb39c614439452f85b070d7b7f9ca84dc1c6fde34 diff --git a/dev-ml/async_extra/async_extra-113.33.00.ebuild b/dev-ml/async_extra/async_extra-113.33.00.ebuild deleted file mode 100644 index d08a0a30d49..00000000000 --- a/dev-ml/async_extra/async_extra-113.33.00.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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 -}