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 61D49158083 for ; Mon, 9 Sep 2024 09:39:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81B0EE29E8; Mon, 9 Sep 2024 09:39:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 5AE40E29E8 for ; Mon, 9 Sep 2024 09:39:50 +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 9D3AC343027 for ; Mon, 9 Sep 2024 09:39:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 334471F35 for ; Mon, 9 Sep 2024 09:39:48 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1725874261.d209807d70e7e998072187db53e01429a42d6de4.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-ml/ocamlc-loc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-ml/ocamlc-loc/Manifest dev-ml/ocamlc-loc/ocamlc-loc-3.13.1.ebuild X-VCS-Directories: dev-ml/ocamlc-loc/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: d209807d70e7e998072187db53e01429a42d6de4 X-VCS-Branch: master Date: Mon, 9 Sep 2024 09:39:48 +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: e019d3f2-5f54-45e2-b6db-9d58cdcbaec0 X-Archives-Hash: 8eeded54a489d7584dd8033e66f5d313 Message-ID: <20240909093948.B5lOnZHz11x6Ei1WrybgbnXRzIW1Doj4IBbKKpVKbMI@z> commit: d209807d70e7e998072187db53e01429a42d6de4 Author: David Roman gmail com> AuthorDate: Mon Sep 9 09:31:01 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon Sep 9 09:31:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d209807d dev-ml/ocamlc-loc: drop 3.13.1 Signed-off-by: David Roman gmail.com> dev-ml/ocamlc-loc/Manifest | 1 - dev-ml/ocamlc-loc/ocamlc-loc-3.13.1.ebuild | 44 ------------------------------ 2 files changed, 45 deletions(-) diff --git a/dev-ml/ocamlc-loc/Manifest b/dev-ml/ocamlc-loc/Manifest index 8ab475eb4..4135d4982 100644 --- a/dev-ml/ocamlc-loc/Manifest +++ b/dev-ml/ocamlc-loc/Manifest @@ -1,2 +1 @@ -DIST ocamlc-loc-3.13.1.tar.gz 2891852 BLAKE2B 88cee2428134ddcd6b929915b6bbeb2d17be8b8190f963919a74c63ffcf80f596fb1556f88c41ee602b2386e02fdf396596a6b2097d67c720bd00e16cdda3a57 SHA512 910d4ddd55a91ee65d8ea35b8915506db74c924eb3b67f7b0715da5599ee5088ea3edec81ce6735addd5b17234e445608e59fa353b83e991c14768d83c97a2b5 DIST ocamlc-loc-3.16.0.tar.gz 2999701 BLAKE2B 5e371fa1003cec31273aeeb1a830036f48d3734588bd7a980b57aaae30d4984a34dec6f9be0ee9985c72dee08c2c6d456a789eab83cfce42c142a3abc6951b2e SHA512 3b1d041907128b6598e0f6150fe300a4a69098822f823ceead63b46e1005a21485738c6fa92641dd940c9f9cde48ae141ea51959a9b250bee3cbeb06ba788e23 diff --git a/dev-ml/ocamlc-loc/ocamlc-loc-3.13.1.ebuild b/dev-ml/ocamlc-loc/ocamlc-loc-3.13.1.ebuild deleted file mode 100644 index 98831a6c8..000000000 --- a/dev-ml/ocamlc-loc/ocamlc-loc-3.13.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune - -DESCRIPTION="Parse ocaml compiler output into structured form" -HOMEPAGE=" - https://opam.ocaml.org/packages/ocamlc-loc/ - https://github.com/ocaml/dune -" -SRC_URI="https://github.com/ocaml/dune/archive/${PV}.tar.gz -> ${P}.tar.gz" - -S="${WORKDIR}/dune-${PV}" - -LICENSE="MIT" - -SLOT="0/${PV}" - -KEYWORDS="~amd64" -IUSE="ocamlopt" - -RESTRICT="test" - -RDEPEND=" - ~dev-ml/dune-private-libs-${PV}:= -" - -DEPEND=" - ${RDEPEND} -" - -src_configure() { - : -} - -src_compile() { - dune-compile ocamlc-loc -} - -src_install() { - dune-install ocamlc-loc -}