commit: 425f984f6134d4f4aa17b58cc6b30cfc062e0c42
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 4 22:43:09 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul 4 22:49:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=425f984f
dev-perl/File-Copy-Recursive-Reduced: New, needed for
dev-perl/Module-Build-XSUtil
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../File-Copy-Recursive-Reduced-0.6.0.ebuild | 26 ++++++++++++++++++++++
dev-perl/File-Copy-Recursive-Reduced/Manifest | 1 +
dev-perl/File-Copy-Recursive-Reduced/metadata.xml | 8 +++++++
3 files changed, 35 insertions(+)
diff --git
a/dev-perl/File-Copy-Recursive-Reduced/File-Copy-Recursive-Reduced-0.6.0.ebuild
b/dev-perl/File-Copy-Recursive-Reduced/File-Copy-Recursive-Reduced-0.6.0.ebuild
new file mode 100644
index 00000000000..f77a54fc495
--- /dev/null
+++
b/dev-perl/File-Copy-Recursive-Reduced/File-Copy-Recursive-Reduced-0.6.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=JKEENAN
+DIST_VERSION=0.006
+inherit perl-module
+
+DESCRIPTION="Recursive copying of files and directories within Perl 5
toolchain"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ virtual/perl-File-Spec
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/Capture-Tiny
+ virtual/perl-File-Temp
+ dev-perl/Path-Tiny
+ >=virtual/perl-Test-Simple-0.440.0
+ )
+"
diff --git a/dev-perl/File-Copy-Recursive-Reduced/Manifest
b/dev-perl/File-Copy-Recursive-Reduced/Manifest
new file mode 100644
index 00000000000..c9e08343613
--- /dev/null
+++ b/dev-perl/File-Copy-Recursive-Reduced/Manifest
@@ -0,0 +1 @@
+DIST File-Copy-Recursive-Reduced-0.006.tar.gz 25380 BLAKE2B
7b5f5ad2cb7c104d0d972a3e91dd4053842c41037da69420313dc8ca54989a13c8dc15280f2559a61e511ad9bf42dce59620dabc0fd55aac54bb7f26672f15ca
SHA512
7cf888b8c004d9430c87c1cceba25e997cb12974a79c3f4d803b11779abef81f5b686caac4c46a70caadb2eee12a71cb1fb87abfc7d5fec43dc37bbd2ef07694
diff --git a/dev-perl/File-Copy-Recursive-Reduced/metadata.xml
b/dev-perl/File-Copy-Recursive-Reduced/metadata.xml
new file mode 100644
index 00000000000..2b9a936fc0a
--- /dev/null
+++ b/dev-perl/File-Copy-Recursive-Reduced/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+</pkgmetadata>