From 78fa329a6f329a8b4683f364b9acb3350ee095e6 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Mon, 17 Jul 2023 21:41:23 +0200 Subject: dev-ml/ppx_base: add missing deps Signed-off-by: Alfredo Tupone --- dev-ml/ppx_base/ppx_base-0.16.0-r1.ebuild | 25 +++++++++++++++++++++++++ dev-ml/ppx_base/ppx_base-0.16.0.ebuild | 24 ------------------------ 2 files changed, 25 insertions(+), 24 deletions(-) create mode 100644 dev-ml/ppx_base/ppx_base-0.16.0-r1.ebuild delete mode 100644 dev-ml/ppx_base/ppx_base-0.16.0.ebuild (limited to 'dev-ml/ppx_base') diff --git a/dev-ml/ppx_base/ppx_base-0.16.0-r1.ebuild b/dev-ml/ppx_base/ppx_base-0.16.0-r1.ebuild new file mode 100644 index 000000000000..b694c4df4962 --- /dev/null +++ b/dev-ml/ppx_base/ppx_base-0.16.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Base set of ppx rewriters" +HOMEPAGE="https://github.com/janestreet/ppx_base" +SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +IUSE="+ocamlopt" + +DEPEND=" + >=dev-lang/ocaml-4.14 + dev-ml/ppx_cold:${SLOT} + dev-ml/ppx_globalize:${SLOT} + dev-ml/ppx_enumerate:${SLOT} + dev-ml/ppx_hash:${SLOT} + dev-ml/ppx_sexp_conv:${SLOT} +" +RDEPEND="${DEPEND}" diff --git a/dev-ml/ppx_base/ppx_base-0.16.0.ebuild b/dev-ml/ppx_base/ppx_base-0.16.0.ebuild deleted file mode 100644 index d055de26c7cf..000000000000 --- a/dev-ml/ppx_base/ppx_base-0.16.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune - -DESCRIPTION="Base set of ppx rewriters" -HOMEPAGE="https://github.com/janestreet/ppx_base" -SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" -IUSE="+ocamlopt" - -DEPEND=" - >=dev-lang/ocaml-4.14 - dev-ml/ppx_cold:${SLOT} - dev-ml/ppx_globalize:${SLOT} - dev-ml/ppx_enumerate:${SLOT} - dev-ml/ppx_hash:${SLOT} -" -RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad