From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-LeakTrace/
Date: Thu, 1 Mar 2018 08:16:20 +0000 (UTC) [thread overview]
Message-ID: <1519892153.2bd9c9b5c6f04bc94f46a0b51553495ea1c19c90.kentnl@gentoo> (raw)
commit: 2bd9c9b5c6f04bc94f46a0b51553495ea1c19c90
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 1 08:07:59 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Mar 1 08:15:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bd9c9b5
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
dev-perl/Test-LeakTrace/Manifest | 1 +
.../Test-LeakTrace/Test-LeakTrace-0.160.0.ebuild | 23 ++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-perl/Test-LeakTrace/Manifest b/dev-perl/Test-LeakTrace/Manifest
index a0cdd9b7a1a..9b4d41b417c 100644
--- a/dev-perl/Test-LeakTrace/Manifest
+++ b/dev-perl/Test-LeakTrace/Manifest
@@ -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
diff --git a/dev-perl/Test-LeakTrace/Test-LeakTrace-0.160.0.ebuild b/dev-perl/Test-LeakTrace/Test-LeakTrace-0.160.0.ebuild
new file mode 100644
index 00000000000..cd9614fe23c
--- /dev/null
+++ b/dev-perl/Test-LeakTrace/Test-LeakTrace-0.160.0.ebuild
@@ -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
+"
next reply other threads:[~2018-03-01 8:16 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-01 8:16 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-12-09 19:46 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-LeakTrace/ Andreas K. Hüttel
2021-10-12 18:58 Sam James
2021-10-12 7:10 Agostino Sarubbo
2021-10-11 15:25 Sam James
2021-10-11 6:32 Agostino Sarubbo
2021-10-11 5:45 Sam James
2021-10-11 4:20 Sam James
2021-10-11 4:18 Sam James
2021-10-11 3:15 Sam James
2021-08-19 0:15 Andreas K. Hüttel
2020-04-15 15:40 Kent Fredric
2019-05-05 19:31 Mikle Kolyada
2019-01-17 20:39 Mikle Kolyada
2018-12-08 12:35 Mikle Kolyada
2018-10-25 18:16 Fabian Groffen
2018-09-26 19:05 Markus Meier
2018-08-25 18:08 Sergei Trofimovich
2018-08-22 21:38 Mart Raudsepp
2018-08-20 4:13 Matt Turner
2018-08-20 2:26 Mikle Kolyada
2018-08-19 18:39 Matt Turner
2018-06-08 13:26 Mikle Kolyada
2017-06-13 8:42 Kent Fredric
2017-03-12 0:21 Michael Weber
2017-02-22 17:53 Markus Meier
2016-11-05 7:21 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1519892153.2bd9c9b5c6f04bc94f46a0b51553495ea1c19c90.kentnl@gentoo \
--to=kentnl@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox