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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6340D15807B for ; Thu, 17 Oct 2024 03:12:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A9F0E07C9; Thu, 17 Oct 2024 03:12:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3CEFEE07C9 for ; Thu, 17 Oct 2024 03:12:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44E4C342FAA for ; Thu, 17 Oct 2024 03:12:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACA151E06 for ; Thu, 17 Oct 2024 03:12:09 +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: <1729134699.a47eea92bfa55c0cc97c6977b45a996da1e5c5af.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: perl-core/Test-Harness/ X-VCS-Repository: repo/gentoo X-VCS-Files: perl-core/Test-Harness/Manifest perl-core/Test-Harness/Test-Harness-3.500.0.ebuild perl-core/Test-Harness/metadata.xml X-VCS-Directories: perl-core/Test-Harness/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a47eea92bfa55c0cc97c6977b45a996da1e5c5af X-VCS-Branch: master Date: Thu, 17 Oct 2024 03:12:09 +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: 927e089b-ab72-471f-8539-105bad1c8c7f X-Archives-Hash: 38d3b4f291fa0e82714a91cb8cce5abb commit: a47eea92bfa55c0cc97c6977b45a996da1e5c5af Author: Sam James gentoo org> AuthorDate: Thu Oct 17 03:02:21 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 17 03:11:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47eea92 perl-core/Test-Harness: new package, add 3.500.0 Newer version is needed by dev-perl/Time-Out. Signed-off-by: Sam James gentoo.org> perl-core/Test-Harness/Manifest | 1 + perl-core/Test-Harness/Test-Harness-3.500.0.ebuild | 13 +++++ perl-core/Test-Harness/metadata.xml | 59 ++++++++++++++++++++++ 3 files changed, 73 insertions(+) diff --git a/perl-core/Test-Harness/Manifest b/perl-core/Test-Harness/Manifest new file mode 100644 index 000000000000..8a4d90340569 --- /dev/null +++ b/perl-core/Test-Harness/Manifest @@ -0,0 +1 @@ +DIST Test-Harness-3.50.tar.gz 215840 BLAKE2B 0110d6846bf79708be60b0f105379b8ba4085aedeacb26f2a90855a1e72a9c53428454c0547f7d4981914d487021cbebfb4343a556f37c6af28ca0810935e930 SHA512 5e05fbabe5c701616301b356319ecbc54701af88cf5ab1c60651faf51dcb15dd144895f4ce2f97811e47f47a2ac57a342d080b3e7c0b6901b789be16bd5061ed diff --git a/perl-core/Test-Harness/Test-Harness-3.500.0.ebuild b/perl-core/Test-Harness/Test-Harness-3.500.0.ebuild new file mode 100644 index 000000000000..d09080759b86 --- /dev/null +++ b/perl-core/Test-Harness/Test-Harness-3.500.0.ebuild @@ -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" diff --git a/perl-core/Test-Harness/metadata.xml b/perl-core/Test-Harness/metadata.xml new file mode 100644 index 000000000000..ee75be9dc80c --- /dev/null +++ b/perl-core/Test-Harness/metadata.xml @@ -0,0 +1,59 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + Test-Harness + App::Prove + App::Prove::State + App::Prove::State::Result + App::Prove::State::Result::Test + TAP::Base + TAP::Formatter::Base + TAP::Formatter::Color + TAP::Formatter::Console + TAP::Formatter::Console::ParallelSession + TAP::Formatter::Console::Session + TAP::Formatter::File + TAP::Formatter::File::Session + TAP::Formatter::Session + TAP::Harness + TAP::Object + TAP::Parser + TAP::Parser::Aggregator + TAP::Parser::Grammar + TAP::Parser::Iterator + TAP::Parser::Iterator::Array + TAP::Parser::Iterator::Process + TAP::Parser::Iterator::Stream + TAP::Parser::IteratorFactory + TAP::Parser::Multiplexer + TAP::Parser::Result + TAP::Parser::Result::Bailout + TAP::Parser::Result::Comment + TAP::Parser::Result::Plan + TAP::Parser::Result::Pragma + TAP::Parser::Result::Test + TAP::Parser::Result::Unknown + TAP::Parser::Result::Version + TAP::Parser::Result::YAML + TAP::Parser::ResultFactory + TAP::Parser::Scheduler + TAP::Parser::Scheduler::Job + TAP::Parser::Scheduler::Spinner + TAP::Parser::Source + TAP::Parser::SourceHandler + TAP::Parser::SourceHandler::Executable + TAP::Parser::SourceHandler::File + TAP::Parser::SourceHandler::Handle + TAP::Parser::SourceHandler::Perl + TAP::Parser::SourceHandler::RawTAP + TAP::Parser::Utils + TAP::Parser::YAMLish::Reader + TAP::Parser::YAMLish::Writer + Test::Harness + +