From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/yojson/
Date: Sat, 13 Jul 2024 11:51:29 +0000 (UTC) [thread overview]
Message-ID: <1720871473.8890c71ea3daeccd183ea4ae61b07323a5623c08.tupone@gentoo> (raw)
commit: 8890c71ea3daeccd183ea4ae61b07323a5623c08
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 13 11:50:58 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 11:51:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8890c71e
dev-ml/yojson: add 2.2.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/yojson/Manifest | 1 +
dev-ml/yojson/yojson-2.2.2.ebuild | 43 +++++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-ml/yojson/Manifest b/dev-ml/yojson/Manifest
index 67cf7f1a54a8..7c6cc29e2d98 100644
--- a/dev-ml/yojson/Manifest
+++ b/dev-ml/yojson/Manifest
@@ -1,3 +1,4 @@
DIST yojson-2.1.0.tar.gz 48316 BLAKE2B 49634800de95035624803883b7f44eda1dd4ba8c050efc52ba31246aba7c37b57d717ebc6d487a9c99ba55ab416a5b196974b0bac09bc6a74992356840e4ae52 SHA512 d52e4fcac41165f9fb74e922d35dd247e1622674f74d6e80978fbc1f42b45f45797965e41129e7acd049451ef5fcec48021ca7c866e36a4e8c4c51e78bab9d7f
DIST yojson-2.1.1.tar.gz 49090 BLAKE2B aa11a3d6b786f33fa2da6dbf34f2a496a1796eab64d87069420fc9953fef6442660a58f259c4abcca6373710375723e6965f0ab9c9dbcafea46eb6e03147fb54 SHA512 935014c43bca83201b0e9d3399e751ae5667ac12bc7fe3d8777b6a84a1216a7325b3cdafb8f9650a4c3979d0e2df6fdeae3cc894c92a175f7ee75ee6303b46c2
DIST yojson-2.2.1.tar.gz 58073 BLAKE2B d53f2fd2743ffa239fc177f1ae6d612d0dd4cb2c85f3f172c8b36da883b0329cb0113b87a6b1e706f2877fc59d88b94c22f9cf97636ecc5137f9e06722b7d6a9 SHA512 17a141d002afcc3feb536747e259dfe4ad248495fcad00484324a28ed52975d34c8e332af4b794f7e8d7c27da4f4f4d75149929aeb7fd97db86f9df41a2b6e99
+DIST yojson-2.2.2.tar.gz 58638 BLAKE2B b1e9e0375b57ad6a112aba25adda15cfc176ac44017c2dc686e5bfd3d32ed7c06c8bb1a97378f49b71f25b4949c836e3be5a72b06bfff76d96acd2b840ee43b9 SHA512 d1fdaa5345a37bb4ed203e8ec842bc8e91e88001de63c6e9539ef9c9f54b861af67de7d1169eb76879bab1a3b5b758dbc6deb1eea9cb6831bbbfba228b5bb4a3
diff --git a/dev-ml/yojson/yojson-2.2.2.ebuild b/dev-ml/yojson/yojson-2.2.2.ebuild
new file mode 100644
index 000000000000..e987fb1738dd
--- /dev/null
+++ b/dev-ml/yojson/yojson-2.2.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 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/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="examples +ocamlopt test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-ml/sedlex:=[ocamlopt?]
+ !!<dev-ml/seq-0.3
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ test? ( dev-ml/alcotest )
+"
+
+PATCHES=( "${FILESDIR}/${PN}-2.1.1-dune-seq.patch" )
+
+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
+}
next reply other threads:[~2024-07-13 11:51 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-13 11:51 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-19 7:32 [gentoo-commits] repo/gentoo:master commit in: dev-ml/yojson/ 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-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-09-23 0:09 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=1720871473.8890c71ea3daeccd183ea4ae61b07323a5623c08.tupone@gentoo \
--to=tupone@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