public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Recursive/
Date: Fri, 31 Jul 2020 08:31:33 +0000 (UTC)	[thread overview]
Message-ID: <1596184266.99ee8a67814128b92d7da482fb014163f5921457.kentnl@gentoo> (raw)

commit:     99ee8a67814128b92d7da482fb014163f5921457
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 31 08:03:03 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jul 31 08:31:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ee8a67

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 <kentnl <AT> gentoo.org>

 .../File-Copy-Recursive-0.450.0.ebuild             | 31 ++++++++++++++++++++++
 dev-perl/File-Copy-Recursive/Manifest              |  1 +
 2 files changed, 32 insertions(+)

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 00000000000..f452489de23
--- /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 8988efc1cc1..31312bab31b 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


             reply	other threads:[~2020-07-31  8:31 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-31  8:31 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-06 12:14 [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Recursive/ Andreas K. Hüttel
2021-10-17 18:56 Andreas K. Hüttel
2021-06-02 16:45 Sam James
2021-05-31  7:58 Sam James
2021-05-31  7:58 Sam James
2021-05-31  6:11 Agostino Sarubbo
2021-05-31  6:09 Agostino Sarubbo
2021-05-31  6:06 Agostino Sarubbo
2021-05-31  6:03 Agostino Sarubbo
2020-12-12  1:41 Kent Fredric
2020-11-28  9:57 Sam James
2020-10-22  5:11 Joshua Kinard
2020-09-26 19:44 Matt Turner
2020-09-07  7:31 Sergei Trofimovich
2020-09-04  1:31 Yixun Lan
2020-09-02  6:33 Sergei Trofimovich
2020-08-17 21:42 Sergei Trofimovich
2020-08-17 10:18 Sam James
2020-08-17  9:40 Sam James
2020-08-17  8:50 Sam James
2020-08-17  8:43 Sam James
2020-08-17  8:04 Sam James
2018-10-17 18:54 Fabian Groffen
2018-08-04  0:29 Mikle Kolyada
2018-04-07 20:27 Sergei Trofimovich
2018-04-07 15:26 Mart Raudsepp
2017-03-15 14:14 Michael Weber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1596184266.99ee8a67814128b92d7da482fb014163f5921457.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox