summaryrefslogtreecommitdiff
path: root/dev-ml/odoc-parser/odoc-parser-2.0.0.ebuild
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-12-31 11:09:27 +0100
committerFlorian Schmaus <flow@gentoo.org>2024-12-31 11:26:47 +0100
commit2345bfbb1d7635b9f048fe66aec2dd8cd241f4da (patch)
tree60f13dd3202e0ca6b1afd2806b397ae478117651 /dev-ml/odoc-parser/odoc-parser-2.0.0.ebuild
parent923e8e7b5ea8a0dae200e2b295a59f8c1006645d (diff)
downloadgentoo-2345bfbb1d7635b9f048fe66aec2dd8cd241f4da.tar.gz
gentoo-2345bfbb1d7635b9f048fe66aec2dd8cd241f4da.tar.bz2
gentoo-2345bfbb1d7635b9f048fe66aec2dd8cd241f4da.zip
dev-ml/odoc-parser: treeclean
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-ml/odoc-parser/odoc-parser-2.0.0.ebuild')
-rw-r--r--dev-ml/odoc-parser/odoc-parser-2.0.0.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-ml/odoc-parser/odoc-parser-2.0.0.ebuild b/dev-ml/odoc-parser/odoc-parser-2.0.0.ebuild
deleted file mode 100644
index 70381f8c32d2..000000000000
--- a/dev-ml/odoc-parser/odoc-parser-2.0.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit dune
-
-DESCRIPTION="Parser for ocaml documentation comments"
-HOMEPAGE="https://github.com/ocaml-doc/odoc-parser"
-SRC_URI="https://github.com/ocaml-doc/odoc-parser/releases/download/${PV}/${P}.tbz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+ocamlopt test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-ml/astring:=
- dev-ml/result:=
- dev-ml/camlp-streams:=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="test? (
- dev-ml/ppx_expect
-)"