commit: 642b411855141b0cc6528a13934159bae9914b85 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Tue Apr 15 08:57:34 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Tue Apr 15 18:32:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=642b4118
dev-ml/ppx_sexp_value: drop 0.14.0 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/ppx_sexp_value/Manifest | 1 - dev-ml/ppx_sexp_value/ppx_sexp_value-0.14.0.ebuild | 27 ---------------------- 2 files changed, 28 deletions(-) diff --git a/dev-ml/ppx_sexp_value/Manifest b/dev-ml/ppx_sexp_value/Manifest index 521c334be986..0472bc634c52 100644 --- a/dev-ml/ppx_sexp_value/Manifest +++ b/dev-ml/ppx_sexp_value/Manifest @@ -1,4 +1,3 @@ -DIST ppx_sexp_value-0.14.0.tar.gz 7740 BLAKE2B f495d0b9032a73cd6a62292185e77cfe6206bb06564e663c04a20c9430dd4188da529bef6428a7a07309109ec7fc51d3909ac58d5760c1fab618f59eee8a6b63 SHA512 d33ed503025e07588a21ca6796004dd53ddfb9f67f3527d066c4767734fb8723d0a9d31082d285ba82996d8b69faecb624f116046ea8048637f05773ee3e89a8 DIST ppx_sexp_value-0.15.0.tar.gz 7839 BLAKE2B 72ac20f7bae60979f2b90c2103773549af655fff9c291d8f0afbfb773495ea2e387ce8149e782fd87db484ea882b9a35347a80472f37d9d1ab6f26bbff845db3 SHA512 b6eb67114c8d63b7eeeb63c5ce1c043a4c8879bd6502733449b3b1d665d345c9685ffefc0f8b0a3203b31e169f238f7decc882e72b0436601d1461e86b0f5d03 DIST ppx_sexp_value-0.16.0.tar.gz 8460 BLAKE2B b8d616e9c2d9a1f86a0727c4f05f630fee705b8fea5add83d71b94a5c63905c198c69dd5ac3676cbf8c6f8ebdbc2bfbae01ec1d0936eb13137b1107f3d1aed28 SHA512 f38c6045dc9d5136fcfaad00039fb7f0caf34ca1fb2031145fedb0b5d4c39b13c58c8d744ca77ebe291526b9f0b995d6f0d0f4cd18136b92e1125fb30e2ae2bd DIST ppx_sexp_value-0.17.0.tar.gz 8486 BLAKE2B b36d6c2af4cfc8eba8327e209d10e783fed0c852e161269826810c95626db675fbd1ae9f00934b5c15994f2d7241872c3cf18bc8b26aeaf4b54c4c410ec27188 SHA512 d90549f7d0cad885943e1fe8b54a38ca1f5e3f720814679648f346af59aa278066ef5dc4cde3f33dd27cf8242183f90945b889f07c84ecd92e2c7b8faa457429 diff --git a/dev-ml/ppx_sexp_value/ppx_sexp_value-0.14.0.ebuild b/dev-ml/ppx_sexp_value/ppx_sexp_value-0.14.0.ebuild deleted file mode 100644 index d69e19265924..000000000000 --- a/dev-ml/ppx_sexp_value/ppx_sexp_value-0.14.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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/${PV}" -KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" -IUSE="+ocamlopt" - -DEPEND=" - >=dev-ml/base-0.14.0:= - >=dev-ml/ppx_here-0.14.0:= - >=dev-ml/ppx_sexp_conv-0.14.0:= - >=dev-ml/ppxlib-0.18.0:= - >=dev-ml/ocaml-compiler-libs-0.11.0:= - >=dev-ml/ocaml-migrate-parsetree-2.0.0:= - dev-ml/cinaps:= - dev-ml/sexplib0:= -" -RDEPEND="${DEPEND}"
