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 2D2431382C5 for ; Sat, 13 Mar 2021 15:26:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD006E0891; Sat, 13 Mar 2021 15:26:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 97361E0891 for ; Sat, 13 Mar 2021 15:26:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D5B8D33DF47 for ; Sat, 13 Mar 2021 15:26:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6C0A5CF for ; Sat, 13 Mar 2021 15:26:19 +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: <1615649015.689b52fdb836717fce4001a8ed00c7965e248914.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/jingoo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/jingoo/jingoo-1.4.2.ebuild X-VCS-Directories: dev-ml/jingoo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 689b52fdb836717fce4001a8ed00c7965e248914 X-VCS-Branch: master Date: Sat, 13 Mar 2021 15:26:19 +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: 1ec5d192-53a5-4959-a0e0-ab2788de4dab X-Archives-Hash: e616c23307d9919f65d4670128f43d97 commit: 689b52fdb836717fce4001a8ed00c7965e248914 Author: Sam James gentoo org> AuthorDate: Sat Mar 13 11:50:25 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 13 15:23:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689b52fd dev-ml/jingoo: convert to dev-ml/ounit2 for tests Signed-off-by: Sam James gentoo.org> dev-ml/jingoo/jingoo-1.4.2.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dev-ml/jingoo/jingoo-1.4.2.ebuild b/dev-ml/jingoo/jingoo-1.4.2.ebuild index 666330ad24b..21270b6af09 100644 --- a/dev-ml/jingoo/jingoo-1.4.2.ebuild +++ b/dev-ml/jingoo/jingoo-1.4.2.ebuild @@ -22,4 +22,11 @@ RDEPEND="dev-ml/ppx_deriving:= dev-ml/re:= dev-ml/menhir:=" DEPEND="${RDEPEND} - test? ( dev-ml/ounit )" + test? ( dev-ml/ounit2 )" + +src_prepare() { + default + + # Port to dev-ml/ounit2 + sed -i -e 's/oUnit/ounit2/' tests/dune.in || die +}