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/Devel-PartialDump/
Date: Thu, 05 May 2011 09:50:42
Message-Id: dc472b67ce8beb0533377e9a1d894f2f62ce6df2.kent@gentoo
1 commit: dc472b67ce8beb0533377e9a1d894f2f62ce6df2
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu May 5 08:49:56 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu May 5 08:49:56 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=dc472b67
7
8 [migrate] Devel-PartialDump
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/Devel-PartialDump/ChangeLog | 8 +++++++-
14 ....13.ebuild => Devel-PartialDump-0.130.0.ebuild} | 3 ++-
15 2 files changed, 9 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-perl/Devel-PartialDump/ChangeLog b/dev-perl/Devel-PartialDump/ChangeLog
18 index 7dff218..5846932 100644
19 --- a/dev-perl/Devel-PartialDump/ChangeLog
20 +++ b/dev-perl/Devel-PartialDump/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/Devel-PartialDump
23 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*Devel-PartialDump-0.130.0 (05 May 2011)
28 +
29 + 05 May 2011; Kent Fredric <kentfredric@×××××.com>
30 + -Devel-PartialDump-0.13.ebuild, +Devel-PartialDump-0.130.0.ebuild:
31 + Migrate to x.y.z
32 +
33 03 Jun 2010; Torsten Veller <tove@g.o>
34 -Devel-PartialDump-0.12.ebuild:
35 Cleanup
36
37 diff --git a/dev-perl/Devel-PartialDump/Devel-PartialDump-0.13.ebuild b/dev-perl/Devel-PartialDump/Devel-PartialDump-0.130.0.ebuild
38 similarity index 89%
39 rename from dev-perl/Devel-PartialDump/Devel-PartialDump-0.13.ebuild
40 rename to dev-perl/Devel-PartialDump/Devel-PartialDump-0.130.0.ebuild
41 index 5c558a6..1f0b60e 100644
42 --- a/dev-perl/Devel-PartialDump/Devel-PartialDump-0.13.ebuild
43 +++ b/dev-perl/Devel-PartialDump/Devel-PartialDump-0.130.0.ebuild
44 @@ -1,8 +1,9 @@
45 -# Copyright 1999-2010 Gentoo Foundation
46 +# Copyright 1999-2011 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48 # $Header: $
49 EAPI=2
50 MODULE_AUTHOR=FLORA
51 +MODULE_VERSION="0.13"
52 inherit perl-module
53
54 DESCRIPTION="Partial dumping of data structures, optimized for argument printing."