public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/yojson/
Date: Fri, 23 Sep 2022 00:09:42 +0000 (UTC)	[thread overview]
Message-ID: <1663891780.b6e876fec2a0275b1f94ddc6fae0b37702116f49.xgqt@gentoo> (raw)

commit:     b6e876fec2a0275b1f94ddc6fae0b37702116f49
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 00:00:43 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 00:09:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e876fe

dev-ml/yojson: bump to 2.0.2

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/yojson/Manifest            |  1 +
 dev-ml/yojson/yojson-2.0.2.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-ml/yojson/Manifest b/dev-ml/yojson/Manifest
index 411b2a92266e..de9acdd856c1 100644
--- a/dev-ml/yojson/Manifest
+++ b/dev-ml/yojson/Manifest
@@ -1,2 +1,3 @@
 DIST yojson-1.7.0.tar.gz 29704 BLAKE2B edbd7f66d69a85880fc8ee9bb25a993744a310887024f7af63665ba8f5067f1b9383ec4d6dd5f4ca3376d698665a8f605c078f7597ddd4e71857c1a20143c2e5 SHA512 25eedb64e4bf7c7e8d5a5a115812cd502540afbdeb7c947da3a14e5968aa0a7db8ab402425662571d8935b9cd6a19796ce81dd80a65dc614f156626c60e7036e
 DIST yojson-2.0.0.tar.gz 44446 BLAKE2B 3b221a016ba418cc6a413921f0d7f2bc239b9a84953bbe9bec2601b159442f3e8bebdf48447367660fec3b3929ea0c08453778e491ce17f9044f505e49d587a6 SHA512 9196e117bb712b970351d12a8d7eae345eef2c92e70e627b58bb95ee49cd58e8a51e6eb5746e2468c15133d53a448ccd229a0568227de0cc8d2eed8b1985609b
+DIST yojson-2.0.2.tar.gz 46731 BLAKE2B adca246c055efe04b63e694b7735fc81a714ae3b3ab164152797cc1eff1e483976b80ff31d0ac90f9d4ac234304ec805abb118bb231d0479bc738ddeb56a236c SHA512 61e8084d66d62d05a7802ee82a414807a76959ce6e0b14fd01f1c9c71ea69976d8a2cf3d5718e4059da4161786136a08624cd8470693ef2893b862efa7d6ffd2

diff --git a/dev-ml/yojson/yojson-2.0.2.ebuild b/dev-ml/yojson/yojson-2.0.2.ebuild
new file mode 100644
index 000000000000..23350f1a6c06
--- /dev/null
+++ b/dev-ml/yojson/yojson-2.0.2.ebuild
@@ -0,0 +1,39 @@
+# 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.02.3:=[ocamlopt?]
+	>=dev-ml/seq-0.2.2:=[ocamlopt?]
+"
+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
+}


             reply	other threads:[~2022-09-23  0:09 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-23  0:09 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-14 21:13 [gentoo-commits] repo/gentoo:master commit in: dev-ml/yojson/ Maciej Barć
2025-07-14 21:13 Maciej Barć
2025-07-14 21:13 Maciej Barć
2025-02-19  7:32 Arthur Zamarin
2024-11-24 22:16 Jakov Smolić
2024-11-24 15:47 Jakov Smolić
2024-11-23 21:25 Sam James
2024-11-23 21:08 Sam James
2024-10-20  4:46 Sam James
2024-10-12 21:00 Alfredo Tupone
2024-07-13 11:51 Alfredo Tupone
2024-06-24 16:11 Alfredo Tupone
2024-02-15 13:56 Sam James
2023-11-02 22:11 Maciej Barć
2023-11-02 22:11 Maciej Barć
2023-10-08 15:29 Arthur Zamarin
2023-05-16 15:44 Maciej Barć
2023-04-01 20:54 Alfredo Tupone
2022-11-26 15:09 Alfredo Tupone
2022-10-23  9:27 Maciej Barć
2022-10-20 14:58 Alfredo Tupone
2022-09-23 23:52 Maciej Barć
2022-07-06  6:19 Alfredo Tupone
2022-06-08 20:27 Maciej Barć
2022-06-08 20:27 Maciej Barć
2021-12-12  1:59 Maciej Barć
2021-03-07 14:38 Alfredo Tupone
2021-01-04 17:27 Sam James
2021-01-04 17:27 Sam James
2021-01-04 17:27 Sam James
2021-01-04 17:27 Sam James
2018-10-13 22:02 Patrice Clement
2017-07-19 21:30 Alexis Ballier
2017-01-24 10:55 Alexis Ballier
2016-03-02 19:29 Alexis Ballier
2016-02-22 10:28 Alexis Ballier
2016-02-07 16:14 Alexis Ballier
2015-12-19 15:01 Alexis Ballier
2015-09-14 12:12 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1663891780.b6e876fec2a0275b1f94ddc6fae0b37702116f49.xgqt@gentoo \
    --to=xgqt@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox