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 997E413835B for ; Sun, 7 Mar 2021 14:38:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9A61E0845; Sun, 7 Mar 2021 14:38:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1237E0845 for ; Sun, 7 Mar 2021 14:38:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D603B340BB9 for ; Sun, 7 Mar 2021 14:38:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F2A5592 for ; Sun, 7 Mar 2021 14:38:06 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1615127865.3dd79151482ae81e5b86486705bb602b13bef093.tupone@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-0.9.0.ebuild X-VCS-Directories: dev-ml/async_extra/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 3dd79151482ae81e5b86486705bb602b13bef093 X-VCS-Branch: master Date: Sun, 7 Mar 2021 14:38:06 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 43310c5d-f7b7-4300-8efd-76c8b47666c8 X-Archives-Hash: 975742b8a60687e4d12762bf2dde68f7 commit: 3dd79151482ae81e5b86486705bb602b13bef093 Author: Alfredo Tupone gentoo org> AuthorDate: Sun Mar 7 14:31:41 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Mar 7 14:37:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd79151 dev-ml/async_extra: rm old version Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/async_extra/Manifest | 1 - dev-ml/async_extra/async_extra-0.9.0.ebuild | 32 ----------------------------- 2 files changed, 33 deletions(-) diff --git a/dev-ml/async_extra/Manifest b/dev-ml/async_extra/Manifest index eb8c0340e3e..1b92167684c 100644 --- a/dev-ml/async_extra/Manifest +++ b/dev-ml/async_extra/Manifest @@ -1,2 +1 @@ DIST async_extra-0.14.0.tar.gz 17746 BLAKE2B 46367dfb909ea02100be7718edbee8deac1c9019232723af6d80cf2567b2d17b316ae2355ffd9c9cd7897c3409c50cd4a7105a44a153eac02fa6326c195f237d SHA512 c646d9f69dac06aba973a837e295502b45bcda3ffbf3971f283035f2f60b5f92777fa105a08827971e8eae563b12b019341b29f30703b6490fec38d276a74199 -DIST async_extra-0.9.0.tar.gz 105722 BLAKE2B 5c371478b1507ddd63bbafb26858752f483a970cbdad174d62032a102fc8ded517ed87581a81b265cce82c9c27a85e09ca6df3209dbe86a35e71cbf35e027d39 SHA512 6f0d69a389e66e47cd0a3cf288c2b0242299e5c3befa77f7a656bc30dfb63f78e5287c4de5e80473c1ce2ee5fed038bf0b4d2b94eb73f045b20f40b14868fa1a diff --git a/dev-ml/async_extra/async_extra-0.9.0.ebuild b/dev-ml/async_extra/async_extra-0.9.0.ebuild deleted file mode 100644 index 06c9100af23..00000000000 --- a/dev-ml/async_extra/async_extra-0.9.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Jane Street Capital's asynchronous execution library (extra)" -HOMEPAGE="https://github.com/janestreet/async_extra" -SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=">=dev-lang/ocaml-4.02.0:= - dev-ml/async_kernel:= - dev-ml/async_rpc_kernel:= - dev-ml/async_unix:= - dev-ml/core:= - dev-ml/ppx_driver:= - dev-ml/ppx_jane:= - dev-ml/ocaml-migrate-parsetree:= -" -DEPEND="${RDEPEND} dev-ml/opam dev-ml/jbuilder" - -src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - ${PN}.install || die -}