Gentoo Archives: gentoo-commits

From: Torsten Veller <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-CriticTests/
Date: Sun, 29 May 2011 18:20:41
Message-Id: 251b8e4de75abe1d49ad2f6c728ab9537d2081dc.tove@gentoo
1 commit: 251b8e4de75abe1d49ad2f6c728ab9537d2081dc
2 Author: Torsten Veller <tove <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 18:14:01 2011 +0000
4 Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 18:14:01 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=251b8e4d
7
8 [bump] dev-perl/Dist-Zilla-Plugin-CriticTests-1.111.450
9
10 (Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
11
12 ---
13 dev-perl/Dist-Zilla-Plugin-CriticTests/ChangeLog | 6 +++
14 .../Dist-Zilla-Plugin-CriticTests-1.111.450.ebuild | 35 ++++++++++++++++++++
15 2 files changed, 41 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Dist-Zilla-Plugin-CriticTests/ChangeLog b/dev-perl/Dist-Zilla-Plugin-CriticTests/ChangeLog
18 index 2e38b45..a6b84fa 100644
19 --- a/dev-perl/Dist-Zilla-Plugin-CriticTests/ChangeLog
20 +++ b/dev-perl/Dist-Zilla-Plugin-CriticTests/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Dist-Zilla-Plugin-CriticTests-1.111.450 (29 May 2011)
26 +
27 + 29 May 2011; Torsten Veller <tove@g.o>
28 + +Dist-Zilla-Plugin-CriticTests-1.111.450.ebuild:
29 + Version bump
30 +
31 *Dist-Zilla-Plugin-CriticTests-1.102.280 (29 May 2011)
32
33 29 May 2011; Torsten Veller <tove@g.o>
34
35 diff --git a/dev-perl/Dist-Zilla-Plugin-CriticTests/Dist-Zilla-Plugin-CriticTests-1.111.450.ebuild b/dev-perl/Dist-Zilla-Plugin-CriticTests/Dist-Zilla-Plugin-CriticTests-1.111.450.ebuild
36 new file mode 100644
37 index 0000000..5b8a7c5
38 --- /dev/null
39 +++ b/dev-perl/Dist-Zilla-Plugin-CriticTests/Dist-Zilla-Plugin-CriticTests-1.111.450.ebuild
40 @@ -0,0 +1,35 @@
41 +# Copyright 1999-2011 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +
45 +EAPI=4
46 +
47 +MODULE_AUTHOR=JQUELIN
48 +MODULE_VERSION=1.111450
49 +inherit perl-module
50 +
51 +DESCRIPTION="tests to check your code against best practices"
52 +
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE="test"
56 +
57 +COMMON_DEPEND="
58 + >=dev-perl/Data-Section-0.4.0
59 + >=dev-perl/Dist-Zilla-4.0
60 + dev-perl/Moose
61 +"
62 +DEPEND="
63 + ${COMMON_DEPEND}
64 + virtual/perl-File-Temp
65 + >=virtual/perl-Module-Build-0.36.01
66 + virtual/perl-Scalar-List-Utils
67 + test? (
68 + >=virtual/perl-Test-Simple-0.94
69 + dev-perl/Moose-Autobox
70 + )
71 +"
72 +RDEPEND="
73 + ${COMMON_DEPEND}
74 +"
75 +SRC_TEST="do"