Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-LeakTrace/
Date: Wed, 29 Feb 2012 12:08:18
Message-Id: 1330501149.90a69212017e62488188404d36ad52c69615874e.kent@gentoo
1 commit: 90a69212017e62488188404d36ad52c69615874e
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 29 07:39:09 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Feb 29 07:39:09 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=90a69212
7
8 [newversion] Test-LeakTrace-0.140.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Test-LeakTrace/ChangeLog | 8 ++++-
14 .../Test-LeakTrace/Test-LeakTrace-0.140.0.ebuild | 38 ++++++++++++++++++++
15 2 files changed, 45 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/Test-LeakTrace/ChangeLog b/dev-perl/Test-LeakTrace/ChangeLog
18 index 77ff0fa..1a14e98 100644
19 --- a/dev-perl/Test-LeakTrace/ChangeLog
20 +++ b/dev-perl/Test-LeakTrace/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/Test-LeakTrace
23 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*Test-LeakTrace-0.140.0 (29 Feb 2012)
28 +
29 + 29 Feb 2012; Kent Fredric <kentfredric@×××××.com>
30 + +Test-LeakTrace-0.140.0.ebuild:
31 + Version Bump
32 +
33 *Test-LeakTrace-0.130.0 (22 Mar 2011)
34
35 22 Mar 2011; Kent Fredric <kentfredric@×××××.com>
36
37 diff --git a/dev-perl/Test-LeakTrace/Test-LeakTrace-0.140.0.ebuild b/dev-perl/Test-LeakTrace/Test-LeakTrace-0.140.0.ebuild
38 new file mode 100644
39 index 0000000..9d0bd3e
40 --- /dev/null
41 +++ b/dev-perl/Test-LeakTrace/Test-LeakTrace-0.140.0.ebuild
42 @@ -0,0 +1,38 @@
43 +# Copyright 1999-2012 Gentoo Foundation
44 +# Distributed under the terms of the GNU General Public License v2
45 +# $Header: $
46 +EAPI=4
47 +MODULE_AUTHOR=GFUJI
48 +MODULE_VERSION=0.14
49 +inherit perl-module
50 +
51 +DESCRIPTION='Traces memory leaks'
52 +LICENSE=" || ( Artistic GPL-2 )"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE=""
56 +perl_meta_configure() {
57 + # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
58 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
59 +}
60 +perl_meta_build() {
61 + # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
62 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
63 +}
64 +perl_meta_runtime() {
65 + # Exporter 5.57 ( 5.570.0 )
66 + echo \>=virtual/perl-Exporter-5.570.0
67 + # Test::More 0.62 ( 0.620.0 )
68 + echo \>=virtual/perl-Test-Simple-0.62
69 + # perl v5.8.1 ( 5.8.1 )
70 + echo \>=dev-lang/perl-5.8.1
71 +}
72 +DEPEND="
73 + $(perl_meta_configure)
74 + $(perl_meta_build)
75 + $(perl_meta_runtime)
76 +"
77 +RDEPEND="
78 + $(perl_meta_runtime)
79 +"
80 +SRC_TEST="do"