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 16959158089 for ; Thu, 2 Nov 2023 22:11:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04E512BC056; Thu, 2 Nov 2023 22:11:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E1B7B2BC038 for ; Thu, 2 Nov 2023 22:11:31 +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 38A0C335D54 for ; Thu, 2 Nov 2023 22:11:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FAE9AB2 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: <1698963080.e822f9216e8f74d91c8489696b94d1af7c47712a.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ounit2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ounit2/Manifest dev-ml/ounit2/ounit2-2.2.3.ebuild X-VCS-Directories: dev-ml/ounit2/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: e822f9216e8f74d91c8489696b94d1af7c47712a 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: ceca9b83-d051-41d5-9af5-906c60519567 X-Archives-Hash: fe34a5aca8b91366d583c64094f9b3fa commit: e822f9216e8f74d91c8489696b94d1af7c47712a Author: Maciej Barć gentoo org> AuthorDate: Thu Nov 2 21:28:38 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Nov 2 22:11:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e822f921 dev-ml/ounit2: drop old 2.2.3 Signed-off-by: Maciej Barć gentoo.org> dev-ml/ounit2/Manifest | 1 - dev-ml/ounit2/ounit2-2.2.3.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-ml/ounit2/Manifest b/dev-ml/ounit2/Manifest index 7ed9c591f682..5e12c3f82f21 100644 --- a/dev-ml/ounit2/Manifest +++ b/dev-ml/ounit2/Manifest @@ -1,3 +1,2 @@ -DIST ounit-v2.2.3.tbz 57449 BLAKE2B cf4742c4800ff66551416e243285ae0264f94d1665f795039cd37ad717b09fa3ba5cdfb2380169dfcddea5a27a82373ae892adf11155147a081d734091bf39d8 SHA512 dff04859d263e5f80a1606156d07493d0320a2756d0a7f134c63c53078550c7b056587486922bc66a288413af30c59a7e47157636502c6dd10626cf75587f981 DIST ounit-v2.2.4.tbz 57558 BLAKE2B 5cb1eaa1233102af49155b46a1a95742c3c6c584901536ce755e6f6386d0d645639b98fdbab236fe20c93c3bde2632bbfc31c5a076f61cc6b9a7f408ac032643 SHA512 d69dc501a360c31f7854322b5e2c2abcb1e43890737e1cc00c167ee104d5dee471b6b8d8186f8044b0482c91a8f15210a25d833a1e03ed7baabfba923815962f DIST ounit2-2.2.6.tar.gz 69910 BLAKE2B 7833738e94990c7e67d27665e994c9e3c1505dcb45e2faaba58ef7de9eccc8fc19437fa983da058b1fa2c464e74d90a4eec22380ebfa01ae5e5a9616faf6ada3 SHA512 4d808866dc4f9de6493a17910fafb2452398aef45cb29add54ed25e15a10ec7715bdd52d40190f618e77fe351d8bb67fbe12c1df6a6736c501792a57f6b3768a diff --git a/dev-ml/ounit2/ounit2-2.2.3.ebuild b/dev-ml/ounit2/ounit2-2.2.3.ebuild deleted file mode 100644 index 6445ad69029a..000000000000 --- a/dev-ml/ounit2/ounit2-2.2.3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit dune - -DESCRIPTION="Unit testing framework for OCaml" -HOMEPAGE="https://github.com/gildor478/ounit" -SRC_URI="https://github.com/gildor478/ounit/releases/download/v${PV}/ounit-v${PV}.tbz" -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" -DEPEND=" - dev-ml/lwt:= - dev-ml/stdlib-shims:= -" -RDEPEND="${DEPEND}" -BDEPEND="" -IUSE="+ocamlopt" - -S="${WORKDIR}/ounit-v${PV}"