From 8e0e736d39433268261a0b695be2129605bf919b Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sat, 28 Jan 2023 19:37:31 +0100 Subject: dev-ml/ppx_assert: adj deps Signed-off-by: Alfredo Tupone --- dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild | 24 ++++++++++++++++++++++++ dev-ml/ppx_assert/ppx_assert-0.15.0.ebuild | 23 ----------------------- 2 files changed, 24 insertions(+), 23 deletions(-) create mode 100644 dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild delete mode 100644 dev-ml/ppx_assert/ppx_assert-0.15.0.ebuild (limited to 'dev-ml') diff --git a/dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild b/dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild new file mode 100644 index 000000000000..8a8d95c396a7 --- /dev/null +++ b/dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Assert-like extension nodes that raise useful errors on failure" +HOMEPAGE="https://github.com/janestreet/ppx_assert" +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/ppxlib:= + dev-ml/ppx_cold:${SLOT} + dev-ml/ppx_compare:${SLOT} + dev-ml/ppx_here:${SLOT} + dev-ml/ppx_sexp_conv:${SLOT} +" +RDEPEND="${DEPEND}" diff --git a/dev-ml/ppx_assert/ppx_assert-0.15.0.ebuild b/dev-ml/ppx_assert/ppx_assert-0.15.0.ebuild deleted file mode 100644 index 08b4af2998a2..000000000000 --- a/dev-ml/ppx_assert/ppx_assert-0.15.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune - -DESCRIPTION="Assert-like extension nodes that raise useful errors on failure" -HOMEPAGE="https://github.com/janestreet/ppx_assert" -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_cold:${SLOT} - dev-ml/ppx_compare:${SLOT} - dev-ml/ppx_here:${SLOT} - dev-ml/ppx_sexp_conv:${SLOT} -" -RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad