From 4594ec49046d3b6cc07e83e1d77153822428c2d2 Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Wed, 21 Dec 2022 14:58:36 +0100 Subject: dev-ml/odoc: add missing fmt dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/887709 Signed-off-by: Maciej Barć --- dev-ml/odoc/odoc-2.2.0-r1.ebuild | 28 ++++++++++++++++++++++++++++ dev-ml/odoc/odoc-2.2.0.ebuild | 27 --------------------------- 2 files changed, 28 insertions(+), 27 deletions(-) create mode 100644 dev-ml/odoc/odoc-2.2.0-r1.ebuild delete mode 100644 dev-ml/odoc/odoc-2.2.0.ebuild diff --git a/dev-ml/odoc/odoc-2.2.0-r1.ebuild b/dev-ml/odoc/odoc-2.2.0-r1.ebuild new file mode 100644 index 000000000000..5028b9801081 --- /dev/null +++ b/dev-ml/odoc/odoc-2.2.0-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="OCaml documentation generator" +HOMEPAGE="http://github.com/ocaml/odoc/" +SRC_URI="https://github.com/ocaml/${PN}/releases/download/${PV}/${P}.tbz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64" +IUSE="+ocamlopt test" +RESTRICT="test" # ocaml-crunch not in the tree + +RDEPEND=" + dev-ml/astring:= + dev-ml/cmdliner:= + dev-ml/cppo:= + dev-ml/fmt:= + dev-ml/fpath:= + dev-ml/odoc-parser:= + dev-ml/result:= + dev-ml/tyxml:= +" +DEPEND="${RDEPEND}" diff --git a/dev-ml/odoc/odoc-2.2.0.ebuild b/dev-ml/odoc/odoc-2.2.0.ebuild deleted file mode 100644 index a8dbd0b6ee6c..000000000000 --- a/dev-ml/odoc/odoc-2.2.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune - -DESCRIPTION="OCaml documentation generator" -HOMEPAGE="http://github.com/ocaml/odoc" -SRC_URI="https://github.com/ocaml/${PN}/releases/download/${PV}/${P}.tbz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64" -IUSE="+ocamlopt test" -RESTRICT="test" # ocaml-crunch not in the tree - -RDEPEND=" - dev-ml/odoc-parser:= - dev-ml/astring:= - dev-ml/cmdliner:= - dev-ml/cppo:= - dev-ml/fpath:= - dev-ml/result:= - dev-ml/tyxml:= -" -DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad