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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F0659158020 for ; Sat, 26 Nov 2022 15:09:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3ABEAE076B; Sat, 26 Nov 2022 15:09:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26A2DE076B for ; Sat, 26 Nov 2022 15:09:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C114341498 for ; Sat, 26 Nov 2022 15:09:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFE2573B for ; Sat, 26 Nov 2022 15:09:40 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1669475363.3df695936d33926ea49d863ffaac2c6cacf3be2f.tupone@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/yojson-2.0.0.ebuild X-VCS-Directories: dev-ml/yojson/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 3df695936d33926ea49d863ffaac2c6cacf3be2f X-VCS-Branch: master Date: Sat, 26 Nov 2022 15:09:40 +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: 042fe696-c972-4ca7-a548-7420c85b0a42 X-Archives-Hash: 3a3b433deabc680813d6d61837802cbe commit: 3df695936d33926ea49d863ffaac2c6cacf3be2f Author: Alfredo Tupone gentoo org> AuthorDate: Sat Nov 26 15:08:37 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Nov 26 15:09:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df69593 dev-ml/yojson: drop 2.0.0 Closes: https://bugs.gentoo.org/861356 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/yojson/Manifest | 1 - dev-ml/yojson/yojson-2.0.0.ebuild | 39 --------------------------------------- 2 files changed, 40 deletions(-) diff --git a/dev-ml/yojson/Manifest b/dev-ml/yojson/Manifest index de9acdd856c1..91ace2bc0d2b 100644 --- a/dev-ml/yojson/Manifest +++ b/dev-ml/yojson/Manifest @@ -1,3 +1,2 @@ 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.0.ebuild b/dev-ml/yojson/yojson-2.0.0.ebuild deleted file mode 100644 index 23350f1a6c06..000000000000 --- a/dev-ml/yojson/yojson-2.0.0.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.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 -}