dev-perl/Test-LeakTrace: Bump to version 0.160.0

- EAPI6
- Parallel Tests
- Add USE=examples

Upstream:
- Fix for '.' in @INC

Package-Manager: Portage-2.3.18, Repoman-2.3.6
This commit is contained in:
Kent Fredric
2018-03-01 21:07:59 +13:00
parent 5c9a874b9b
commit 2bd9c9b5c6
2 changed files with 24 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST Test-LeakTrace-0.15.tar.gz 49364 BLAKE2B 6a0585d13a58545a4a8a095b186a90052e54e192480a9b7aa056974322a44e05610851e2e5bba274dae1abc13b16c7e21bb185860c9e9977f54984856bf59921 SHA512 664d1648cc9ce229456ca0c27430bdd36ba1d9bf6907afce6c612b90d6885aa6a71caeceb266aec1f843287e6bcda35ac28eab2ad6b662019c0fcb87d7f0d6be
DIST Test-LeakTrace-0.16.tar.gz 49435 BLAKE2B b7fcd095f7406083a7dccf21f62de4ec4a1dd8ef72395f90cc9fa4b6fae114800130bea6a9e449835871e356c420bb71cfc1dad090bf50d96f450fe3baf6ecab SHA512 6fa7a5eaae01ca5232f3f297a104553dac5f57e4c6721d7084e5d44b0133206100878c7067b228b1e01b21f7639a97a0ec48ef77198deb0598d94d8861bab049

View File

@@ -0,0 +1,23 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=LEEJO
DIST_VERSION=0.16
DIST_EXAMPLES=( "example/*" "benchmark" )
inherit perl-module
DESCRIPTION="Traces memory leaks"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
RDEPEND="
>=virtual/perl-Exporter-5.570.0
>=virtual/perl-Test-Simple-0.620.0
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.590.0
"