diff options
author | 2020-10-04 18:01:07 +1300 | |
---|---|---|
committer | 2020-10-04 18:01:07 +1300 | |
commit | ac8eecba2b7a86c458bc93c073b1536d14c9715d (patch) | |
tree | 719b8753d62638677cf09c837d90178b40899334 /dev-perl/Class-Data-Inheritable | |
parent | dev-perl/Class-DBI-mysql: Cleanup old 1.0.0-r2 (diff) | |
download | gentoo-ac8eecba2b7a86c458bc93c073b1536d14c9715d.tar.gz gentoo-ac8eecba2b7a86c458bc93c073b1536d14c9715d.tar.bz2 gentoo-ac8eecba2b7a86c458bc93c073b1536d14c9715d.zip |
dev-perl/Class-Data-Inheritable: Cleanup old 0.80.0-r2
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Class-Data-Inheritable')
-rw-r--r-- | dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r2.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r2.ebuild b/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r2.ebuild deleted file mode 100644 index 9c5551f4db2b..000000000000 --- a/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=TMTM -DIST_VERSION=0.08 -inherit perl-module - -DESCRIPTION="Inheritable, overridable class data" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -export OPTIMIZE="${CFLAGS}" - -src_test() { - perl_rm_files t/pod{,-coverage}.t - perl-module_src_test -} |