From 9fc89a4b0b0b3d683d1e799da0379d2aaa23db0e Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Fri, 20 Jan 2017 06:34:00 +1300 Subject: perl-core/Test-Simple: Bump to version 1.302.75 (masked) Upstream: - fix double-release when throwing from context_do - improved diag-vs-info discrimination in send_event - TEST_ACTIVE and TEST2_ACTIVE env-vars now set to true - Reduce confusingness of cmp_ok output - Handle negative PIDs on windows - Add can() to deprecated Test::Tester::Delegate - Fix SysV IPC availability vs enabled interaction - Propogate warnings settings to use_ok - Add json serialization hooks to to Test2::Event and Test2::Trace::Util - TODO subtests recursively mark children as effective passes. - Added event classes ::Encoding and ::TAP::Version for Test2::Harness - Trace now contains cid and signatures - events now have related() method to check interconnectedness of events - run_subtest now has a no_fork option Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- perl-core/Test-Simple/Manifest | 1 + perl-core/Test-Simple/Test-Simple-1.302.75.ebuild | 47 +++++++++++++++++++++++ perl-core/Test-Simple/metadata.xml | 3 ++ 3 files changed, 51 insertions(+) create mode 100644 perl-core/Test-Simple/Test-Simple-1.302.75.ebuild (limited to 'perl-core/Test-Simple') diff --git a/perl-core/Test-Simple/Manifest b/perl-core/Test-Simple/Manifest index 0099d006c7d3..279bed9cbb2f 100644 --- a/perl-core/Test-Simple/Manifest +++ b/perl-core/Test-Simple/Manifest @@ -1,2 +1,3 @@ DIST Test-Simple-1.001014.tar.gz 127212 SHA256 55a414ce89eb7a5e9e84186f286b002054f10ae8ef4f8f2d61bb710e7549f16b SHA512 0aa0b4d78c0243480df0e7f9b28d69b6bbf1b26bd49a91827c2d61595319840f7178f179555a60ef28d49d3f50679aade4f6d8138e9ae1bd0113a3d6c66d89c2 WHIRLPOOL 554c292cc05e31c0f82094ff23a556d46526388f9b51b7c3367fb1c34ed692c03b03b1be46f75f6b9186bcd52b3a4e613064252c8f6234ef5711da2a29bec3a7 DIST Test-Simple-1.302062.tar.gz 247549 SHA256 6729060d4ab12e2db3a3c6d6376ee6a9fb77c0ba0308b66919365a1e8bf156ea SHA512 8c221ec4ee33da68191df6c8e13f82f90d694a1d87e2406a4af500b70bd87e8b58093735ca71c63c6cb569673e088d9f558bf7155c1f5e885eada354c090d3ff WHIRLPOOL 970f61e718a94b29c02e2b8315326a42b1bb9fae367e12f3e11f1b5b9a4f112dab5d38a68b8e3404e3dce07d14b7c86f074b3a77110b71afdaffb73261e8afe2 +DIST Test-Simple-1.302075.tar.gz 255843 SHA256 86f2205498f96302e00331ac586bf366547e946e8637ad208d6317a2097d40b7 SHA512 ebd6fe42458b4608f8f54bf35f062dbb767bc48659e262a794f8383de206b28c7e5acbc9418301dc0f5ca0a43602c17caa49be1a8a8ce2ad0fc836e31ca32239 WHIRLPOOL f753e8ea5c8cad6bb09b347f20a0848f4c0f2f0df2015f052b76d8e58108cd6a8df94a8c5eab7731fbe14cca27340245a67f602a754896b2f0e9d8f936ff1711 diff --git a/perl-core/Test-Simple/Test-Simple-1.302.75.ebuild b/perl-core/Test-Simple/Test-Simple-1.302.75.ebuild new file mode 100644 index 000000000000..9c6fd197670c --- /dev/null +++ b/perl-core/Test-Simple/Test-Simple-1.302.75.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=EXODIST +DIST_VERSION=1.302075 +DIST_EXAMPLES=("examples/*") +inherit perl-module + +DESCRIPTION="Basic utilities for writing tests" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND=" + !=virtual/perl-Scalar-List-Utils-1.130.0 + virtual/perl-Storable +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" diff --git a/perl-core/Test-Simple/metadata.xml b/perl-core/Test-Simple/metadata.xml index 05a0dbabe3ad..c0d99849be16 100644 --- a/perl-core/Test-Simple/metadata.xml +++ b/perl-core/Test-Simple/metadata.xml @@ -16,6 +16,7 @@ Test2::Event Test2::Event::Bail Test2::Event::Diag + Test2::Event::Encoding Test2::Event::Exception Test2::Event::Generic Test2::Event::Info @@ -24,6 +25,7 @@ Test2::Event::Plan Test2::Event::Skip Test2::Event::Subtest + Test2::Event::TAP::Version Test2::Event::Waiting Test2::Formatter Test2::Formatter::TAP @@ -34,6 +36,7 @@ Test2::IPC Test2::IPC::Driver Test2::IPC::Driver::Files + Test2::Tools::Tiny Test2::Util Test2::Util::ExternalMeta Test2::Util::HashBase -- cgit v1.2.3-65-gdbad