From 2e6d363c5e87569efc23848513e71f2233b7e9d9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 23 Oct 2022 15:50:26 +0100 Subject: gentoo auto-resync : 23:10:2022 - 15:50:25 --- dev-ml/yojson/Manifest | 2 +- dev-ml/yojson/yojson-2.0.2-r1.ebuild | 39 ---------------------------------- dev-ml/yojson/yojson-2.0.2-r2.ebuild | 41 ++++++++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 40 deletions(-) delete mode 100644 dev-ml/yojson/yojson-2.0.2-r1.ebuild create mode 100644 dev-ml/yojson/yojson-2.0.2-r2.ebuild (limited to 'dev-ml/yojson') diff --git a/dev-ml/yojson/Manifest b/dev-ml/yojson/Manifest index ca8c697f7da5..3afbd22ceaf7 100644 --- a/dev-ml/yojson/Manifest +++ b/dev-ml/yojson/Manifest @@ -3,5 +3,5 @@ DIST yojson-2.0.0.tar.gz 44446 BLAKE2B 3b221a016ba418cc6a413921f0d7f2bc239b9a849 DIST yojson-2.0.2.tar.gz 46731 BLAKE2B adca246c055efe04b63e694b7735fc81a714ae3b3ab164152797cc1eff1e483976b80ff31d0ac90f9d4ac234304ec805abb118bb231d0479bc738ddeb56a236c SHA512 61e8084d66d62d05a7802ee82a414807a76959ce6e0b14fd01f1c9c71ea69976d8a2cf3d5718e4059da4161786136a08624cd8470693ef2893b862efa7d6ffd2 EBUILD yojson-1.7.0.ebuild 768 BLAKE2B 2cc607961f2f28807c7f21b4321302cc6815c9a7a1a30074544d7c86bca5a8fc42fdd27df3b0485a382c7ae546e8c4cc14f263c3f884f1c78abb57e280b50e6e SHA512 1fcc4b8b8e577162626d0665a0be6dfc7ec622d7e4d9cb7ee80f468728941da6313575b346aab2f0e37257c5cf9b4733ab438250bc053bf52ed856689cd60f5b EBUILD yojson-2.0.0.ebuild 823 BLAKE2B b97fc62e1695f573c13ba4a3e40f3dd4e6a18d2a2e2de95727e1e0190b5c58a08b2e629e378bc8243fa08aa7cbc1607b8e3450fb0fda2a1f9c1ae8144a400771 SHA512 d9187abc288ee0a96dfa286240c845686d5886b25c4b7e62444b4e32622c843342077c84fa4ceb275f4692504af7f6bf1fc8e45c2d962621f17291d0b7fb762d -EBUILD yojson-2.0.2-r1.ebuild 801 BLAKE2B cca385860501b2fde0c125f392585d6cb6e5ee09a5bfb9afd3b74c7a5c67fb6071040f0c16fbe3ccc3281e1f568533911f719daf4166b751874782c6363d629b SHA512 affecc63e9dfe40268fb3cf127600b7039ac3fbcaf2f746384deab1c446f6f5a0aa24f754058318ca279e9033f3826475000dfee70ecaa7e1a232a3cd5e37f12 +EBUILD yojson-2.0.2-r2.ebuild 810 BLAKE2B 5bd7cf62c76e5c54e0aa22ab769c0c5f29ffb257a5b9d6cd22cb98d5fa4d3ab75e5b44452e2847d58e42ee7462cad059f68725b603a3a3e93f65309cc09c3443 SHA512 2a430ff72159808c56861c195f957b7ab46c47e471e2285bdffd3d51e14d1dd024a95c8b6896c78400ea249e58f2231f5f15b3dd4251ff462665611f008e820d MISC metadata.xml 529 BLAKE2B 4cfc5392ca4b4402f01251818c776c63d607c2e1b8d216930db594ffe2e1146ac52f9492823e5ef97ba7b6f89b2ee8eaf367e785120ca5fcabdb36549ffb6ebd SHA512 7c415ac7330d8d3397911ddd213da9a6cd5dfe76fa2530ab22cbd70cd8f411fbfdb9d40aa8ca66dc202227799fe0b8ff81c81e57815f5e206c7f424b6218baf1 diff --git a/dev-ml/yojson/yojson-2.0.2-r1.ebuild b/dev-ml/yojson/yojson-2.0.2-r1.ebuild deleted file mode 100644 index d86fe70884ac..000000000000 --- a/dev-ml/yojson/yojson-2.0.2-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune - -DESCRIPTION="JSON parsing and pretty-printing library for OCaml" -HOMEPAGE="https://github.com/ocaml-community/yojson" -SRC_URI="https://github.com/ocaml-community/yojson/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="examples +ocamlopt test" -RESTRICT="!test? ( test )" - -RDEPEND=">=dev-lang/ocaml-4.07:=[ocamlopt?] - !dev-ml/seq" -DEPEND="${RDEPEND}" -BDEPEND=" - >=dev-ml/cppo-1.6.1 - test? ( dev-ml/alcotest ) -" - -src_prepare() { - default - # let's not build this - rm bench/dune yojson-bench.opam || die -} - -src_install() { - dune_src_install - - if use examples; then - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi -} diff --git a/dev-ml/yojson/yojson-2.0.2-r2.ebuild b/dev-ml/yojson/yojson-2.0.2-r2.ebuild new file mode 100644 index 000000000000..b2c26c811dab --- /dev/null +++ b/dev-ml/yojson/yojson-2.0.2-r2.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="JSON parsing and pretty-printing library for OCaml" +HOMEPAGE="https://github.com/ocaml-community/yojson" +SRC_URI="https://github.com/ocaml-community/yojson/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="examples +ocamlopt test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-lang/ocaml-4.07:=[ocamlopt?] + !!