commit:     4868ff8dd1551065d582ea19a675be9fa7ee28de
Author:     Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> 
com>
AuthorDate: Sat Jun 17 05:05:52 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 02:12:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4868ff8d

dev-perl/PathTools: new package, add 3.750.0

Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/PathTools/Manifest                 |  1 +
 dev-perl/PathTools/PathTools-3.750.0.ebuild | 25 +++++++++++++++++++++++++
 dev-perl/PathTools/metadata.xml             | 22 ++++++++++++++++++++++
 3 files changed, 48 insertions(+)

diff --git a/dev-perl/PathTools/Manifest b/dev-perl/PathTools/Manifest
new file mode 100644
index 000000000000..1d5a0e9e04b9
--- /dev/null
+++ b/dev-perl/PathTools/Manifest
@@ -0,0 +1 @@
+DIST PathTools-3.75.tar.gz 119064 BLAKE2B 
1c1c79bbc03901e8ba92cf3008886bb81885cf33eff261baadc3d077e7089f77450a230549aa98305afd87a77b8bf9597a0b14c7bf3d02898bfed8e1a91f8e4a
 SHA512 
bab592a64df391a50b70717cd5fa042ca395e83790dbc447abd72ef81f0e7caf7b8ce1158102d77d470765c572e6773cd907e4884532350bd2f15da667b9a993

diff --git a/dev-perl/PathTools/PathTools-3.750.0.ebuild 
b/dev-perl/PathTools/PathTools-3.750.0.ebuild
new file mode 100644
index 000000000000..e50255887c1f
--- /dev/null
+++ b/dev-perl/PathTools/PathTools-3.750.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR="XSAWYERX"
+DIST_VERSION="3.75"
+inherit perl-module
+
+DESCRIPTION="Tools for working with directory and file names"
+
+LICENSE="|| ( Artistic GPL-1+ )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64"
+
+RDEPEND="virtual/perl-Carp
+       virtual/perl-Scalar-List-Utils"
+BDEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker"
+
+src_prepare() {
+       # calls open() on nonexistent dir, #590084
+       rm -f "t/cwd_enoent.t" || die
+       default
+}

diff --git a/dev-perl/PathTools/metadata.xml b/dev-perl/PathTools/metadata.xml
new file mode 100644
index 000000000000..91a9870849b2
--- /dev/null
+++ b/dev-perl/PathTools/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="project">
+    <email>[email protected]</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">PathTools</remote-id>
+    <remote-id type="cpan-module">Cwd</remote-id>
+    <remote-id type="cpan-module">File::Spec</remote-id>
+    <remote-id type="cpan-module">File::Spec::AmigaOS</remote-id>
+    <remote-id type="cpan-module">File::Spec::Cygwin</remote-id>
+    <remote-id type="cpan-module">File::Spec::Epoc</remote-id>
+    <remote-id type="cpan-module">File::Spec::Functions</remote-id>
+    <remote-id type="cpan-module">File::Spec::Mac</remote-id>
+    <remote-id type="cpan-module">File::Spec::OS2</remote-id>
+    <remote-id type="cpan-module">File::Spec::Unix</remote-id>
+    <remote-id type="cpan-module">File::Spec::VMS</remote-id>
+    <remote-id type="cpan-module">File::Spec::Win32</remote-id>
+  </upstream>
+</pkgmetadata>

Reply via email to