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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E8D415807B for ; Fri, 11 Oct 2024 03:39:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F49DE29AD; Fri, 11 Oct 2024 03:39:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 90F7AE299E for ; Fri, 11 Oct 2024 03:39:55 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBAC3335C52 for ; Fri, 11 Oct 2024 03:39:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5537297F for ; Fri, 11 Oct 2024 03:39:53 +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: <1728617948.bea1e45f00bcda30d108867a8235c2b1b08b0bb8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Strict/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Test-Strict/Manifest dev-perl/Test-Strict/Test-Strict-0.540.0.ebuild X-VCS-Directories: dev-perl/Test-Strict/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bea1e45f00bcda30d108867a8235c2b1b08b0bb8 X-VCS-Branch: master Date: Fri, 11 Oct 2024 03:39:53 +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: b8751980-e7aa-4450-b253-9e0a72e5b140 X-Archives-Hash: 8cc77b5f9dc4f67a8073d438daba3b9b commit: bea1e45f00bcda30d108867a8235c2b1b08b0bb8 Author: Sam James gentoo org> AuthorDate: Fri Oct 11 02:57:33 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 11 03:39:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea1e45f dev-perl/Test-Strict: add 0.540.0 Signed-off-by: Sam James gentoo.org> dev-perl/Test-Strict/Manifest | 1 + dev-perl/Test-Strict/Test-Strict-0.540.0.ebuild | 26 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-perl/Test-Strict/Manifest b/dev-perl/Test-Strict/Manifest index 302fa6891d2a..55bd9b2882ef 100644 --- a/dev-perl/Test-Strict/Manifest +++ b/dev-perl/Test-Strict/Manifest @@ -1 +1,2 @@ DIST Test-Strict-0.52.tar.gz 20932 BLAKE2B 720358a1e0f9a8ee73a8f8bd2b61bb69f39e597c8712d4ad98772354daf0c41763c6ffa90870cac8326b71cd173a1400d4c411cb0e6797f7d9dc3f05b7af2b3e SHA512 2d2e27f8fa5156bae4b54c2a9da5f5bd37c820ca9f9594f51c0915695f74f16880445d8a47de5a86d0277482b8234d4ab8e1c8a7ba00871c950268be40f543b5 +DIST Test-Strict-0.54.tar.gz 20923 BLAKE2B c81b546459eb88410f3fbed5d596ae297f5e206f1d80ad892a5ca313e21c39afce09f09bcad80d384492374aaf8b99a38c98abd9fab5c26736234219f0eb82f1 SHA512 4e870dcc1c7d296ec4a49aa204c2dedd2eb77cdd02777c7565e5c1aefc1200ebac2a9e84e889f2cb36a80c34a0b51c70c5fb5772b6827272cf15c46dbc573fb5 diff --git a/dev-perl/Test-Strict/Test-Strict-0.540.0.ebuild b/dev-perl/Test-Strict/Test-Strict-0.540.0.ebuild new file mode 100644 index 000000000000..4f202280cc1c --- /dev/null +++ b/dev-perl/Test-Strict/Test-Strict-0.540.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=MANWAR +DIST_VERSION=0.54 +inherit perl-module + +DESCRIPTION="Check syntax, presence of use strict; and test coverage" + +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=virtual/perl-File-Spec-0.10.0 + >=virtual/perl-File-Temp-0.10.0 +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + dev-perl/IO-stringy + >=virtual/perl-Test-Simple-1.0.0 + ) +"