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 20C9D158064 for ; Fri, 3 May 2024 04:15:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 567B6E2A11; Fri, 3 May 2024 04:15:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C33E8E2A11 for ; Fri, 3 May 2024 04:15:06 +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 E8717343023 for ; Fri, 3 May 2024 04:15:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2830515DF for ; Fri, 3 May 2024 04:15:04 +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: <1714709385.c0d46a71617e78ceb80271542cd9d8def0dee89b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Test-Compile/Manifest dev-perl/Test-Compile/Test-Compile-3.3.2.ebuild X-VCS-Directories: dev-perl/Test-Compile/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c0d46a71617e78ceb80271542cd9d8def0dee89b X-VCS-Branch: master Date: Fri, 3 May 2024 04:15:04 +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: d41001e8-8cd6-44a0-9c29-d2523d768c34 X-Archives-Hash: 049edcb738fc52a43b643a1a13a6dec1 commit: c0d46a71617e78ceb80271542cd9d8def0dee89b Author: Sam James gentoo org> AuthorDate: Fri May 3 03:56:18 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 3 04:09:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d46a71 dev-perl/Test-Compile: add 3.3.2 Signed-off-by: Sam James gentoo.org> dev-perl/Test-Compile/Manifest | 1 + dev-perl/Test-Compile/Test-Compile-3.3.2.ebuild | 36 +++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/dev-perl/Test-Compile/Manifest b/dev-perl/Test-Compile/Manifest index 31ff417411f0..17fd8b9f4e87 100644 --- a/dev-perl/Test-Compile/Manifest +++ b/dev-perl/Test-Compile/Manifest @@ -1 +1,2 @@ DIST Test-Compile-v3.3.1.tar.gz 20205 BLAKE2B 5a1b52447eb8e1f92903e3eae09f3b91fef4ba9bb7962edc854629a730dc8c0e622aaf78a13e6ec26a002749cfd9d112f4d2aa33acfb6a2775ce5b77a026ff04 SHA512 d2655da234eabd79846a97f358552d8f57cfdbd5de900850dd4537985a226a17e6277a45d0e118ab29df0084ae0edef14001c53be3f07e47e14c6cd2aa53ece3 +DIST Test-Compile-v3.3.2.tar.gz 20668 BLAKE2B 7a0159e151ac0344b9d736d0abc02eae9e191ad4e2fd4c84cc3cf27c869ecd1546c2e4e28be8092c12b877c2139425526de1cdf44d167a84972b5e5f625e5227 SHA512 5403dd9b22f8b40fd8a64417d44219cacfe50d3200a0093171fd36460e7da9db97e6db85c618ace55218fb0ef64f3cef087bfba16f68e186344909957fbd8813 diff --git a/dev-perl/Test-Compile/Test-Compile-3.3.2.ebuild b/dev-perl/Test-Compile/Test-Compile-3.3.2.ebuild new file mode 100644 index 000000000000..7b1c7a6fdf04 --- /dev/null +++ b/dev-perl/Test-Compile/Test-Compile-3.3.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 2020-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=EGILES +DIST_VERSION=v${PV} +inherit perl-module + +DESCRIPTION="Check whether Perl files compile correctly" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" + +RDEPEND=" + >=virtual/perl-Exporter-5.680.0 + >=virtual/perl-parent-0.225.0 +" +BDEPEND=" + ${RDEPEND} + >=dev-perl/Module-Build-0.380.0 + test? ( + dev-perl/Test-Exception + dev-perl/Test-Warnings + virtual/perl-Test-Simple + ) +" + +PERL_RM_FILES=( + t/999-has-version.t + t/999-perlcritic.t + t/999-pod-coverage.t + t/999-pod.t + t/999-portability.t + t/999-synopsis.t + t/999-version.t +)