summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-03-14 12:44:07 -0400
committerMatt Turner <mattst88@gentoo.org>2024-03-15 10:56:55 -0400
commitc810039320302b823f97c3c845d5fd25976be10f (patch)
treecaa5f727edd8d79103757b5ac90b28fa148b1f8e /dev-perl/Test-Compile/Test-Compile-3.2.2.ebuild
parentdev-perl/Test2-Suite: Drop old versions (diff)
downloadgentoo-c810039320302b823f97c3c845d5fd25976be10f.tar.gz
gentoo-c810039320302b823f97c3c845d5fd25976be10f.tar.bz2
gentoo-c810039320302b823f97c3c845d5fd25976be10f.zip
dev-perl/Test-Compile: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl/Test-Compile/Test-Compile-3.2.2.ebuild')
-rw-r--r--dev-perl/Test-Compile/Test-Compile-3.2.2.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-perl/Test-Compile/Test-Compile-3.2.2.ebuild b/dev-perl/Test-Compile/Test-Compile-3.2.2.ebuild
deleted file mode 100644
index 95fda976f0e6..000000000000
--- a/dev-perl/Test-Compile/Test-Compile-3.2.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2020-2023 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 ~ia64 ppc sparc x86"
-
-RDEPEND="
- >=virtual/perl-Exporter-5.680.0
- >=virtual/perl-parent-0.225.0
- >=virtual/perl-version-0.770.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
-)