diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-12-09 13:02:58 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-12-09 13:05:30 +0100 |
commit | afd6c41e25909922352094004ea6665f8a388cff (patch) | |
tree | 2572ccfe34c57c9197032c03b06f4f3eda663b11 /dev-perl/Test-Compile | |
parent | dev-perl/Test-Class: Remove old (diff) | |
download | gentoo-afd6c41e25909922352094004ea6665f8a388cff.tar.gz gentoo-afd6c41e25909922352094004ea6665f8a388cff.tar.bz2 gentoo-afd6c41e25909922352094004ea6665f8a388cff.zip |
dev-perl/Test-Compile: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Test-Compile')
-rw-r--r-- | dev-perl/Test-Compile/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/dev-perl/Test-Compile/Manifest b/dev-perl/Test-Compile/Manifest index a9f30a67e01f..6bcd1cb2c343 100644 --- a/dev-perl/Test-Compile/Manifest +++ b/dev-perl/Test-Compile/Manifest @@ -1,2 +1 @@ -DIST Test-Compile-v2.4.1.tar.gz 18425 BLAKE2B 604626b07772241f0ab306b06de70223a25673fe944e66c1c031dfe0e55610f7ce1cc0222bfc839331b2f10bd63168100b9e07b1013dc8ca96d03bd53848d3dd SHA512 e6878fa16544be75581144d125f547a799cc79210b925b86f07ad236395026bdc197c22af1820e893f5887e53933f0ba827377ae133752f63076cb436b624aee DIST Test-Compile-v2.4.2.tar.gz 18842 BLAKE2B 6bc8dbd692087ccbf41b227c417f1cb8a100ea2e845289fae52ce8f375c4f7970f759ab2fffcb19af7670ec93f92115812184d9d71f73db21628b4937b6e84c9 SHA512 3c16249d9cf14c3cc1dae5958c591b9beac320e26c3ef958a76ca74763ce30443ebe55e3e4efacd384252dfe1ef1cfca9c12d4f7a67780e0db20d6462b6d541c diff --git a/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild b/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild deleted file mode 100644 index 33904272b421..000000000000 --- a/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_AUTHOR=EGILES -DIST_VERSION=v2.4.1 -inherit perl-module - -DESCRIPTION="Check whether Perl files compile correctly" -SLOT="0" -KEYWORDS="amd64 ~ia64 ppc sparc x86" -IUSE="minimal test" -RESTRICT="!test? ( test )" - -RDEPEND=" - !minimal? ( - dev-perl/Devel-CheckOS - ) - >=virtual/perl-Exporter-5.680.0 - dev-perl/UNIVERSAL-require - >=virtual/perl-parent-0.225.0 - virtual/perl-version -" -DEPEND="dev-perl/Module-Build" -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 -) |