commit: 42bdafb71baa72de775a7b13aaef200f3a1def61 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Mon Jul 14 17:34:48 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Mon Jul 14 21:13:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42bdafb7
dev-ml/ppx_deriving_yojson: drop old 3.8.0 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> dev-ml/ppx_deriving_yojson/Manifest | 1 - .../ppx_deriving_yojson-3.8.0.ebuild | 24 ---------------------- 2 files changed, 25 deletions(-) diff --git a/dev-ml/ppx_deriving_yojson/Manifest b/dev-ml/ppx_deriving_yojson/Manifest index e5fd86542473..c06159aa7195 100644 --- a/dev-ml/ppx_deriving_yojson/Manifest +++ b/dev-ml/ppx_deriving_yojson/Manifest @@ -1,2 +1 @@ -DIST ppx_deriving_yojson-3.8.0.tar.gz 20819 BLAKE2B ce216726fb7466c30a1580961f01d3f61ee85b3d8fd3e8465f6747afda394fa4440e8bb9f2734466fc928d421f09c89813363fd2622ff3b6ca13cb55ad313040 SHA512 c6939139cb0fa758b1812c4fee16a47a640e0f1a4316961635ab438b21ccc4268d93e202df04b34106d0cf8d3189ccd8a4f4fd85fc9d3c616d810f9c07055d84 DIST ppx_deriving_yojson-3.9.0.tar.gz 20979 BLAKE2B 4182701c4346a2820f6f27abf11f457d4c24dcff7c2ef55e234331126b38ae39d84a98fba6f0c12dc854c50216054cf3ab45e0d1d36b62654b5ce1dcc6eac3be SHA512 a046aabe09175638ca8cea5907bfd4b4a057e0be181008dae3dd0bd32a23808fa815d820e7ca98c2e15a4f8ef2a1f66cd421aced6c68fd6a3cf7e31c261d81da diff --git a/dev-ml/ppx_deriving_yojson/ppx_deriving_yojson-3.8.0.ebuild b/dev-ml/ppx_deriving_yojson/ppx_deriving_yojson-3.8.0.ebuild deleted file mode 100644 index 8faeb0f644f0..000000000000 --- a/dev-ml/ppx_deriving_yojson/ppx_deriving_yojson-3.8.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune - -DESCRIPTION="JSON codec generator for OCaml" -HOMEPAGE="https://github.com/ocaml-ppx/ppx_deriving_yojson/" -SRC_URI="https://github.com/ocaml-ppx/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="+ocamlopt test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-ml/ppxlib-0.30.0:=[ocamlopt?] - dev-ml/ppx_deriving:=[ocamlopt?] - dev-ml/yojson:=[ocamlopt?] -" -DEPEND="${RDEPEND}" -BDEPEND="test? ( dev-ml/ounit2 )"
