diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-04-14 00:07:49 +1200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-04-15 21:55:31 +0200 |
commit | 83b4d164c2fce5b9b71e6a0b88abe925496b21bd (patch) | |
tree | f29d8438413143b234aed5385aa3d87a1419f0b2 /dev-perl/Test-Memory-Cycle | |
parent | dev-perl/Test-Inter: Bump to version 1.60.0 (diff) | |
download | gentoo-83b4d164c2fce5b9b71e6a0b88abe925496b21bd.tar.gz gentoo-83b4d164c2fce5b9b71e6a0b88abe925496b21bd.tar.bz2 gentoo-83b4d164c2fce5b9b71e6a0b88abe925496b21bd.zip |
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"
Diffstat (limited to 'dev-perl/Test-Memory-Cycle')
-rw-r--r-- | dev-perl/Test-Memory-Cycle/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.60.0.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-perl/Test-Memory-Cycle/Manifest b/dev-perl/Test-Memory-Cycle/Manifest index d18936b8600c..4c012b3dae9e 100644 --- a/dev-perl/Test-Memory-Cycle/Manifest +++ b/dev-perl/Test-Memory-Cycle/Manifest @@ -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 diff --git a/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.60.0.ebuild b/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.60.0.ebuild new file mode 100644 index 000000000000..e887b0c3800b --- /dev/null +++ b/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.60.0.ebuild @@ -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 +} |