Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: perl-core/B-Debug/
Date: Thu, 23 Aug 2012 15:15:44
Message-Id: 1345732743.3a0f8e50930e95c6f9314b61df05896d98ce3d22.kent@gentoo
1 commit: 3a0f8e50930e95c6f9314b61df05896d98ce3d22
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 23 14:39:03 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 23 14:39:03 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3a0f8e50
7
8 [newversion] perl-core/B-Debug-1.180.0
9
10 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
11
12 ---
13 perl-core/B-Debug/B-Debug-1.180.0.ebuild | 36 ++++++++++++++++++++++++++++++
14 perl-core/B-Debug/ChangeLog | 5 ++++
15 2 files changed, 41 insertions(+), 0 deletions(-)
16
17 diff --git a/perl-core/B-Debug/B-Debug-1.180.0.ebuild b/perl-core/B-Debug/B-Debug-1.180.0.ebuild
18 new file mode 100644
19 index 0000000..9f27c83
20 --- /dev/null
21 +++ b/perl-core/B-Debug/B-Debug-1.180.0.ebuild
22 @@ -0,0 +1,36 @@
23 +# Copyright 1999-2012 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +EAPI=4
27 +MODULE_AUTHOR=RURBAN
28 +MODULE_VERSION=1.18
29 +inherit perl-module
30 +
31 +DESCRIPTION='print debug info about ops'
32 +LICENSE=" || ( Artistic GPL-2 )"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36 +perl_meta_configure() {
37 + # ExtUtils::MakeMaker
38 + echo virtual/perl-ExtUtils-MakeMaker
39 +}
40 +perl_meta_build() {
41 + # ExtUtils::MakeMaker
42 + echo virtual/perl-ExtUtils-MakeMaker
43 +}
44 +perl_meta_runtime() {
45 + # B
46 + echo dev-lang/perl
47 + # Test::More
48 + echo virtual/perl-Test-Simple
49 +}
50 +DEPEND="
51 + $(perl_meta_configure)
52 + $(perl_meta_build)
53 + $(perl_meta_runtime)
54 +"
55 +RDEPEND="
56 + $(perl_meta_runtime)
57 +"
58 +SRC_TEST="do"
59
60 diff --git a/perl-core/B-Debug/ChangeLog b/perl-core/B-Debug/ChangeLog
61 index 55eb774..0d24472 100644
62 --- a/perl-core/B-Debug/ChangeLog
63 +++ b/perl-core/B-Debug/ChangeLog
64 @@ -2,6 +2,11 @@
65 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
66 # $Header: $
67
68 +*B-Debug-1.180.0 (23 Aug 2012)
69 +
70 + 23 Aug 2012; Kent Fredric <kentfredric@×××××.com> +B-Debug-1.180.0.ebuild:
71 + Version Bump
72 +
73 *B-Debug-1.170.0 (23 Feb 2012)
74
75 23 Feb 2012; Kent Fredric <kentfredric@×××××.com> +B-Debug-1.170.0.ebuild: