Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Recursive/
Date: Fri, 31 Jul 2020 08:31:38
Message-Id: 1596184266.99ee8a67814128b92d7da482fb014163f5921457.kentnl@gentoo
1 commit: 99ee8a67814128b92d7da482fb014163f5921457
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 31 08:03:03 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 08:31:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ee8a67
7
8 dev-perl/File-Copy-Recursive: Bump to version 0.450.0
9
10 - EAPI7
11 - Parallel tests
12
13 Upstream:
14 - Change into directory before emptying it
15 - Stop emptying/removing a path if it is changed underneath us
16 - Fix pathrm()
17 - Fix deep directories with pathmk
18 - Switch to bsd_glob() for compat
19 - use Path::Tiny instead of File::Slurp in tests
20 - pathrm with force guards against absolute paths
21 - Workaround File::Copy bug in fcopy()
22 - Set umask for reliability
23 - Declare missing prereqs
24 - Remove warning when copying a dir without write perm on the source
25 - Allow dev = 0 on NetBSD
26
27 Keywords:
28 - Due to new dependency, dev-perl/Test-File, nearly all keywords are
29 dropped.
30 - alpha
31 - amd64-linux
32 - arm arm64
33 - hppa
34 - ia64
35 - m68k m68k-mint
36 - mips
37 - ppc ppc-aix ppc-macos ppc64
38 - riscv
39 - s390
40 - sparc sparc-solaris sparc64-solaris
41 - x64-macos x64-solaris
42 - x86-linux x86-solaris
43
44 Package-Manager: Portage-2.3.103, Repoman-2.3.22
45 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
46
47 .../File-Copy-Recursive-0.450.0.ebuild | 31 ++++++++++++++++++++++
48 dev-perl/File-Copy-Recursive/Manifest | 1 +
49 2 files changed, 32 insertions(+)
50
51 diff --git a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0.ebuild b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0.ebuild
52 new file mode 100644
53 index 00000000000..f452489de23
54 --- /dev/null
55 +++ b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0.ebuild
56 @@ -0,0 +1,31 @@
57 +# Copyright 1999-2020 Gentoo Authors
58 +# Distributed under the terms of the GNU General Public License v2
59 +
60 +EAPI=7
61 +
62 +DIST_AUTHOR=DMUEY
63 +DIST_VERSION=0.45
64 +inherit perl-module
65 +
66 +DESCRIPTION="uses File::Copy to recursively copy dirs"
67 +
68 +SLOT="0"
69 +KEYWORDS="~amd64 ~x86"
70 +IUSE="test"
71 +RESTRICT="!test? ( test )"
72 +
73 +RDEPEND="
74 + virtual/perl-File-Spec
75 +"
76 +BDEPEND="${RDEPEND}
77 + virtual/perl-ExtUtils-MakeMaker
78 + test? (
79 + virtual/perl-File-Temp
80 + dev-perl/Path-Tiny
81 + dev-perl/Test-Deep
82 + dev-perl/Test-Fatal
83 + dev-perl/Test-File
84 + >=virtual/perl-Test-Simple-0.880.0
85 + dev-perl/Test-Warnings
86 + )
87 +"
88
89 diff --git a/dev-perl/File-Copy-Recursive/Manifest b/dev-perl/File-Copy-Recursive/Manifest
90 index 8988efc1cc1..31312bab31b 100644
91 --- a/dev-perl/File-Copy-Recursive/Manifest
92 +++ b/dev-perl/File-Copy-Recursive/Manifest
93 @@ -1 +1,2 @@
94 DIST File-Copy-Recursive-0.38.tar.gz 10843 BLAKE2B 5bba9545224c919e8de3e3bb48cbbd3b6707022cd4df43358c78582562c29f728688d91168c15e43b0cb6705cf65957c32c45fa2ba3dcfdb7b6a8530ebc70576 SHA512 49e5dbfc5bdbc554ad8a019c25db85ebfa55765a73758d95271b5f3de9550fd68b4d99aa287898d86bc6c11ea8de97469a85c53d4ad8534594b411be1f18eb87
95 +DIST File-Copy-Recursive-0.45.tar.gz 19256 BLAKE2B 15a6065883d3b53e51c168a3d67eaf0a78d13c354a73bc2e58eda541980c0b709f2ba431b97486c112d74354b98a4d81a30a13db0fe12e5022fe65ff7eaef2e9 SHA512 6d8a6c55bc54bfe5ce3834527776c6b1466d5672f5f8901c27053188bbc78e87dd62bed8d330c04079b02d0967be0a8d0cd779e67973cf79a2c6ff87d5921c60