summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-11-07 01:29:46 +0000
committerSam James <sam@gentoo.org>2021-11-07 01:29:58 +0000
commit5eb7d3b71281713d6ece2f8a9f4abbc256721c0d (patch)
tree7aad806913f15d56c72d4a9901cc92ce8f41c7ac /dev-ml
parentdev-ml/num: fix handling of ocamlopt (diff)
downloadgentoo-5eb7d3b71281713d6ece2f8a9f4abbc256721c0d.tar.gz
gentoo-5eb7d3b71281713d6ece2f8a9f4abbc256721c0d.tar.bz2
gentoo-5eb7d3b71281713d6ece2f8a9f4abbc256721c0d.zip
dev-ml/ppx_metaquot: treeclean
Closes: https://bugs.gentoo.org/749246 Closes: https://bugs.gentoo.org/815466 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ppx_metaquot/Manifest1
-rw-r--r--dev-ml/ppx_metaquot/metadata.xml11
-rw-r--r--dev-ml/ppx_metaquot/ppx_metaquot-0.11.0.ebuild18
3 files changed, 0 insertions, 30 deletions
diff --git a/dev-ml/ppx_metaquot/Manifest b/dev-ml/ppx_metaquot/Manifest
deleted file mode 100644
index 912a5fa013e7..000000000000
--- a/dev-ml/ppx_metaquot/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ppx_metaquot-0.11.0.tar.gz 5407 BLAKE2B 610f3197e2809914232310363775bb5f0f889681fec1274071eba71617131b863f6229e85dcdf3749dbb300a980f39dfeacfe23f388f5f898d01925d07fbcc43 SHA512 59d95a5d9298d47adc9e3ca531aae59c91cfa019d90a5d8aa5e11de6bf1f3d3fcd2dbc800028a3ab999ba51257f695116b0a32a96c958bafea39761fe5db230b
diff --git a/dev-ml/ppx_metaquot/metadata.xml b/dev-ml/ppx_metaquot/metadata.xml
deleted file mode 100644
index 380b6c5bbb6e..000000000000
--- a/dev-ml/ppx_metaquot/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>gienah@gentoo.org</email>
- <name>Mark Wright</name>
- </maintainer>
- <upstream>
- <remote-id type="github">janestreet/ppx_metaquot</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ml/ppx_metaquot/ppx_metaquot-0.11.0.ebuild b/dev-ml/ppx_metaquot/ppx_metaquot-0.11.0.ebuild
deleted file mode 100644
index 2964c1cc7826..000000000000
--- a/dev-ml/ppx_metaquot/ppx_metaquot-0.11.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit dune
-
-DESCRIPTION="Write OCaml AST fragment using OCaml syntax"
-HOMEPAGE="https://github.com/janestreet/ppx_metaquot"
-SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="+ocamlopt"
-
-DEPEND="dev-ml/ppxlib:="
-RDEPEND="${DEPEND}"