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 1D6B0158089 for ; Thu, 2 Nov 2023 22:11:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0CA82BC07F; Thu, 2 Nov 2023 22:11:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 8FB7E2BC07F for ; Thu, 2 Nov 2023 22:11:33 +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 A81BA335D49 for ; Thu, 2 Nov 2023 22:11:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3CE5AB9 for ; Thu, 2 Nov 2023 22:11:28 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1698963081.2678b5cccdf5bf73fd28ff70d1baae6fcc42c8cd.xgqt@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.2-r3.ebuild X-VCS-Directories: dev-ml/yojson/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 2678b5cccdf5bf73fd28ff70d1baae6fcc42c8cd X-VCS-Branch: master Date: Thu, 2 Nov 2023 22:11:28 +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: 0bbbde4a-7634-4a47-85fc-56b975e12e86 X-Archives-Hash: 7e266e8e17518aec8aa467a4f72af599 commit: 2678b5cccdf5bf73fd28ff70d1baae6fcc42c8cd Author: Maciej Barć gentoo org> AuthorDate: Thu Nov 2 21:36:19 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Nov 2 22:11:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2678b5cc dev-ml/yojson: drop old 2.0.2-r3 Signed-off-by: Maciej Barć gentoo.org> dev-ml/yojson/Manifest | 1 - dev-ml/yojson/yojson-2.0.2-r3.ebuild | 44 ------------------------------------ 2 files changed, 45 deletions(-) diff --git a/dev-ml/yojson/Manifest b/dev-ml/yojson/Manifest index 2b8d927d040a..93fb396c4417 100644 --- a/dev-ml/yojson/Manifest +++ b/dev-ml/yojson/Manifest @@ -1,2 +1 @@ -DIST yojson-2.0.2.tar.gz 46731 BLAKE2B adca246c055efe04b63e694b7735fc81a714ae3b3ab164152797cc1eff1e483976b80ff31d0ac90f9d4ac234304ec805abb118bb231d0479bc738ddeb56a236c SHA512 61e8084d66d62d05a7802ee82a414807a76959ce6e0b14fd01f1c9c71ea69976d8a2cf3d5718e4059da4161786136a08624cd8470693ef2893b862efa7d6ffd2 DIST yojson-2.1.0.tar.gz 48316 BLAKE2B 49634800de95035624803883b7f44eda1dd4ba8c050efc52ba31246aba7c37b57d717ebc6d487a9c99ba55ab416a5b196974b0bac09bc6a74992356840e4ae52 SHA512 d52e4fcac41165f9fb74e922d35dd247e1622674f74d6e80978fbc1f42b45f45797965e41129e7acd049451ef5fcec48021ca7c866e36a4e8c4c51e78bab9d7f diff --git a/dev-ml/yojson/yojson-2.0.2-r3.ebuild b/dev-ml/yojson/yojson-2.0.2-r3.ebuild deleted file mode 100644 index 0841dc6efbf3..000000000000 --- a/dev-ml/yojson/yojson-2.0.2-r3.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2023 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-lang/ocaml-4.07:=[ocamlopt?] - !!