From 352a3929a623656207c3af0fd3d77a0eebc68a45 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Fri, 10 Feb 2023 08:59:03 +0100 Subject: dev-ml/ppx_sexp_value: add ppxlib dep Signed-off-by: Alfredo Tupone --- .../ppx_sexp_value/ppx_sexp_value-0.15.0-r1.ebuild | 22 ++++++++++++++++++++++ dev-ml/ppx_sexp_value/ppx_sexp_value-0.15.0.ebuild | 21 --------------------- 2 files changed, 22 insertions(+), 21 deletions(-) create mode 100644 dev-ml/ppx_sexp_value/ppx_sexp_value-0.15.0-r1.ebuild delete mode 100644 dev-ml/ppx_sexp_value/ppx_sexp_value-0.15.0.ebuild (limited to 'dev-ml/ppx_sexp_value') diff --git a/dev-ml/ppx_sexp_value/ppx_sexp_value-0.15.0-r1.ebuild b/dev-ml/ppx_sexp_value/ppx_sexp_value-0.15.0-r1.ebuild new file mode 100644 index 000000000000..0bfc4626dbc5 --- /dev/null +++ b/dev-ml/ppx_sexp_value/ppx_sexp_value-0.15.0-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Standard library for ppx rewriters" +HOMEPAGE="https://github.com/janestreet/ppx_sexp_value" +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-ml/ppx_here:${SLOT} + dev-ml/ppx_sexp_conv:${SLOT} + >=dev-ml/ppxlib-0.23.0:= +" +RDEPEND="${DEPEND}" diff --git a/dev-ml/ppx_sexp_value/ppx_sexp_value-0.15.0.ebuild b/dev-ml/ppx_sexp_value/ppx_sexp_value-0.15.0.ebuild deleted file mode 100644 index 20344bbab120..000000000000 --- a/dev-ml/ppx_sexp_value/ppx_sexp_value-0.15.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune - -DESCRIPTION="Standard library for ppx rewriters" -HOMEPAGE="https://github.com/janestreet/ppx_sexp_value" -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-ml/ppx_here:${SLOT} - dev-ml/ppx_sexp_conv:${SLOT} -" -RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad