* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Recursive-Reduced/
@ 2021-07-04 22:49 Andreas K. Hüttel
0 siblings, 0 replies; 12+ messages in thread
From: Andreas K. Hüttel @ 2021-07-04 22:49 UTC (permalink / raw
To: gentoo-commits
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>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Recursive-Reduced/
@ 2021-07-06 17:59 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-07-06 17:59 UTC (permalink / raw
To: gentoo-commits
commit: 7105e5754e314679d852474f253941c0040e9e13
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 6 17:58:36 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 6 17:58:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7105e575
dev-perl/File-Copy-Recursive-Reduced: Keyword 0.6.0 arm, #800545
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../File-Copy-Recursive-Reduced-0.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index f77a54fc495..5fbba80fadb 100644
--- 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
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Recursive copying of files and directories within Perl 5 toolchain"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
RDEPEND="
virtual/perl-File-Spec
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Recursive-Reduced/
@ 2021-07-06 17:59 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-07-06 17:59 UTC (permalink / raw
To: gentoo-commits
commit: 61f7bffd413d4a3c8c7576a426d26c978b0ba635
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 6 17:59:02 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 6 17:59:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f7bffd
dev-perl/File-Copy-Recursive-Reduced: Keyword 0.6.0 arm64, #800545
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../File-Copy-Recursive-Reduced-0.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index 5fbba80fadb..6da71232d05 100644
--- 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
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Recursive copying of files and directories within Perl 5 toolchain"
SLOT="0"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~arm64"
RDEPEND="
virtual/perl-File-Spec
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Recursive-Reduced/
@ 2021-07-06 21:31 Sergei Trofimovich
0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2021-07-06 21:31 UTC (permalink / raw
To: gentoo-commits
commit: ae9faaeb5a85eb531ad5017508956d8c5431954d
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Tue Jul 6 19:00:41 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Jul 6 21:30:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9faaeb
dev-perl/File-Copy-Recursive-Reduced: mark 0.6.0 ~hppa, bug #800545
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
.../File-Copy-Recursive-Reduced-0.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index 6da71232d05..d2955d86de6 100644
--- 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
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Recursive copying of files and directories within Perl 5 toolchain"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa"
RDEPEND="
virtual/perl-File-Spec
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Recursive-Reduced/
@ 2021-07-08 7:09 Sergei Trofimovich
0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2021-07-08 7:09 UTC (permalink / raw
To: gentoo-commits
commit: 117c6b0ac839231c18346983bcca799e66cd6ed5
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 8 07:09:00 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Jul 8 07:09:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=117c6b0a
dev-perl/File-Copy-Recursive-Reduced: keyworded 0.6.0 for ppc
keyworded wrt bug #800545
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
.../File-Copy-Recursive-Reduced-0.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index d2955d86de6..6eff6a438ef 100644
--- 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
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Recursive copying of files and directories within Perl 5 toolchain"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc"
RDEPEND="
virtual/perl-File-Spec
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Recursive-Reduced/
@ 2021-07-08 7:11 Sergei Trofimovich
0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2021-07-08 7:11 UTC (permalink / raw
To: gentoo-commits
commit: 51a158e1aeb452182c089460a52ec0afd27afe16
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 8 07:10:28 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Jul 8 07:10:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51a158e1
dev-perl/File-Copy-Recursive-Reduced: keyworded 0.6.0 for ppc64
keyworded wrt bug #800545
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
.../File-Copy-Recursive-Reduced-0.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index 6eff6a438ef..26b45cff62f 100644
--- 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
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Recursive copying of files and directories within Perl 5 toolchain"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64"
RDEPEND="
virtual/perl-File-Spec
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Recursive-Reduced/
@ 2021-07-25 3:23 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-07-25 3:23 UTC (permalink / raw
To: gentoo-commits
commit: 6f2a4fc4e381e53350ee5c00a66bd1f071eaefcf
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 25 03:22:07 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 25 03:23:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f2a4fc4
dev-perl/File-Copy-Recursive-Reduced: Keyword 0.6.0 x86, #801391
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../File-Copy-Recursive-Reduced-0.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index 26b45cff62f..3fe4197a8ef 100644
--- 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
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Recursive copying of files and directories within Perl 5 toolchain"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
RDEPEND="
virtual/perl-File-Spec
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Recursive-Reduced/
@ 2021-11-16 10:08 Jakov Smolić
0 siblings, 0 replies; 12+ messages in thread
From: Jakov Smolić @ 2021-11-16 10:08 UTC (permalink / raw
To: gentoo-commits
commit: a3504485266a082f684b84418cf5efa0e44aaada
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 16 10:07:50 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Nov 16 10:07:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3504485
dev-perl/File-Copy-Recursive-Reduced: Stabilize 0.6.0 amd64, #823740
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
.../File-Copy-Recursive-Reduced-0.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index af07d702a749..cfe803231ef7 100644
--- 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
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Recursive copying of files and directories within Perl 5 toolchain"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
RDEPEND="
virtual/perl-File-Spec
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Recursive-Reduced/
@ 2021-11-17 22:47 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-11-17 22:47 UTC (permalink / raw
To: gentoo-commits
commit: b9bb885eb99ec09415afb2bef663621a1157408e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 17 22:46:36 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 17 22:46:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9bb885e
dev-perl/File-Copy-Recursive-Reduced: Stabilize 0.6.0 x86, #823740
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../File-Copy-Recursive-Reduced-0.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index cfe803231ef7..6c40b338459c 100644
--- 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
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Recursive copying of files and directories within Perl 5 toolchain"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
RDEPEND="
virtual/perl-File-Spec
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Recursive-Reduced/
@ 2023-06-24 2:57 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-06-24 2:57 UTC (permalink / raw
To: gentoo-commits
commit: d6111e7c65c7f6f44dd080702f5746bcc322ad16
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 02:56:12 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 02:56:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6111e7c
dev-perl/File-Copy-Recursive-Reduced: add cpan, cpan-module, github upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/File-Copy-Recursive-Reduced/metadata.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev-perl/File-Copy-Recursive-Reduced/metadata.xml b/dev-perl/File-Copy-Recursive-Reduced/metadata.xml
index e2c9afaca62c..baf85ae04eee 100644
--- a/dev-perl/File-Copy-Recursive-Reduced/metadata.xml
+++ b/dev-perl/File-Copy-Recursive-Reduced/metadata.xml
@@ -5,4 +5,9 @@
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="cpan">File-Copy-Recursive-Reduced</remote-id>
+ <remote-id type="cpan-module">File::Copy::Recursive::Reduced</remote-id>
+ <remote-id type="github">jkeenan/file-copy-recursive-reduced</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Recursive-Reduced/
@ 2024-05-01 3:02 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2024-05-01 3:02 UTC (permalink / raw
To: gentoo-commits
commit: 2912c636132d89133e19dd80ff9adf2a0f81d075
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 1 02:56:56 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 1 02:56:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2912c636
dev-perl/File-Copy-Recursive-Reduced: add 0.8.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../File-Copy-Recursive-Reduced-0.8.0.ebuild | 27 ++++++++++++++++++++++
dev-perl/File-Copy-Recursive-Reduced/Manifest | 1 +
2 files changed, 28 insertions(+)
diff --git a/dev-perl/File-Copy-Recursive-Reduced/File-Copy-Recursive-Reduced-0.8.0.ebuild b/dev-perl/File-Copy-Recursive-Reduced/File-Copy-Recursive-Reduced-0.8.0.ebuild
new file mode 100644
index 000000000000..9c17952d1155
--- /dev/null
+++ b/dev-perl/File-Copy-Recursive-Reduced/File-Copy-Recursive-Reduced-0.8.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=JKEENAN
+DIST_VERSION=0.008
+inherit perl-module
+
+DESCRIPTION="Recursive copying of files and directories within Perl 5 toolchain"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+
+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
index c9e083436132..36bd3fb38e34 100644
--- a/dev-perl/File-Copy-Recursive-Reduced/Manifest
+++ b/dev-perl/File-Copy-Recursive-Reduced/Manifest
@@ -1 +1,2 @@
DIST File-Copy-Recursive-Reduced-0.006.tar.gz 25380 BLAKE2B 7b5f5ad2cb7c104d0d972a3e91dd4053842c41037da69420313dc8ca54989a13c8dc15280f2559a61e511ad9bf42dce59620dabc0fd55aac54bb7f26672f15ca SHA512 7cf888b8c004d9430c87c1cceba25e997cb12974a79c3f4d803b11779abef81f5b686caac4c46a70caadb2eee12a71cb1fb87abfc7d5fec43dc37bbd2ef07694
+DIST File-Copy-Recursive-Reduced-0.008.tar.gz 24458 BLAKE2B 29b156348a007f3ee14b4c52f73aaa19bbf487345c05d85f13da041af4238593bce126a2f89a4548231f5a4caddef979a4eea02ed3996475d3a87d6315ba654b SHA512 ea426a7c87909fd819972e8abdc37d2fb506f0c6b9acf6fb313d24a5794685cafefa9bbe42a04a2d429a8c64a9eb3ee8c62216987a44d30c342ce16f6af36be9
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Recursive-Reduced/
@ 2024-06-09 21:21 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2024-06-09 21:21 UTC (permalink / raw
To: gentoo-commits
commit: 1c83251602180432d00fd2caf9b5e04ead36adfc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 9 21:20:39 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 9 21:20:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c832516
dev-perl/File-Copy-Recursive-Reduced: Stabilize 0.8.0 amd64, #933920
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../File-Copy-Recursive-Reduced-0.8.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-Copy-Recursive-Reduced/File-Copy-Recursive-Reduced-0.8.0.ebuild b/dev-perl/File-Copy-Recursive-Reduced/File-Copy-Recursive-Reduced-0.8.0.ebuild
index 9c17952d1155..b25b1d93bdc3 100644
--- a/dev-perl/File-Copy-Recursive-Reduced/File-Copy-Recursive-Reduced-0.8.0.ebuild
+++ b/dev-perl/File-Copy-Recursive-Reduced/File-Copy-Recursive-Reduced-0.8.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Recursive copying of files and directories within Perl 5 toolchain"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
RDEPEND="
virtual/perl-File-Spec
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2024-06-09 21:21 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-06 21:31 [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Recursive-Reduced/ Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2024-06-09 21:21 Sam James
2024-05-01 3:02 Sam James
2023-06-24 2:57 Sam James
2021-11-17 22:47 Sam James
2021-11-16 10:08 Jakov Smolić
2021-07-25 3:23 Sam James
2021-07-08 7:11 Sergei Trofimovich
2021-07-08 7:09 Sergei Trofimovich
2021-07-06 17:59 Sam James
2021-07-06 17:59 Sam James
2021-07-04 22:49 Andreas K. Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox