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-Plugin-ConfigLoader/
Date: Sun, 31 Jul 2011 04:55:38
Message-Id: b67daebaec404ce410fdccf9ed91437a0f3d416f.kent@gentoo
1 commit: b67daebaec404ce410fdccf9ed91437a0f3d416f
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 31 04:45:24 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Jul 31 04:45:24 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b67daeba
7
8 [cpanclean] Catalyst-Plugin-ConfigLoader-0.2{7,8}
9
10 (Portage version: 2.2.0_alpha47/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 .../Catalyst-Plugin-ConfigLoader-0.27.ebuild | 26 --------------------
14 .../Catalyst-Plugin-ConfigLoader-0.28.ebuild | 26 --------------------
15 dev-perl/Catalyst-Plugin-ConfigLoader/ChangeLog | 7 ++++-
16 3 files changed, 6 insertions(+), 53 deletions(-)
17
18 diff --git a/dev-perl/Catalyst-Plugin-ConfigLoader/Catalyst-Plugin-ConfigLoader-0.27.ebuild b/dev-perl/Catalyst-Plugin-ConfigLoader/Catalyst-Plugin-ConfigLoader-0.27.ebuild
19 deleted file mode 100644
20 index d58be94..0000000
21 --- a/dev-perl/Catalyst-Plugin-ConfigLoader/Catalyst-Plugin-ConfigLoader-0.27.ebuild
22 +++ /dev/null
23 @@ -1,26 +0,0 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -# $Header: $
27 -
28 -EAPI=2
29 -
30 -MODULE_AUTHOR=BRICAS
31 -inherit perl-module
32 -
33 -DESCRIPTION="Load config files of various types"
34 -
35 -IUSE=""
36 -
37 -SLOT="0"
38 -LICENSE="|| ( Artistic GPL-2 )"
39 -KEYWORDS="~amd64 ~x86"
40 -
41 -RDEPEND="
42 - >=dev-perl/Catalyst-Runtime-5.700.800
43 - >=dev-perl/Data-Visitor-0.24
44 - >=dev-perl/Config-Any-0.08
45 - >=dev-perl/MRO-Compat-0.09
46 -"
47 -DEPEND="${RDEPEND}"
48 -
49 -SRC_TEST=do
50
51 diff --git a/dev-perl/Catalyst-Plugin-ConfigLoader/Catalyst-Plugin-ConfigLoader-0.28.ebuild b/dev-perl/Catalyst-Plugin-ConfigLoader/Catalyst-Plugin-ConfigLoader-0.28.ebuild
52 deleted file mode 100644
53 index 17e4c55..0000000
54 --- a/dev-perl/Catalyst-Plugin-ConfigLoader/Catalyst-Plugin-ConfigLoader-0.28.ebuild
55 +++ /dev/null
56 @@ -1,26 +0,0 @@
57 -# Copyright 1999-2010 Gentoo Foundation
58 -# Distributed under the terms of the GNU General Public License v2
59 -# $Header: $
60 -
61 -EAPI=2
62 -
63 -MODULE_AUTHOR=BRICAS
64 -inherit perl-module
65 -
66 -DESCRIPTION="Load config files of various types"
67 -
68 -IUSE=""
69 -
70 -SLOT="0"
71 -LICENSE="|| ( Artistic GPL-2 )"
72 -KEYWORDS="~amd64 ~x86"
73 -
74 -RDEPEND="
75 - >=dev-perl/Catalyst-Runtime-5.700.800
76 - >=dev-perl/Data-Visitor-0.24
77 - >=dev-perl/Config-Any-0.08
78 - >=dev-perl/MRO-Compat-0.09
79 -"
80 -DEPEND="${RDEPEND}"
81 -
82 -SRC_TEST=do
83
84 diff --git a/dev-perl/Catalyst-Plugin-ConfigLoader/ChangeLog b/dev-perl/Catalyst-Plugin-ConfigLoader/ChangeLog
85 index dddeae7..63bd3d5 100644
86 --- a/dev-perl/Catalyst-Plugin-ConfigLoader/ChangeLog
87 +++ b/dev-perl/Catalyst-Plugin-ConfigLoader/ChangeLog
88 @@ -1,7 +1,12 @@
89 # ChangeLog for dev-perl/Catalyst-Plugin-ConfigLoader
90 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
91 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
92 # $Header: $
93
94 + 31 Jul 2011; Kent Fredric <kentfredric@×××××.com>
95 + -Catalyst-Plugin-ConfigLoader-0.27.ebuild,
96 + -Catalyst-Plugin-ConfigLoader-0.28.ebuild:
97 + Gone on CPAN
98 +
99 *Catalyst-Plugin-ConfigLoader-0.30 (28 Aug 2010)
100
101 28 Aug 2010; Kent Fredric <kentfredric@×××××.com>