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 888821382C5 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 D1144E0844; Sun, 7 Mar 2021 14:38:09 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC9F7E0844 for ; Sun, 7 Mar 2021 14:38:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EFDE1340B63 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 4BA75591 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: <1615127861.70fa29f0e85a2a384a0c4d0b44c2858a52834c06.tupone@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-0.9.0.ebuild X-VCS-Directories: dev-ml/async/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 70fa29f0e85a2a384a0c4d0b44c2858a52834c06 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: 39537528-475e-40e4-a65f-c35cddafcf95 X-Archives-Hash: 95b70a6db88f2b6ea1bd61d8962cc013 commit: 70fa29f0e85a2a384a0c4d0b44c2858a52834c06 Author: Alfredo Tupone gentoo org> AuthorDate: Sun Mar 7 14:30:20 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Mar 7 14:37:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70fa29f0 dev-ml/async: rm old version Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/async/Manifest | 1 - dev-ml/async/async-0.9.0.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/dev-ml/async/Manifest b/dev-ml/async/Manifest index 5b79a9b5ae7..17d2eb22e3d 100644 --- a/dev-ml/async/Manifest +++ b/dev-ml/async/Manifest @@ -1,2 +1 @@ DIST async-0.14.0.tar.gz 65025 BLAKE2B 39e2bef8df12a9733b9ff11ce1bba22b095f79532ff27999e617db5c145e57ab2e1f7f9435a5952312a84dd75b24d76fd4279c524be933e8ded5be7b00d6729a SHA512 3e57ea742ab28d008e1c0b39a6fc6d0ac3ca78b644f678f79b9ceb8d9acb23fcd45fed52f744906ab6d9b87955a27a8e4512043db45a7c836323d96433124b5c -DIST async-0.9.0.tar.gz 17856 BLAKE2B b7206641936aa430ddc35091b89c465fe0abd98883c9206f3a978372dc016a35f41a228adf906def56f894eafabdb223463a77fc690e373bbd5284c590871924 SHA512 93c0fa4d6e7d1c4dff1f460db8ec95b3eea1d7c19fda117bb9efc8711f4908d2922467c33f66659395169ead9b37931da16a85a031d6073fc9296c218f2c55bb diff --git a/dev-ml/async/async-0.9.0.ebuild b/dev-ml/async/async-0.9.0.ebuild deleted file mode 100644 index e1ba15eb9c9..00000000000 --- a/dev-ml/async/async-0.9.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit opam - -DESCRIPTION="Jane Street Capital's asynchronous execution library" -HOMEPAGE="https://github.com/janestreet/async" -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-ml/async_extra:= - dev-ml/async_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/jbuilder"