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 695831382C5 for ; Fri, 9 Mar 2018 06:45:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88F80E098E; Fri, 9 Mar 2018 06:45:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5C0EAE098E for ; Fri, 9 Mar 2018 06:45:20 +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 C6949335C34 for ; Fri, 9 Mar 2018 06:45:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54F55241 for ; Fri, 9 Mar 2018 06:45:17 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1520577904.c330e65c805f41456c41e50bcc973085203c688b.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test2-Plugin-NoWarnings/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Test2-Plugin-NoWarnings/Manifest dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.60.0.ebuild dev-perl/Test2-Plugin-NoWarnings/metadata.xml X-VCS-Directories: dev-perl/Test2-Plugin-NoWarnings/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: c330e65c805f41456c41e50bcc973085203c688b X-VCS-Branch: master Date: Fri, 9 Mar 2018 06:45:17 +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-Archives-Salt: 6199b36d-d0b2-414e-873e-98dd08a814cd X-Archives-Hash: 241b0b6106a749d0eaa1b5f93e8668d4 commit: c330e65c805f41456c41e50bcc973085203c688b Author: Kent Fredric gentoo org> AuthorDate: Fri Mar 9 06:44:51 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Mar 9 06:45:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c330e65c dev-perl/Test2-Plugin-NoWarnings: Bump to version 0.60.0 Upstream: - Emit warnings as Ok events instead of Warning events to work around limitations in the core TAP formatter not emitting warnings in subtests Package-Manager: Portage-2.3.18, Repoman-2.3.6 dev-perl/Test2-Plugin-NoWarnings/Manifest | 1 + .../Test2-Plugin-NoWarnings-0.60.0.ebuild | 27 ++++++++++++++++++++++ dev-perl/Test2-Plugin-NoWarnings/metadata.xml | 1 + 3 files changed, 29 insertions(+) diff --git a/dev-perl/Test2-Plugin-NoWarnings/Manifest b/dev-perl/Test2-Plugin-NoWarnings/Manifest index 856621e20d3..57692ce41dd 100644 --- a/dev-perl/Test2-Plugin-NoWarnings/Manifest +++ b/dev-perl/Test2-Plugin-NoWarnings/Manifest @@ -1 +1,2 @@ DIST Test2-Plugin-NoWarnings-0.05.tar.gz 23036 BLAKE2B 8a0e01bda6bdffa59565bf0ae943595bfe29e259fb03da0545010c87e8eb401d6153827203ced8780a5e9ae5c08d9f34d703151bbc0e3c19d9bf0713379989f6 SHA512 3374f17ce0b930008a3dc29e205ab0275908b329c7079428f8754f27e73fd8961446628fd9e0dc9c8937fc9ddec41a5359b82f0c002a97c897529918885c821d +DIST Test2-Plugin-NoWarnings-0.06.tar.gz 23237 BLAKE2B 7c390da923bb355a0e4539dde11c4b52846d1d39cbd474e15e61f6237da3cd8b357044e89e2f5133772fe3e9bda008fa22f5f299f4deb8ce62f67ffa65fc5500 SHA512 aed9a3769085028adffd0aa7cbbe2d7d8b89b5f4768e47ae4155dcc1f4aa8fd47319ae7c87ddbc1ed08ca99e1d703eebb74977e88696ea4dcc1104a53332ade2 diff --git a/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.60.0.ebuild b/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.60.0.ebuild new file mode 100644 index 00000000000..4fb975ca184 --- /dev/null +++ b/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.60.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=DROLSKY +DIST_VERSION=0.06 +inherit perl-module + +DESCRIPTION="Fail if tests warn" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + >=virtual/perl-Test-Simple-1.302.15 + virtual/perl-parent +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + dev-perl/IPC-Run3 + >=dev-perl/Test2-Suite-0.0.15 + ) +" diff --git a/dev-perl/Test2-Plugin-NoWarnings/metadata.xml b/dev-perl/Test2-Plugin-NoWarnings/metadata.xml index 8e5eca0392b..d005b60d258 100644 --- a/dev-perl/Test2-Plugin-NoWarnings/metadata.xml +++ b/dev-perl/Test2-Plugin-NoWarnings/metadata.xml @@ -7,6 +7,7 @@ Test2-Plugin-NoWarnings + Test2::Event::Warning Test2::Plugin::NoWarnings