From 99ee8a67814128b92d7da482fb014163f5921457 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Fri, 31 Jul 2020 20:03:03 +1200 Subject: dev-perl/File-Copy-Recursive: Bump to version 0.450.0 - EAPI7 - Parallel tests Upstream: - Change into directory before emptying it - Stop emptying/removing a path if it is changed underneath us - Fix pathrm() - Fix deep directories with pathmk - Switch to bsd_glob() for compat - use Path::Tiny instead of File::Slurp in tests - pathrm with force guards against absolute paths - Workaround File::Copy bug in fcopy() - Set umask for reliability - Declare missing prereqs - Remove warning when copying a dir without write perm on the source - Allow dev = 0 on NetBSD Keywords: - Due to new dependency, dev-perl/Test-File, nearly all keywords are dropped. - alpha - amd64-linux - arm arm64 - hppa - ia64 - m68k m68k-mint - mips - ppc ppc-aix ppc-macos ppc64 - riscv - s390 - sparc sparc-solaris sparc64-solaris - x64-macos x64-solaris - x86-linux x86-solaris Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric --- .../File-Copy-Recursive-0.450.0.ebuild | 31 ++++++++++++++++++++++ dev-perl/File-Copy-Recursive/Manifest | 1 + 2 files changed, 32 insertions(+) create mode 100644 dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0.ebuild (limited to 'dev-perl/File-Copy-Recursive') 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 new file mode 100644 index 000000000000..f452489de23f --- /dev/null +++ b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=DMUEY +DIST_VERSION=0.45 +inherit perl-module + +DESCRIPTION="uses File::Copy to recursively copy dirs" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + virtual/perl-File-Spec +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Temp + 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 + ) +" diff --git a/dev-perl/File-Copy-Recursive/Manifest b/dev-perl/File-Copy-Recursive/Manifest index 8988efc1cc13..31312bab31bc 100644 --- a/dev-perl/File-Copy-Recursive/Manifest +++ b/dev-perl/File-Copy-Recursive/Manifest @@ -1 +1,2 @@ DIST File-Copy-Recursive-0.38.tar.gz 10843 BLAKE2B 5bba9545224c919e8de3e3bb48cbbd3b6707022cd4df43358c78582562c29f728688d91168c15e43b0cb6705cf65957c32c45fa2ba3dcfdb7b6a8530ebc70576 SHA512 49e5dbfc5bdbc554ad8a019c25db85ebfa55765a73758d95271b5f3de9550fd68b4d99aa287898d86bc6c11ea8de97469a85c53d4ad8534594b411be1f18eb87 +DIST File-Copy-Recursive-0.45.tar.gz 19256 BLAKE2B 15a6065883d3b53e51c168a3d67eaf0a78d13c354a73bc2e58eda541980c0b709f2ba431b97486c112d74354b98a4d81a30a13db0fe12e5022fe65ff7eaef2e9 SHA512 6d8a6c55bc54bfe5ce3834527776c6b1466d5672f5f8901c27053188bbc78e87dd62bed8d330c04079b02d0967be0a8d0cd779e67973cf79a2c6ff87d5921c60 -- cgit v1.2.3-65-gdbad