mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
dev-perl/Test-Memory-Cycle: Bump to version 1.60.0
- EAPI6 - Cleanup annoying Pod tests Upstream: - Tests no longer secretly dependendent on CGI.pm being installed Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
This commit is contained in:
committed by
Andreas K. Hüttel
parent
c25e185843
commit
83b4d164c2
@@ -1 +1,2 @@
|
||||
DIST Test-Memory-Cycle-1.04.tar.gz 5128 SHA256 e5a65d2d001be8bf97ba64323d7c7b6936c84eefc18a30417dbd08591f221227 SHA512 f3f55947ab9440b66062036ecc6e61206a114aaf46c39a38fb3cbe727ddbb374e80dc138a066c249ef17cfb227109a28d7a7608423037b39dd05b361b1a69155 WHIRLPOOL 64acdaaaa9a5af301460a917b914f08483fc62fe29e6721b76bf7a2cd3182048567dd968b492cac0a3016fce09242d8db0948385f712f28e176f75979ecf280c
|
||||
DIST Test-Memory-Cycle-1.06.tar.gz 8928 SHA256 9d53ddfdc964cd8454cb0da4c695b6a3ae47b45839291c34cb9d8d1cfaab3202 SHA512 d25ffd0439e47e0b57f136489ae200ca24c8434a19473d23f70d0f8a2c8d18a93fe453e9b1b844b5edbd9c788bfe3c83f5413441389dd9b53c780f734afeb804 WHIRLPOOL d88eb8c8b8d099a6fe721659681e05a1733275618041b8d08e14584ba4bae2211e93be901b3cbc88e87d8ef9352d9415bbf0a3811f0c62e0fa6305740fed2601
|
||||
|
||||
30
dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.60.0.ebuild
Normal file
30
dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.60.0.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=PETDANCE
|
||||
DIST_VERSION=1.06
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Check for memory leaks and circular memory references"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
>=dev-perl/Devel-Cycle-1.70.0
|
||||
virtual/perl-Getopt-Long
|
||||
dev-perl/PadWalker
|
||||
>=virtual/perl-Test-Simple-0.620.0
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
"
|
||||
|
||||
src_test() {
|
||||
perl_rm_files t/pod-coverage.t t/pod.t
|
||||
perl-module_src_test
|
||||
}
|
||||
Reference in New Issue
Block a user