dev-perl/Test-File: add 1.995.0

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-06-06 02:55:16 +01:00
parent 0d39b317f1
commit d4cf929c73
2 changed files with 29 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST Test-File-1.994.tar.gz 35329 BLAKE2B ff7e9569bb25bb9e33a2ef5bf2a0acc1090be58dedb8486e493134a16e1a1fc8d7c664e7232c5c75808ff1987499c6032b3b7e59f61319d5afb4ab7ee8275d94 SHA512 b94106c669c7400a2f156c84b010170f04f472c5ebe0acd160892fa143491df489157f5e6642da9f6d512643cdbeb0c259701eb5c9566eecb2be5e2455348c13
DIST Test-File-1.995.tar.gz 35390 BLAKE2B ae2f0a2cf23d690d159dc9b1a7226388cffd2acfbea6e9cf5ea0288b38c61981c2d746b2a6577c25942724d76eb53daad2e858627c6fdc6978d4876b00102720 SHA512 25038672ae5bc50832972168292e47898eca8b3a6ec951da5eed2e3124fe4ceb7a4447e847ce0696e89ab4c320d60ff71a559ba403b4e3d331d7cab19844ed6d

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=BRIANDFOY
DIST_VERSION=1.995
inherit perl-module
DESCRIPTION="Test file attributes"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
BDEPEND="
>=virtual/perl-ExtUtils-MakeMaker-6.640.0
test? (
>=virtual/perl-Test-Simple-0.950.0
)
"
src_prepare() {
if use test; then
perl_rm_files t/pod.t t/pod_coverage.t t/test_manifest
sed -i -e '/Test::Manifest/d' Makefile.PL || die "Can't patch Makefile.PL"
fi
perl-module_src_prepare
}