From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7301313835B for ; Mon, 4 Jan 2021 17:27:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EE65E0A02; Mon, 4 Jan 2021 17:27:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85DD1E0A02 for ; Mon, 4 Jan 2021 17:27:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8358B3411F3 for ; Mon, 4 Jan 2021 17:27:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 215DB48B for ; Mon, 4 Jan 2021 17:27:08 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609781224.581237f305695944e3869f7baba9d64f7f08e561.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/yojson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/yojson/Manifest dev-ml/yojson/metadata.xml dev-ml/yojson/yojson-1.7.0.ebuild X-VCS-Directories: dev-ml/yojson/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 581237f305695944e3869f7baba9d64f7f08e561 X-VCS-Branch: master Date: Mon, 4 Jan 2021 17:27:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6e27bf9e-0078-47c8-bec9-f3372ae9d4bb X-Archives-Hash: 2b2981117184a0a7adae87cbfc8db010 commit: 581237f305695944e3869f7baba9d64f7f08e561 Author: François-Xavier Carton gmail com> AuthorDate: Fri Nov 27 17:41:45 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 4 17:27:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=581237f3 dev-ml/yojson: bump to 1.7.0 Signed-off-by: François-Xavier Carton gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18436 Signed-off-by: Sam James gentoo.org> dev-ml/yojson/Manifest | 1 + dev-ml/yojson/metadata.xml | 9 ++++++++- dev-ml/yojson/yojson-1.7.0.ebuild | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 1 deletion(-) diff --git a/dev-ml/yojson/Manifest b/dev-ml/yojson/Manifest index 1e6fd2ae004..040e490a07d 100644 --- a/dev-ml/yojson/Manifest +++ b/dev-ml/yojson/Manifest @@ -1 +1,2 @@ DIST yojson-1.4.0.tar.gz 26197 BLAKE2B c7d1a9d47f448995b31cd7631f64dec29e65b1f141854092bfe186a58c28b96c5c7f246f7e4ab4563dfcd84776904d4af77bbcbdc4e149229fbde339bd92df9f SHA512 dc019ecf0387299282c3df9a548456d2529993241911a83acb14f2361ed14886e5ebebe415773b6bc718cb0b12a25529184f3b5b62c71b42960fbd62e1c63bf6 +DIST yojson-1.7.0.tar.gz 29704 BLAKE2B edbd7f66d69a85880fc8ee9bb25a993744a310887024f7af63665ba8f5067f1b9383ec4d6dd5f4ca3376d698665a8f605c078f7597ddd4e71857c1a20143c2e5 SHA512 25eedb64e4bf7c7e8d5a5a115812cd502540afbdeb7c947da3a14e5968aa0a7db8ab402425662571d8935b9cd6a19796ce81dd80a65dc614f156626c60e7036e diff --git a/dev-ml/yojson/metadata.xml b/dev-ml/yojson/metadata.xml index 96ead416877..a6f01f34da1 100644 --- a/dev-ml/yojson/metadata.xml +++ b/dev-ml/yojson/metadata.xml @@ -1,7 +1,14 @@ - + + François-Xavier Carton + fx.carton91@gmail.com + + + proxy-maint@gentoo.org + Proxy Maintainers + mjambon/yojson diff --git a/dev-ml/yojson/yojson-1.7.0.ebuild b/dev-ml/yojson/yojson-1.7.0.ebuild new file mode 100644 index 00000000000..fbfcfb4f3d5 --- /dev/null +++ b/dev-ml/yojson/yojson-1.7.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="examples +ocamlopt" + +RDEPEND=">=dev-lang/ocaml-4.02.3:=[ocamlopt] + dev-ml/easy-format:=[ocamlopt] + >=dev-ml/biniou-1.2:=[ocamlopt] +" +DEPEND="${RDEPEND} + >=dev-ml/cppo-1.6.1 +" + +src_install() { + dune_src_install + + if use examples; then + dodoc -r examples + docompress -x /usr/share/doc/${PF}/examples + fi +}