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 E8B321382C5 for ; Sat, 13 Mar 2021 15:26:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 810BAE088D; Sat, 13 Mar 2021 15:26:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 63CA8E088B 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 B3F66340C33 for ; Sat, 13 Mar 2021 15:26:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24D705B8 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: <1615649009.07da955dd583946e61a0f40f962f251c03ca70e9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-gettext/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild X-VCS-Directories: dev-ml/ocaml-gettext/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 07da955dd583946e61a0f40f962f251c03ca70e9 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: edc2c554-fafd-4b8e-bb15-ae49915d5c6a X-Archives-Hash: f12dd8c403c2e661ce5348f007f3609e commit: 07da955dd583946e61a0f40f962f251c03ca70e9 Author: Sam James gentoo org> AuthorDate: Sat Mar 13 11:27:16 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 13 15:23:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07da955d dev-ml/ocaml-gettext: convert to dev-ml/ounit2 for tests Signed-off-by: Sam James gentoo.org> dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild b/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild index 62186a50ccd..640af1cd5c1 100644 --- a/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild +++ b/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild @@ -28,9 +28,16 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - test? ( dev-ml/ounit[ocamlopt=] ) + test? ( dev-ml/ounit2[ocamlopt=] ) " +src_prepare() { + default + + # Port to dev-ml/ounit2 + sed -i -e 's/oUnit/ounit2/' test/{,common,test-camomile,test-stub}/dune || die +} + src_install() { dune_src_install }