summaryrefslogtreecommitdiff
path: root/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0-r1.ebuild
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2025-07-06 14:11:53 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2025-07-06 14:11:53 +0200
commiteb8c00fec9c3d655d35b9248122cfd954ba71b6c (patch)
tree7f1849d69582a51ab0d6c83479b4b33c9e5441d6 /dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0-r1.ebuild
parentedc2c0c07c4576d6faa897048b915674dc319e7b (diff)
downloadgentoo-eb8c00fec9c3d655d35b9248122cfd954ba71b6c.tar.gz
gentoo-eb8c00fec9c3d655d35b9248122cfd954ba71b6c.tar.bz2
gentoo-eb8c00fec9c3d655d35b9248122cfd954ba71b6c.zip
dev-perl/File-Copy-Recursive: EAPI bump
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0-r1.ebuild')
-rw-r--r--dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0-r1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0-r1.ebuild b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0-r1.ebuild
new file mode 100644
index 000000000000..d13428c2898f
--- /dev/null
+++ b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DMUEY
+DIST_VERSION=0.45
+inherit perl-module
+
+DESCRIPTION="uses File::Copy to recursively copy dirs"
+
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
+
+BDEPEND="
+ test? (
+ dev-perl/Path-Tiny
+ dev-perl/Test-Deep
+ dev-perl/Test-Fatal
+ dev-perl/Test-File
+ >=virtual/perl-Test-Simple-0.880.0
+ dev-perl/Test-Warnings
+ )
+"