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 8839C139085 for ; Tue, 24 Jan 2017 11:06:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E88A2341B1; Tue, 24 Jan 2017 10:56:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 014E82341B1 for ; Tue, 24 Jan 2017 10:56:00 +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 7148434164E 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 9EE132D91 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: <1485254822.7531da940ceb0a13b828da96b4362994ed97b544.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/async/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/async/Manifest dev-ml/async/async-113.24.00.ebuild X-VCS-Directories: dev-ml/async/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 7531da940ceb0a13b828da96b4362994ed97b544 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: 97f4976f-ed17-4f5a-a06d-ed83eff0740d X-Archives-Hash: ddc05ba60da08bd2dc56bd80bc04ed0a commit: 7531da940ceb0a13b828da96b4362994ed97b544 Author: Alexis Ballier gentoo org> AuthorDate: Tue Jan 24 10:47:02 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Jan 24 10:47:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7531da94 dev-ml/async: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ml/async/Manifest | 1 - dev-ml/async/async-113.24.00.ebuild | 60 ------------------------------------- 2 files changed, 61 deletions(-) diff --git a/dev-ml/async/Manifest b/dev-ml/async/Manifest index 5eb3b49..8d752d3 100644 --- a/dev-ml/async/Manifest +++ b/dev-ml/async/Manifest @@ -1,2 +1 @@ -DIST async-113.24.00.tar.gz 65283 SHA256 cb4624ecced67e5d77e0e651650bf6aa5bb82c76f52ba94cf5454cc239671122 SHA512 ba9d3a8ec993c558ec9dd7e0b17a261a0098c7d752fec076729b295e6bc43f4496cf97ef1bd8f3b63d4412d6e972b2831cb8a03e75c513a751b68b82633d6240 WHIRLPOOL 33a5d344f2d2923d5dfae8d3783118b06064a4e84f3366c66ccf96076635c747be648bd0e17dea596d5b6e1e05efa29ca212ff10c3fef1a7c72ff4c809fe1f6d DIST async-113.33.00.tar.gz 65537 SHA256 ddb5c8379ad82888d218c7ac44278f64ac1012c8dc8349af45c40fe7df1d506b SHA512 7f2b9a2549cdd8fe48100135782e8e8cc42f25b83fa4c6bc730f3799041c1cce91d442ab357a7d34a7288484e694306a70daed18e3f202e1a5f842a908a8ff2b WHIRLPOOL 241c8da5db8df68dfea056b551c407b4630f7bc14e12bbdfc1142eec49d40e65b5040dd6ed64526400a0f1fab160e9f0aa0543bedb2626b6f6e24dbd5a2a6c8c diff --git a/dev-ml/async/async-113.24.00.ebuild b/dev-ml/async/async-113.24.00.ebuild deleted file mode 100644 index f0cee4c..00000000 --- a/dev-ml/async/async-113.24.00.ebuild +++ /dev/null @@ -1,60 +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 -OASIS_BUILD_TESTS=1 - -inherit oasis - -DESCRIPTION="Jane Street Capital's asynchronous execution library" -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="examples" - -RDEPEND=">=dev-lang/ocaml-4.02.0:= - >=dev-ml/async_kernel-${PV}:= - >=dev-ml/async_unix-${PV}:= - >=dev-ml/async_extra-${PV}:= - dev-ml/bin-prot:= - dev-ml/core:= - dev-ml/fieldslib:= - 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:= - 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 - if use examples ; then - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi -}