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 D43E813835A for ; Sat, 13 Mar 2021 15:26:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52C35E089C; Sat, 13 Mar 2021 15:26:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 30C9FE089A for ; Sat, 13 Mar 2021 15:26:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DE580340C15 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 B9E3A5D2 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: <1615649016.36b4686b3632229217da14fcd33e02796007700b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/llvm-ocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/llvm-ocaml/llvm-ocaml-10.0.1.ebuild dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.ebuild dev-ml/llvm-ocaml/llvm-ocaml-11.0.1.ebuild dev-ml/llvm-ocaml/llvm-ocaml-11.1.0.ebuild dev-ml/llvm-ocaml/llvm-ocaml-12.0.0.9999.ebuild dev-ml/llvm-ocaml/llvm-ocaml-12.0.0_rc2.ebuild dev-ml/llvm-ocaml/llvm-ocaml-12.0.0_rc3.ebuild dev-ml/llvm-ocaml/llvm-ocaml-13.0.0.9999.ebuild X-VCS-Directories: dev-ml/llvm-ocaml/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 36b4686b3632229217da14fcd33e02796007700b 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: a47547da-4e54-4de9-82ee-fe4c67773430 X-Archives-Hash: 74de3f289e895f28c60ed3d14a1ce42e commit: 36b4686b3632229217da14fcd33e02796007700b Author: Sam James gentoo org> AuthorDate: Sat Mar 13 12:26:55 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 13 15:23:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b4686b dev-ml/llvm-ocaml: convert to dev-ml/ounit2 for tests Signed-off-by: Sam James gentoo.org> dev-ml/llvm-ocaml/llvm-ocaml-10.0.1.ebuild | 4 ++-- dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.ebuild | 4 ++-- dev-ml/llvm-ocaml/llvm-ocaml-11.0.1.ebuild | 2 +- dev-ml/llvm-ocaml/llvm-ocaml-11.1.0.ebuild | 2 +- dev-ml/llvm-ocaml/llvm-ocaml-12.0.0.9999.ebuild | 4 ++-- dev-ml/llvm-ocaml/llvm-ocaml-12.0.0_rc2.ebuild | 2 +- dev-ml/llvm-ocaml/llvm-ocaml-12.0.0_rc3.ebuild | 2 +- dev-ml/llvm-ocaml/llvm-ocaml-13.0.0.9999.ebuild | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-10.0.1.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-10.0.1.ebuild index 5dcb70c3805..f4a1d0ea6f6 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-10.0.1.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-10.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -40,7 +40,7 @@ DEPEND="${RDEPEND}" BDEPEND=" dev-lang/perl dev-ml/findlib - test? ( dev-ml/ounit ) + test? ( dev-ml/ounit2 ) ${PYTHON_DEPS}" pkg_setup() { diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.ebuild index 31cda80cf0e..2927a17a5ef 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -41,7 +41,7 @@ BDEPEND=" dev-lang/perl dev-ml/findlib >=dev-util/cmake-3.16 - test? ( dev-ml/ounit ) + test? ( dev-ml/ounit2 ) ${PYTHON_DEPS}" pkg_setup() { diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-11.0.1.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-11.0.1.ebuild index 6a74d00cd2f..eadb980e8aa 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-11.0.1.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-11.0.1.ebuild @@ -39,7 +39,7 @@ BDEPEND=" dev-lang/perl dev-ml/findlib >=dev-util/cmake-3.16 - test? ( dev-ml/ounit ) + test? ( dev-ml/ounit2 ) ${PYTHON_DEPS}" LLVM_COMPONENTS=( llvm ) diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-11.1.0.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-11.1.0.ebuild index 6a74d00cd2f..eadb980e8aa 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-11.1.0.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-11.1.0.ebuild @@ -39,7 +39,7 @@ BDEPEND=" dev-lang/perl dev-ml/findlib >=dev-util/cmake-3.16 - test? ( dev-ml/ounit ) + test? ( dev-ml/ounit2 ) ${PYTHON_DEPS}" LLVM_COMPONENTS=( llvm ) diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-12.0.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-12.0.0.9999.ebuild index 4f3798d7196..3fc4ee845be 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-12.0.0.9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-12.0.0.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -39,7 +39,7 @@ BDEPEND=" dev-lang/perl dev-ml/findlib >=dev-util/cmake-3.16 - test? ( dev-ml/ounit ) + test? ( dev-ml/ounit2 ) ${PYTHON_DEPS}" LLVM_COMPONENTS=( llvm ) diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-12.0.0_rc2.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-12.0.0_rc2.ebuild index 0376bb7114c..3fc4ee845be 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-12.0.0_rc2.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-12.0.0_rc2.ebuild @@ -39,7 +39,7 @@ BDEPEND=" dev-lang/perl dev-ml/findlib >=dev-util/cmake-3.16 - test? ( dev-ml/ounit ) + test? ( dev-ml/ounit2 ) ${PYTHON_DEPS}" LLVM_COMPONENTS=( llvm ) diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-12.0.0_rc3.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-12.0.0_rc3.ebuild index 0376bb7114c..3fc4ee845be 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-12.0.0_rc3.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-12.0.0_rc3.ebuild @@ -39,7 +39,7 @@ BDEPEND=" dev-lang/perl dev-ml/findlib >=dev-util/cmake-3.16 - test? ( dev-ml/ounit ) + test? ( dev-ml/ounit2 ) ${PYTHON_DEPS}" LLVM_COMPONENTS=( llvm ) diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-13.0.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-13.0.0.9999.ebuild index 0376bb7114c..3fc4ee845be 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-13.0.0.9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-13.0.0.9999.ebuild @@ -39,7 +39,7 @@ BDEPEND=" dev-lang/perl dev-ml/findlib >=dev-util/cmake-3.16 - test? ( dev-ml/ounit ) + test? ( dev-ml/ounit2 ) ${PYTHON_DEPS}" LLVM_COMPONENTS=( llvm )