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
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')
-rw-r--r--dev-perl/Test-Compile/Manifest2
-rw-r--r--dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild37
-rw-r--r--dev-perl/Test-Compile/Test-Compile-3.3.2.ebuild36
3 files changed, 0 insertions, 75 deletions
diff --git a/dev-perl/Test-Compile/Manifest b/dev-perl/Test-Compile/Manifest
index 2b30d7671892..fc1988c5f641 100644
--- a/dev-perl/Test-Compile/Manifest
+++ b/dev-perl/Test-Compile/Manifest
@@ -1,3 +1 @@
-DIST Test-Compile-v3.3.1.tar.gz 20205 BLAKE2B 5a1b52447eb8e1f92903e3eae09f3b91fef4ba9bb7962edc854629a730dc8c0e622aaf78a13e6ec26a002749cfd9d112f4d2aa33acfb6a2775ce5b77a026ff04 SHA512 d2655da234eabd79846a97f358552d8f57cfdbd5de900850dd4537985a226a17e6277a45d0e118ab29df0084ae0edef14001c53be3f07e47e14c6cd2aa53ece3
-DIST Test-Compile-v3.3.2.tar.gz 20668 BLAKE2B 7a0159e151ac0344b9d736d0abc02eae9e191ad4e2fd4c84cc3cf27c869ecd1546c2e4e28be8092c12b877c2139425526de1cdf44d167a84972b5e5f625e5227 SHA512 5403dd9b22f8b40fd8a64417d44219cacfe50d3200a0093171fd36460e7da9db97e6db85c618ace55218fb0ef64f3cef087bfba16f68e186344909957fbd8813
DIST Test-Compile-v3.3.3.tar.gz 20685 BLAKE2B e09707215ace0c55a74eaa4321aa56461431960848c5bf54162d4b0c5f57ab60a7d988754f440782d3b7d507d084539a2087250ca4c6e80bbbce51d199f046b1 SHA512 ba437e9864fe849276d7ff4b4b89ab25800286777f9001cf7c66b0996025d1edd93faa7f74292a07786cac9446a8e1cde2ccc37d6f7339c8605b9342fec03b1d
diff --git a/dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild b/dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild
deleted file mode 100644
index 655245d8b873..000000000000
--- a/dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild
+++ /dev/null
@@ -1,37 +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 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
-)
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
-)