From 17c933c1ad31aa3902b6771921303068028b4b26 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 21 Jun 2022 02:46:51 +0100 Subject: dev-ml/ppx_ignore_instrumentation: fix OCaml dep Signed-off-by: Sam James --- .../ppx_ignore_instrumentation-0.15.0-r1.ebuild | 19 +++++++++++++++++++ .../ppx_ignore_instrumentation-0.15.0.ebuild | 19 ------------------- 2 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 dev-ml/ppx_ignore_instrumentation/ppx_ignore_instrumentation-0.15.0-r1.ebuild delete mode 100644 dev-ml/ppx_ignore_instrumentation/ppx_ignore_instrumentation-0.15.0.ebuild (limited to 'dev-ml/ppx_ignore_instrumentation') diff --git a/dev-ml/ppx_ignore_instrumentation/ppx_ignore_instrumentation-0.15.0-r1.ebuild b/dev-ml/ppx_ignore_instrumentation/ppx_ignore_instrumentation-0.15.0-r1.ebuild new file mode 100644 index 000000000000..b6a836741e26 --- /dev/null +++ b/dev-ml/ppx_ignore_instrumentation/ppx_ignore_instrumentation-0.15.0-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit dune + +DESCRIPTION="Ignore Jane Street specific instrumentation extensions" +HOMEPAGE="https://github.com/janestreet/ppx_ignore_instrumentation" +SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/$(ver_cut 1-2)" +KEYWORDS="~amd64" +IUSE="+ocamlopt" + +DEPEND=">=dev-ml/ppxlib-0.23.0:=" +RDEPEND="${DEPEND}" +BDEPEND="" diff --git a/dev-ml/ppx_ignore_instrumentation/ppx_ignore_instrumentation-0.15.0.ebuild b/dev-ml/ppx_ignore_instrumentation/ppx_ignore_instrumentation-0.15.0.ebuild deleted file mode 100644 index ee7845db3535..000000000000 --- a/dev-ml/ppx_ignore_instrumentation/ppx_ignore_instrumentation-0.15.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit dune - -DESCRIPTION="Ignore Jane Street specific instrumentation extensions" -HOMEPAGE="https://github.com/janestreet/ppx_ignore_instrumentation" -SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64" -IUSE="+ocamlopt" - -DEPEND=">=dev-ml/ppxlib-0.23.0" -RDEPEND="${DEPEND}" -BDEPEND="" -- cgit v1.2.3-65-gdbad