summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-12-21 08:32:50 -0500
committerSam James <sam@gentoo.org>2024-12-21 20:32:26 +0000
commitb43b5f1e4736062daef9acf789bd785b05403741 (patch)
treec233ad35ca4f59671edabe4d9783749c429cc167 /dev-perl/Test-Compile/Test-Compile-3.3.2.ebuild
parentdev-perl/Test2-Plugin-NoWarnings: Drop old versions (diff)
downloadgentoo-b43b5f1e4736062daef9acf789bd785b05403741.tar.gz
gentoo-b43b5f1e4736062daef9acf789bd785b05403741.tar.bz2
gentoo-b43b5f1e4736062daef9acf789bd785b05403741.zip
dev-perl/Test-Compile: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Test-Compile/Test-Compile-3.3.2.ebuild')
-rw-r--r--dev-perl/Test-Compile/Test-Compile-3.3.2.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-perl/Test-Compile/Test-Compile-3.3.2.ebuild b/dev-perl/Test-Compile/Test-Compile-3.3.2.ebuild
deleted file mode 100644
index ec1e46722f4b..000000000000
--- a/dev-perl/Test-Compile/Test-Compile-3.3.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=EGILES
-DIST_VERSION=v${PV}
-inherit perl-module
-
-DESCRIPTION="Check whether Perl files compile correctly"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-
-RDEPEND="
- >=virtual/perl-Exporter-5.680.0
- >=virtual/perl-parent-0.225.0
-"
-BDEPEND="
- ${RDEPEND}
- >=dev-perl/Module-Build-0.380.0
- test? (
- dev-perl/Test-Exception
- dev-perl/Test-Warnings
- virtual/perl-Test-Simple
- )
-"
-
-PERL_RM_FILES=(
- t/999-has-version.t
- t/999-perlcritic.t
- t/999-pod-coverage.t
- t/999-pod.t
- t/999-portability.t
- t/999-synopsis.t
- t/999-version.t
-)