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/Debug-ShowStuff/
Date: Sun, 24 Feb 2013 06:00:46
Message-Id: 1361684148.a3c4f681c104220b35db8f4f5a9fd27c99ebc727.kent@gentoo
1 commit: a3c4f681c104220b35db8f4f5a9fd27c99ebc727
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 24 05:35:48 2013 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Feb 24 05:35:48 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a3c4f681
7
8 [newversion] Debug-ShowStuff-1.140.0
9
10 Package-Manager: portage-2.2.0_alpha141
11 Manifest-Sign-Key: ECD2C675C102CDA4
12
13 ---
14 dev-perl/Debug-ShowStuff/ChangeLog | 8 ++++-
15 .../Debug-ShowStuff/Debug-ShowStuff-1.140.0.ebuild | 39 ++++++++++++++++++++
16 dev-perl/Debug-ShowStuff/metadata.xml | 5 ---
17 3 files changed, 46 insertions(+), 6 deletions(-)
18
19 diff --git a/dev-perl/Debug-ShowStuff/ChangeLog b/dev-perl/Debug-ShowStuff/ChangeLog
20 index 499281b..9e396c7 100644
21 --- a/dev-perl/Debug-ShowStuff/ChangeLog
22 +++ b/dev-perl/Debug-ShowStuff/ChangeLog
23 @@ -1,7 +1,13 @@
24 # ChangeLog for dev-perl/Debug-ShowStuff
25 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
26 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 # $Header: $
28
29 +*Debug-ShowStuff-1.140.0 (24 Feb 2013)
30 +
31 + 24 Feb 2013; Kent Fredric <kentfredric@×××××.com>
32 + +Debug-ShowStuff-1.140.0.ebuild, metadata.xml:
33 + Version Bump
34 +
35 *Debug-ShowStuff-1.130.0 (27 Feb 2012)
36
37 27 Feb 2012; Kent Fredric <kentfredric@×××××.com>
38
39 diff --git a/dev-perl/Debug-ShowStuff/Debug-ShowStuff-1.140.0.ebuild b/dev-perl/Debug-ShowStuff/Debug-ShowStuff-1.140.0.ebuild
40 new file mode 100644
41 index 0000000..6586942
42 --- /dev/null
43 +++ b/dev-perl/Debug-ShowStuff/Debug-ShowStuff-1.140.0.ebuild
44 @@ -0,0 +1,39 @@
45 +# Copyright 1999-2013 Gentoo Foundation
46 +# Distributed under the terms of the GNU General Public License v2
47 +# $Header: $
48 +EAPI=5
49 +MODULE_AUTHOR=MIKO
50 +MODULE_VERSION=1.14
51 +inherit perl-module
52 +
53 +DESCRIPTION='A debugging routine collection for displaying the values of variables with a minimum of coding.'
54 +LICENSE=" || ( Artistic GPL-2 )"
55 +SLOT="0"
56 +KEYWORDS="~amd64 ~x86"
57 +IUSE=""
58 +perl_meta_runtime() {
59 + # Class::ISA
60 + echo virtual/perl-Class-ISA
61 + # Devel::StackTrace
62 + echo dev-perl/Devel-StackTrace
63 + # Scalar::Util
64 + echo virtual/perl-Scalar-List-Utils
65 + # String::Util
66 + echo dev-perl/String-Util
67 + # Term::ReadKey
68 + echo dev-perl/TermReadKey
69 + # Text::TabularDisplay
70 + echo dev-perl/Text-TabularDisplay
71 + # Tie::IxHash
72 + echo dev-perl/Tie-IxHash
73 + # perl 5.003 ( 5.3.0 )
74 + echo \>=dev-lang/perl-5.3.0
75 +}
76 +DEPEND="
77 + virtual/perl-Module-Build
78 + $(perl_meta_runtime)
79 +"
80 +RDEPEND="
81 + $(perl_meta_runtime)
82 +"
83 +SRC_TEST="do"
84
85 diff --git a/dev-perl/Debug-ShowStuff/metadata.xml b/dev-perl/Debug-ShowStuff/metadata.xml
86 index c76ccfb..da4a3e0 100644
87 --- a/dev-perl/Debug-ShowStuff/metadata.xml
88 +++ b/dev-perl/Debug-ShowStuff/metadata.xml
89 @@ -9,10 +9,5 @@
90 <upstream>
91 <remote-id type="cpan">Debug-ShowStuff</remote-id>
92 <remote-id type="cpan-module">Debug::ShowStuff</remote-id>
93 - <remote-id type="cpan-module">Debug::ShowStuff::CloseGlobalHandle</remote-id>
94 - <remote-id type="cpan-module">Debug::ShowStuff::Indent</remote-id>
95 - <remote-id type="cpan-module">Debug::ShowStuff::ShowStdErr</remote-id>
96 - <remote-id type="cpan-module">Debug::ShowStuff::ShowStdErr::HandleOb</remote-id>
97 - <remote-id type="cpan-module">Debug::ShowStuff::Timer</remote-id>
98 </upstream>
99 </pkgmetadata>