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 9A9321382C5 for ; Mon, 15 Mar 2021 04:02:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3B2AE0882; Mon, 15 Mar 2021 04:02:16 +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 7428CE0882 for ; Mon, 15 Mar 2021 04:02:16 +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 2DA51340DBF for ; Mon, 15 Mar 2021 04:02:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B7295C5 for ; Mon, 15 Mar 2021 04:02:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1615780910.7d75ebdb34fda411ce9c1e17842d0c7cf6663a95.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_driver/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_driver/Manifest dev-ml/ppx_driver/ppx_driver-0.9.1-r1.ebuild X-VCS-Directories: dev-ml/ppx_driver/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7d75ebdb34fda411ce9c1e17842d0c7cf6663a95 X-VCS-Branch: master Date: Mon, 15 Mar 2021 04:02:12 +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: 55d3fe38-be68-4f3b-8547-b4f6c43361dc X-Archives-Hash: a31e32be054666ab779627129c5841ab commit: 7d75ebdb34fda411ce9c1e17842d0c7cf6663a95 Author: Sam James gentoo org> AuthorDate: Mon Mar 15 03:12:59 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 15 04:01:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d75ebdb dev-ml/ppx_driver: drop 0.9.1-r1 Signed-off-by: Sam James gentoo.org> dev-ml/ppx_driver/Manifest | 1 - dev-ml/ppx_driver/ppx_driver-0.9.1-r1.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/dev-ml/ppx_driver/Manifest b/dev-ml/ppx_driver/Manifest index 81ae2e9ea42..d0688f42d14 100644 --- a/dev-ml/ppx_driver/Manifest +++ b/dev-ml/ppx_driver/Manifest @@ -1,2 +1 @@ DIST ppx_driver-0.11.0.tar.gz 9157 BLAKE2B 053e710c3d8cb6096c893bd5308fbe2b4563dfb2de3c006402ae363aed60db31a3bb1b7656f0565ce13d88368d8b6bef68658f81190dda397562d462828618f4 SHA512 d7ef318f6f0c6e4c56537584bb50b6673b294b67ac264208b7c8b4bcc9d0ca6baf1cbea752459b12d9102bb84a392047c907c65afd23760cac1cc4465ed85ea9 -DIST ppx_driver-0.9.1.tar.gz 28637 BLAKE2B d787ac91713bd750d2d2bde5830df3abb1a07be6672000d7a6de6c125a7627e7a5b94aa9f8f87e2c6c57a7a92073c44e18c7285575aad02f5db9c7b4419647d8 SHA512 1e3647e34fb9e6d44b783fae1fce21413e5591f8934c3d2ddac3d1b37019b0d95117c8d64abf14cbfe4f67147612371ec1eb76b477763b062206ffc9b46688d7 diff --git a/dev-ml/ppx_driver/ppx_driver-0.9.1-r1.ebuild b/dev-ml/ppx_driver/ppx_driver-0.9.1-r1.ebuild deleted file mode 100644 index c950b017789..00000000000 --- a/dev-ml/ppx_driver/ppx_driver-0.9.1-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit opam - -DESCRIPTION="Feature-full driver for OCaml AST transformers" -HOMEPAGE="https://github.com/janestreet/ppx_driver" -SRC_URI="https://github.com/janestreet/ppx_driver/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND=" - dev-ml/ppx_core:= - dev-ml/stdio:= - dev-ml/ppx_optcomp:= - dev-ml/ocaml-migrate-parsetree:= - dev-ml/ocamlbuild:=" -RDEPEND="${DEPEND}" -DEPEND="${DEPEND} dev-ml/jbuilder"