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 4B044138331 for ; Thu, 15 Mar 2018 00:23:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0575DE0833; Thu, 15 Mar 2018 00:23:49 +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 D5AFEE0833 for ; Thu, 15 Mar 2018 00:23:48 +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 47EDC335C4A for ; Thu, 15 Mar 2018 00:23:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B395024C for ; Thu, 15 Mar 2018 00:23:45 +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: <1521072139.20a3692fe68aaf1750c5064915b395cc91b0426f.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-FailWarnings/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Test-FailWarnings/Test-FailWarnings-0.8.0-r1.ebuild dev-perl/Test-FailWarnings/metadata.xml X-VCS-Directories: dev-perl/Test-FailWarnings/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 20a3692fe68aaf1750c5064915b395cc91b0426f X-VCS-Branch: master Date: Thu, 15 Mar 2018 00:23:45 +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: ea5f1614-d59e-41e0-9aa8-ae5665ff936a X-Archives-Hash: f850c620239fef262e3f8c6ea356bf08 commit: 20a3692fe68aaf1750c5064915b395cc91b0426f Author: Kent Fredric gentoo org> AuthorDate: Thu Mar 15 00:02:19 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Mar 15 00:02:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a3692f dev-perl/Test-FailWarnings: EAPI6 + tests - EAPI6ify - Enable tests - Add missing CPAN remote-id's Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../Test-FailWarnings-0.8.0-r1.ebuild | 32 ++++++++++++++++++++++ dev-perl/Test-FailWarnings/metadata.xml | 4 +++ 2 files changed, 36 insertions(+) diff --git a/dev-perl/Test-FailWarnings/Test-FailWarnings-0.8.0-r1.ebuild b/dev-perl/Test-FailWarnings/Test-FailWarnings-0.8.0-r1.ebuild new file mode 100644 index 00000000000..b7693d84120 --- /dev/null +++ b/dev-perl/Test-FailWarnings/Test-FailWarnings-0.8.0-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=DAGOLDEN +DIST_VERSION=0.008 +inherit perl-module + +DESCRIPTION="Add test failures if warnings are caught" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +IUSE="test" +LICENSE="Apache-2.0" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-File-Spec + >=virtual/perl-Test-Simple-0.860.0 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=dev-perl/Capture-Tiny-0.120.0 + virtual/perl-File-Spec + virtual/perl-File-Temp + virtual/perl-IO + virtual/perl-Scalar-List-Utils + >=virtual/perl-Test-Simple-0.960.0 + ) +" diff --git a/dev-perl/Test-FailWarnings/metadata.xml b/dev-perl/Test-FailWarnings/metadata.xml index 2b9a936fc0a..6336c0ada21 100644 --- a/dev-perl/Test-FailWarnings/metadata.xml +++ b/dev-perl/Test-FailWarnings/metadata.xml @@ -5,4 +5,8 @@ perl@gentoo.org Gentoo Perl Project + + Test-FailWarnings + Test::FailWarnings +