diff options
author | 2024-12-21 08:32:50 -0500 | |
---|---|---|
committer | 2024-12-21 20:32:26 +0000 | |
commit | b43b5f1e4736062daef9acf789bd785b05403741 (patch) | |
tree | c233ad35ca4f59671edabe4d9783749c429cc167 /dev-perl/Test-Compile/Test-Compile-3.3.2.ebuild | |
parent | dev-perl/Test2-Plugin-NoWarnings: Drop old versions (diff) | |
download | gentoo-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.ebuild | 36 |
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 -) |