From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 26DC5139345 for ; Sun, 4 Jul 2021 22:49:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2716EE0827; Sun, 4 Jul 2021 22:49:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07072E0827 for ; Sun, 4 Jul 2021 22:49:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F28B033BECE for ; Sun, 4 Jul 2021 22:49:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E1297C2 for ; Sun, 4 Jul 2021 22:49:45 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1625438971.425f984f6134d4f4aa17b58cc6b30cfc062e0c42.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Recursive-Reduced/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/File-Copy-Recursive-Reduced/File-Copy-Recursive-Reduced-0.6.0.ebuild dev-perl/File-Copy-Recursive-Reduced/Manifest dev-perl/File-Copy-Recursive-Reduced/metadata.xml X-VCS-Directories: dev-perl/File-Copy-Recursive-Reduced/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 425f984f6134d4f4aa17b58cc6b30cfc062e0c42 X-VCS-Branch: master Date: Sun, 4 Jul 2021 22:49:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 29367440-d8ef-4cb9-a1a0-c91d5be02aae X-Archives-Hash: 3cd0a3c77b7b67e4d1336c31e554cbf5 commit: 425f984f6134d4f4aa17b58cc6b30cfc062e0c42 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Jul 4 22:43:09 2021 +0000 Commit: Andreas K. Hüttel gentoo 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 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 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + +