diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-03-14 12:43:18 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-03-15 10:56:20 -0400 |
commit | b8614d9ac24334876d1d65b52a71c0f6a0ca7c10 (patch) | |
tree | 92af27e23f6daa378ced3aae068933f7ae8c5366 /dev-perl/Exporter-Tiny/Exporter-Tiny-1.6.0.ebuild | |
parent | dev-perl/Exporter-Lite: Drop old versions (diff) | |
download | gentoo-b8614d9ac24334876d1d65b52a71c0f6a0ca7c10.tar.gz gentoo-b8614d9ac24334876d1d65b52a71c0f6a0ca7c10.tar.bz2 gentoo-b8614d9ac24334876d1d65b52a71c0f6a0ca7c10.zip |
dev-perl/Exporter-Tiny: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl/Exporter-Tiny/Exporter-Tiny-1.6.0.ebuild')
-rw-r--r-- | dev-perl/Exporter-Tiny/Exporter-Tiny-1.6.0.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-perl/Exporter-Tiny/Exporter-Tiny-1.6.0.ebuild b/dev-perl/Exporter-Tiny/Exporter-Tiny-1.6.0.ebuild deleted file mode 100644 index 699f8893e909..000000000000 --- a/dev-perl/Exporter-Tiny/Exporter-Tiny-1.6.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=TOBYINK -DIST_VERSION=1.006000 -DIST_EXAMPLES=( "examples/*" ) -inherit perl-module - -DESCRIPTION="An exporter with the features of Sub::Exporter but only core dependencies" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND=" - >=virtual/perl-ExtUtils-MakeMaker-6.170.0 - test? ( - dev-perl/Test-Fatal - dev-perl/Test-Warnings - >=virtual/perl-Test-Simple-0.470.0 - ) -" -PERL_RM_FILES=( - inc/Test/Fatal.pm - inc/Test/Requires.pm - inc/Try/Tiny.pm - inc/archaic/Test/Builder.pm - inc/archaic/Test/Builder/IO/Scalar.pm - inc/archaic/Test/Builder/Module.pm - inc/archaic/Test/Builder/Tester.pm - inc/archaic/Test/Builder/Tester/Color.pm - inc/archaic/Test/More.pm - inc/archaic/Test/Simple.pm - SIGNATURE -) |