perl-core/Test-Harness: new package, add 3.500.0

Newer version is needed by dev-perl/Time-Out.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-10-17 04:02:21 +01:00
parent 0b4e8a1a15
commit a47eea92bf
3 changed files with 73 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST Test-Harness-3.50.tar.gz 215840 BLAKE2B 0110d6846bf79708be60b0f105379b8ba4085aedeacb26f2a90855a1e72a9c53428454c0547f7d4981914d487021cbebfb4343a556f37c6af28ca0810935e930 SHA512 5e05fbabe5c701616301b356319ecbc54701af88cf5ab1c60651faf51dcb15dd144895f4ce2f97811e47f47a2ac57a342d080b3e7c0b6901b789be16bd5061ed

View File

@@ -0,0 +1,13 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=LEONT
DIST_VERSION=3.50
inherit perl-module
DESCRIPTION="Runs Perl standard test scripts with statistics"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"

View File

@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Test-Harness</remote-id>
<remote-id type="cpan-module">App::Prove</remote-id>
<remote-id type="cpan-module">App::Prove::State</remote-id>
<remote-id type="cpan-module">App::Prove::State::Result</remote-id>
<remote-id type="cpan-module">App::Prove::State::Result::Test</remote-id>
<remote-id type="cpan-module">TAP::Base</remote-id>
<remote-id type="cpan-module">TAP::Formatter::Base</remote-id>
<remote-id type="cpan-module">TAP::Formatter::Color</remote-id>
<remote-id type="cpan-module">TAP::Formatter::Console</remote-id>
<remote-id type="cpan-module">TAP::Formatter::Console::ParallelSession</remote-id>
<remote-id type="cpan-module">TAP::Formatter::Console::Session</remote-id>
<remote-id type="cpan-module">TAP::Formatter::File</remote-id>
<remote-id type="cpan-module">TAP::Formatter::File::Session</remote-id>
<remote-id type="cpan-module">TAP::Formatter::Session</remote-id>
<remote-id type="cpan-module">TAP::Harness</remote-id>
<remote-id type="cpan-module">TAP::Object</remote-id>
<remote-id type="cpan-module">TAP::Parser</remote-id>
<remote-id type="cpan-module">TAP::Parser::Aggregator</remote-id>
<remote-id type="cpan-module">TAP::Parser::Grammar</remote-id>
<remote-id type="cpan-module">TAP::Parser::Iterator</remote-id>
<remote-id type="cpan-module">TAP::Parser::Iterator::Array</remote-id>
<remote-id type="cpan-module">TAP::Parser::Iterator::Process</remote-id>
<remote-id type="cpan-module">TAP::Parser::Iterator::Stream</remote-id>
<remote-id type="cpan-module">TAP::Parser::IteratorFactory</remote-id>
<remote-id type="cpan-module">TAP::Parser::Multiplexer</remote-id>
<remote-id type="cpan-module">TAP::Parser::Result</remote-id>
<remote-id type="cpan-module">TAP::Parser::Result::Bailout</remote-id>
<remote-id type="cpan-module">TAP::Parser::Result::Comment</remote-id>
<remote-id type="cpan-module">TAP::Parser::Result::Plan</remote-id>
<remote-id type="cpan-module">TAP::Parser::Result::Pragma</remote-id>
<remote-id type="cpan-module">TAP::Parser::Result::Test</remote-id>
<remote-id type="cpan-module">TAP::Parser::Result::Unknown</remote-id>
<remote-id type="cpan-module">TAP::Parser::Result::Version</remote-id>
<remote-id type="cpan-module">TAP::Parser::Result::YAML</remote-id>
<remote-id type="cpan-module">TAP::Parser::ResultFactory</remote-id>
<remote-id type="cpan-module">TAP::Parser::Scheduler</remote-id>
<remote-id type="cpan-module">TAP::Parser::Scheduler::Job</remote-id>
<remote-id type="cpan-module">TAP::Parser::Scheduler::Spinner</remote-id>
<remote-id type="cpan-module">TAP::Parser::Source</remote-id>
<remote-id type="cpan-module">TAP::Parser::SourceHandler</remote-id>
<remote-id type="cpan-module">TAP::Parser::SourceHandler::Executable</remote-id>
<remote-id type="cpan-module">TAP::Parser::SourceHandler::File</remote-id>
<remote-id type="cpan-module">TAP::Parser::SourceHandler::Handle</remote-id>
<remote-id type="cpan-module">TAP::Parser::SourceHandler::Perl</remote-id>
<remote-id type="cpan-module">TAP::Parser::SourceHandler::RawTAP</remote-id>
<remote-id type="cpan-module">TAP::Parser::Utils</remote-id>
<remote-id type="cpan-module">TAP::Parser::YAMLish::Reader</remote-id>
<remote-id type="cpan-module">TAP::Parser::YAMLish::Writer</remote-id>
<remote-id type="cpan-module">Test::Harness</remote-id>
</upstream>
</pkgmetadata>