diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-24 11:27:34 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-24 11:30:01 +1200 |
commit | 9f561738010fd4cbce4fd58b180843646d474aa0 (patch) | |
tree | 663e9a7c8c0fc838f4853c7414580c89ff8866f8 /dev-perl/Class-Std-Fast | |
parent | dev-perl/Class-Spiffy: Cleanup old 0.150.0-r1 (diff) | |
download | gentoo-9f561738010fd4cbce4fd58b180843646d474aa0.tar.gz gentoo-9f561738010fd4cbce4fd58b180843646d474aa0.tar.bz2 gentoo-9f561738010fd4cbce4fd58b180843646d474aa0.zip |
dev-perl/Class-Std-Fast: Cleanup old 0.0.8-r1
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Class-Std-Fast')
-rw-r--r-- | dev-perl/Class-Std-Fast/Class-Std-Fast-0.0.8-r1.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-perl/Class-Std-Fast/Class-Std-Fast-0.0.8-r1.ebuild b/dev-perl/Class-Std-Fast/Class-Std-Fast-0.0.8-r1.ebuild deleted file mode 100644 index fb7df3c24aa3..000000000000 --- a/dev-perl/Class-Std-Fast/Class-Std-Fast-0.0.8-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR="ACID" -MODULE_VERSION=v${PV} -inherit perl-module - -DESCRIPTION="Faster but less secure than Class::Std" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-perl/Class-Std-0.11.0 - virtual/perl-version - virtual/perl-Data-Dumper - virtual/perl-Scalar-List-Utils -" -DEPEND="${RDEPEND} - dev-perl/Module-Build - test? ( - virtual/perl-Test-Simple - ) -" - -SRC_TEST="do" - -src_test() { - perl_rm_files t/pod.t t/pod-coverage.t t/96_prereq_build.t \ - t/97_kwalitee.t - perl-module_src_test -} |