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/Catalyst-Action-RenderView/
Date: Mon, 31 Oct 2011 08:47:54
Message-Id: 3549372507574f19407369aa85dea3de65e24a80.kent@gentoo
1 commit: 3549372507574f19407369aa85dea3de65e24a80
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 31 07:44:22 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Oct 31 07:44:22 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=35493725
7
8 [migrate] Catalyst-Action-RenderView
9
10 (Portage version: 2.2.0_alpha70/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 ...d => Catalyst-Action-RenderView-0.130.0.ebuild} | 3 ++-
14 ...d => Catalyst-Action-RenderView-0.140.0.ebuild} | 3 ++-
15 ...d => Catalyst-Action-RenderView-0.160.0.ebuild} | 0
16 dev-perl/Catalyst-Action-RenderView/ChangeLog | 13 +++++++++++++
17 4 files changed, 17 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-perl/Catalyst-Action-RenderView/Catalyst-Action-RenderView-0.13.ebuild b/dev-perl/Catalyst-Action-RenderView/Catalyst-Action-RenderView-0.130.0.ebuild
20 similarity index 86%
21 rename from dev-perl/Catalyst-Action-RenderView/Catalyst-Action-RenderView-0.13.ebuild
22 rename to dev-perl/Catalyst-Action-RenderView/Catalyst-Action-RenderView-0.130.0.ebuild
23 index e597bce..a9206e7 100644
24 --- a/dev-perl/Catalyst-Action-RenderView/Catalyst-Action-RenderView-0.13.ebuild
25 +++ b/dev-perl/Catalyst-Action-RenderView/Catalyst-Action-RenderView-0.130.0.ebuild
26 @@ -1,9 +1,10 @@
27 -# Copyright 1999-2009 Gentoo Foundation
28 +# Copyright 1999-2011 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 # $Header: $
31
32 EAPI=2
33 MODULE_AUTHOR=FLORA
34 +MODULE_VERSION="0.13"
35 inherit perl-module
36
37 DESCRIPTION="Sensible default end action."
38
39 diff --git a/dev-perl/Catalyst-Action-RenderView/Catalyst-Action-RenderView-0.14.ebuild b/dev-perl/Catalyst-Action-RenderView/Catalyst-Action-RenderView-0.140.0.ebuild
40 similarity index 86%
41 rename from dev-perl/Catalyst-Action-RenderView/Catalyst-Action-RenderView-0.14.ebuild
42 rename to dev-perl/Catalyst-Action-RenderView/Catalyst-Action-RenderView-0.140.0.ebuild
43 index 98476ad..dd83785 100644
44 --- a/dev-perl/Catalyst-Action-RenderView/Catalyst-Action-RenderView-0.14.ebuild
45 +++ b/dev-perl/Catalyst-Action-RenderView/Catalyst-Action-RenderView-0.140.0.ebuild
46 @@ -1,9 +1,10 @@
47 -# Copyright 1999-2009 Gentoo Foundation
48 +# Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: $
51
52 EAPI=2
53 MODULE_AUTHOR=BOBTFISH
54 +MODULE_VERSION="0.14"
55 inherit perl-module
56
57 DESCRIPTION="Sensible default end action."
58
59 diff --git a/dev-perl/Catalyst-Action-RenderView/Catalyst-Action-RenderView-0.160.ebuild b/dev-perl/Catalyst-Action-RenderView/Catalyst-Action-RenderView-0.160.0.ebuild
60 similarity index 100%
61 rename from dev-perl/Catalyst-Action-RenderView/Catalyst-Action-RenderView-0.160.ebuild
62 rename to dev-perl/Catalyst-Action-RenderView/Catalyst-Action-RenderView-0.160.0.ebuild
63
64 diff --git a/dev-perl/Catalyst-Action-RenderView/ChangeLog b/dev-perl/Catalyst-Action-RenderView/ChangeLog
65 index 18dd5d6..f9471de 100644
66 --- a/dev-perl/Catalyst-Action-RenderView/ChangeLog
67 +++ b/dev-perl/Catalyst-Action-RenderView/ChangeLog
68 @@ -2,6 +2,19 @@
69 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
70 # $Header: $
71
72 +*Catalyst-Action-RenderView-0.160.0 (31 Oct 2011)
73 +*Catalyst-Action-RenderView-0.140.0 (31 Oct 2011)
74 +*Catalyst-Action-RenderView-0.130.0 (31 Oct 2011)
75 +
76 + 31 Oct 2011; Kent Fredric <kentfredric@×××××.com>
77 + -Catalyst-Action-RenderView-0.13.ebuild,
78 + -Catalyst-Action-RenderView-0.14.ebuild,
79 + +Catalyst-Action-RenderView-0.130.0.ebuild,
80 + +Catalyst-Action-RenderView-0.140.0.ebuild,
81 + -Catalyst-Action-RenderView-0.160.ebuild,
82 + +Catalyst-Action-RenderView-0.160.0.ebuild:
83 + Migrate
84 +
85 *Catalyst-Action-RenderView-0.160 (09 Jan 2011)
86
87 09 Jan 2011; Torsten Veller <tove@g.o>