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: Mon, 27 Feb 2012 21:03:43
Message-Id: 1330368534.d718cee10c43d4a55fb8deebd9590c4e6f863015.kent@gentoo
1 commit: d718cee10c43d4a55fb8deebd9590c4e6f863015
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 27 18:48:54 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Feb 27 18:48:54 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d718cee1
7
8 [migrate/fixdep] Debug-ShowStuff to x.y.z, fixdep MemHandle
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Debug-ShowStuff/ChangeLog | 8 +++++++-
14 ...-1.13.ebuild => Debug-ShowStuff-1.130.0.ebuild} | 5 +++--
15 2 files changed, 10 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-perl/Debug-ShowStuff/ChangeLog b/dev-perl/Debug-ShowStuff/ChangeLog
18 index cf397d7..499281b 100644
19 --- a/dev-perl/Debug-ShowStuff/ChangeLog
20 +++ b/dev-perl/Debug-ShowStuff/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/Debug-ShowStuff
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 +*Debug-ShowStuff-1.130.0 (27 Feb 2012)
28 +
29 + 27 Feb 2012; Kent Fredric <kentfredric@×××××.com>
30 + -Debug-ShowStuff-1.13.ebuild, +Debug-ShowStuff-1.130.0.ebuild:
31 + Migrate to x.y.z, fixdep Memhandle
32 +
33 *Debug-ShowStuff-1.13 (08 Jan 2011)
34
35 08 Jan 2011; Kent Fredric <kentfredric@×××××.com>
36
37 diff --git a/dev-perl/Debug-ShowStuff/Debug-ShowStuff-1.13.ebuild b/dev-perl/Debug-ShowStuff/Debug-ShowStuff-1.130.0.ebuild
38 similarity index 83%
39 rename from dev-perl/Debug-ShowStuff/Debug-ShowStuff-1.13.ebuild
40 rename to dev-perl/Debug-ShowStuff/Debug-ShowStuff-1.130.0.ebuild
41 index 350d5dc..d765618 100644
42 --- a/dev-perl/Debug-ShowStuff/Debug-ShowStuff-1.13.ebuild
43 +++ b/dev-perl/Debug-ShowStuff/Debug-ShowStuff-1.130.0.ebuild
44 @@ -1,8 +1,9 @@
45 -# Copyright 1999-2011 Gentoo Foundation
46 +# Copyright 1999-2012 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48 # $Header: $
49 EAPI="3"
50 MODULE_AUTHOR=MIKO
51 +MODULE_VERSION="1.13"
52 inherit perl-module
53
54 DESCRIPTION="A debugging routine collection for minimally displaying variable values."
55 @@ -13,7 +14,7 @@ IUSE="test"
56 COMMON_DEPEND="
57 >=virtual/perl-Scalar-List-Utils-1.21
58 >=dev-perl/Tie-IxHash-1.1
59 - >=dev-perl/MemHandle-0.06
60 + >=dev-perl/MemHandle-0.60.0
61 "
62 DEPEND="
63 ${COMMON_DEPEND}