commit:     9653c4bbf8eb0c32aaaf37637a0abc12b2a5d5a8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 05:13:58 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 05:13:58 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9653c4bb

dev-perl/Test-File: add 1.994.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Test-File/Manifest                 |  1 +
 dev-perl/Test-File/Test-File-1.994.0.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/Test-File/Manifest b/dev-perl/Test-File/Manifest
index 9c9b15e346d3..5c029d473929 100644
--- a/dev-perl/Test-File/Manifest
+++ b/dev-perl/Test-File/Manifest
@@ -1 +1,2 @@
 DIST Test-File-1.993.tar.gz 34406 BLAKE2B 
3726d1ff14547d810238750584668f9a7467c24b6a9262db0b1940a83053a25264a6d9cc584e2adb86850ef732ab4a7f433c82abd424bb9537886ed38e4a091e
 SHA512 
0e14580a11afc2f3115d5594be226237803ad8e462c314a2b775ca96bf491cfeea84bd90ae92a70c58d3d8fc7c0f21d38b54a58d29dd01a2c082c0cbfecb0aaf
+DIST Test-File-1.994.tar.gz 35329 BLAKE2B 
ff7e9569bb25bb9e33a2ef5bf2a0acc1090be58dedb8486e493134a16e1a1fc8d7c664e7232c5c75808ff1987499c6032b3b7e59f61319d5afb4ab7ee8275d94
 SHA512 
b94106c669c7400a2f156c84b010170f04f472c5ebe0acd160892fa143491df489157f5e6642da9f6d512643cdbeb0c259701eb5c9566eecb2be5e2455348c13

diff --git a/dev-perl/Test-File/Test-File-1.994.0.ebuild 
b/dev-perl/Test-File/Test-File-1.994.0.ebuild
new file mode 100644
index 000000000000..5e7b7035a901
--- /dev/null
+++ b/dev-perl/Test-File/Test-File-1.994.0.ebuild
@@ -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.994
+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
+}

Reply via email to