summaryrefslogtreecommitdiff
path: root/dev-perl/PathTools/PathTools-3.750.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/PathTools/PathTools-3.750.0.ebuild')
-rw-r--r--dev-perl/PathTools/PathTools-3.750.0.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-perl/PathTools/PathTools-3.750.0.ebuild b/dev-perl/PathTools/PathTools-3.750.0.ebuild
deleted file mode 100644
index 6f9d1ff58c72..000000000000
--- a/dev-perl/PathTools/PathTools-3.750.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc64 ~riscv ~sparc ~x86"
-
-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
-}