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 644CC13835B for ; Sun, 4 Apr 2021 06:10:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25CA1E0841; Sun, 4 Apr 2021 06:10:25 +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 ECDD6E0841 for ; Sun, 4 Apr 2021 06:10:24 +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 6308C34076D for ; Sun, 4 Apr 2021 06:10:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F560647 for ; Sun, 4 Apr 2021 06:10:20 +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: <1617516567.f01ca4dfca8c69621ba71b8352fde85b46a83259.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/metadata.xml dev-ml/ppx_driver/ppx_driver-0.11.0.ebuild X-VCS-Directories: dev-ml/ppx_driver/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f01ca4dfca8c69621ba71b8352fde85b46a83259 X-VCS-Branch: master Date: Sun, 4 Apr 2021 06:10:20 +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: e901a609-ce67-476f-8c02-55c3308b4da8 X-Archives-Hash: 34a2e1b4489d2c7115f4448497ec5a9d commit: f01ca4dfca8c69621ba71b8352fde85b46a83259 Author: Sam James gentoo org> AuthorDate: Mon Mar 22 04:14:02 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 4 06:09:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f01ca4df dev-ml/ppx_driver: treeclean Signed-off-by: Sam James gentoo.org> dev-ml/ppx_driver/Manifest | 1 - dev-ml/ppx_driver/metadata.xml | 11 ----------- dev-ml/ppx_driver/ppx_driver-0.11.0.ebuild | 23 ----------------------- 3 files changed, 35 deletions(-) diff --git a/dev-ml/ppx_driver/Manifest b/dev-ml/ppx_driver/Manifest deleted file mode 100644 index d0688f42d14..00000000000 --- a/dev-ml/ppx_driver/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ppx_driver-0.11.0.tar.gz 9157 BLAKE2B 053e710c3d8cb6096c893bd5308fbe2b4563dfb2de3c006402ae363aed60db31a3bb1b7656f0565ce13d88368d8b6bef68658f81190dda397562d462828618f4 SHA512 d7ef318f6f0c6e4c56537584bb50b6673b294b67ac264208b7c8b4bcc9d0ca6baf1cbea752459b12d9102bb84a392047c907c65afd23760cac1cc4465ed85ea9 diff --git a/dev-ml/ppx_driver/metadata.xml b/dev-ml/ppx_driver/metadata.xml deleted file mode 100644 index c69342dd581..00000000000 --- a/dev-ml/ppx_driver/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - gienah@gentoo.org - Mark Wright - - - janestreet/ppx_driver - - diff --git a/dev-ml/ppx_driver/ppx_driver-0.11.0.ebuild b/dev-ml/ppx_driver/ppx_driver-0.11.0.ebuild deleted file mode 100644 index aa88a6f5b4d..00000000000 --- a/dev-ml/ppx_driver/ppx_driver-0.11.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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" - -BDEPEND="dev-ml/jbuilder" -DEPEND=" - dev-ml/ppx_core:= - dev-ml/stdio:= - dev-ml/ppx_optcomp:= - dev-ml/ocaml-migrate-parsetree:= - dev-ml/ocamlbuild:=" -RDEPEND="${DEPEND}"