summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2023-12-29 23:28:16 +0100
committerAlfredo Tupone <tupone@gentoo.org>2023-12-29 23:28:16 +0100
commit9041e271d07eeb9f91b430f3bb772852a85910db (patch)
tree831fd3e73424753e2dec897704287b2d852eac47 /dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild
parentdev-ml/ppxlib: add ocamlopt? deps (diff)
downloadgentoo-9041e271d07eeb9f91b430f3bb772852a85910db.tar.gz
gentoo-9041e271d07eeb9f91b430f3bb772852a85910db.tar.bz2
gentoo-9041e271d07eeb9f91b430f3bb772852a85910db.zip
dev-ml/ppx_sexp_conv: add ocamlopt? deps
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild')
-rw-r--r--dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild
deleted file mode 100644
index 41666a867b9c..000000000000
--- a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit dune
-
-DESCRIPTION="Support Library for type-driven code generators"
-HOMEPAGE="https://github.com/janestreet/ppx_sexp_conv"
-SRC_URI="https://github.com/janestreet/ppx_sexp_conv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
-IUSE="+ocamlopt"
-
-DEPEND="
- =dev-ml/base-0.14*:=
- dev-ml/findlib:=
- >=dev-ml/ppxlib-0.18.0:=
- <dev-ml/ppxlib-0.22:=
- >=dev-ml/ocaml-compiler-libs-0.11.0:=
- >=dev-ml/ocaml-migrate-parsetree-2.0.0:=
- dev-ml/cinaps:=
- dev-ml/sexplib0:=
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-ppxlib-0.18.0.patch )