You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Cache-Cache/Cache-Cache-1.80.0.ebuild

35 lines
758 B

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=RJBS
DIST_VERSION=1.08
inherit perl-module
DESCRIPTION="Generic cache interface and implementations"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ppc ppc64 x86 ~x86-solaris"
IUSE=""
RDEPEND="
>=dev-perl/Digest-SHA1-2.20.0
>=dev-perl/Error-0.150.0
>=virtual/perl-File-Spec-0.820.0
>=dev-perl/IPC-ShareLite-0.90.0
>=virtual/perl-Storable-1.14.0
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"
# https://rt.cpan.org/Ticket/Display.html?id=92600
# Parallel testing causes failure
DIST_TEST="do"
src_test() {
# https://bugs.gentoo.org/625736
perl_rm_files t/6_test_size_aware_memory_cache.t
perl-module_src_test
}