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/Dist-Zilla-Plugin-CriticTests/
Date: Thu, 05 May 2011 08:43:58
Message-Id: ba0738628f1d709ca9589fe1d9b8d991695cfb9d.kent@gentoo
1 commit: ba0738628f1d709ca9589fe1d9b8d991695cfb9d
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu May 5 08:35:31 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu May 5 08:35:31 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ba073862
7
8 [fixdep] Dist-Zilla-Plugin-CriticTests -> Data-Section
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/Dist-Zilla-Plugin-CriticTests/ChangeLog | 6 +++++-
14 .../Dist-Zilla-Plugin-CriticTests-1.102280.ebuild | 4 ++--
15 2 files changed, 7 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-perl/Dist-Zilla-Plugin-CriticTests/ChangeLog b/dev-perl/Dist-Zilla-Plugin-CriticTests/ChangeLog
18 index 57acad7..af56eec 100644
19 --- a/dev-perl/Dist-Zilla-Plugin-CriticTests/ChangeLog
20 +++ b/dev-perl/Dist-Zilla-Plugin-CriticTests/ChangeLog
21 @@ -1,7 +1,11 @@
22 # ChangeLog for dev-perl/Dist-Zilla-Plugin-CriticTests
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 + 05 May 2011; Kent Fredric <kentfredric@×××××.com>
28 + Dist-Zilla-Plugin-CriticTests-1.102280.ebuild:
29 + Fixdep Data::Section
30 +
31 *Dist-Zilla-Plugin-CriticTests-1.102280 (23 Aug 2010)
32
33 23 Aug 2010; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/Dist-Zilla-Plugin-CriticTests/Dist-Zilla-Plugin-CriticTests-1.102280.ebuild b/dev-perl/Dist-Zilla-Plugin-CriticTests/Dist-Zilla-Plugin-CriticTests-1.102280.ebuild
36 index 2473ad9..c05dfb0 100644
37 --- a/dev-perl/Dist-Zilla-Plugin-CriticTests/Dist-Zilla-Plugin-CriticTests-1.102280.ebuild
38 +++ b/dev-perl/Dist-Zilla-Plugin-CriticTests/Dist-Zilla-Plugin-CriticTests-1.102280.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2010 Gentoo Foundation
41 +# Copyright 1999-2011 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43 # $Header: $
44 EAPI=3
45 @@ -11,7 +11,7 @@ SLOT="0"
46 KEYWORDS="~amd64 ~x86"
47 IUSE=""
48 COMMON_DEPEND="
49 - >=dev-perl/Data-Section-0.004
50 + >=dev-perl/Data-Section-0.4.0
51 >=dev-perl/Dist-Zilla-4.0
52 dev-perl/Moose
53 "