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-Test-Compile/
Date: Mon, 29 Aug 2011 05:44:20
Message-Id: 5ffd88fa84a5f3225eb09e256a8da5046584aeb5.kent@gentoo
1 commit: 5ffd88fa84a5f3225eb09e256a8da5046584aeb5
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Aug 29 05:20:08 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Aug 29 05:20:08 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5ffd88fa
7
8 [newversion] Dist-Zilla-Plugin-Test-Compile-1.112.400
9
10 (Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog | 6 ++
14 ...Dist-Zilla-Plugin-Test-Compile-1.112.400.ebuild | 63 ++++++++++++++++++++
15 2 files changed, 69 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
18 index 03dece8..22a5cf4 100644
19 --- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
20 +++ b/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Dist-Zilla-Plugin-Test-Compile-1.112.400 (29 Aug 2011)
26 +
27 + 29 Aug 2011; Kent Fredric <kentfredric@×××××.com>
28 + +Dist-Zilla-Plugin-Test-Compile-1.112.400.ebuild:
29 + Version Bump
30 +
31 *Dist-Zilla-Plugin-Test-Compile-1.112.392 (28 Aug 2011)
32
33 28 Aug 2011; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.400.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.400.ebuild
36 new file mode 100644
37 index 0000000..432df1c
38 --- /dev/null
39 +++ b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.400.ebuild
40 @@ -0,0 +1,63 @@
41 +# Copyright 1999-2011 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=4
45 +MODULE_AUTHOR=JQUELIN
46 +MODULE_VERSION=1.112400
47 +inherit perl-module
48 +
49 +DESCRIPTION="common tests to check syntax of your modules
50 +"
51 +LICENSE="|| ( Artistic GPL-2 )"
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~x86"
54 +IUSE=""
55 +comment() { true;}
56 +COMMON_DEPEND="
57 + $(comment Data::Section)
58 + dev-perl/Data-Section
59 +
60 + $(comment Dist::Zilla::File::InMemory)
61 + $(comment Dist::Zilla::Role::FileGatherer)
62 + dev-perl/Dist-Zilla
63 +
64 + $(comment Moose)
65 + dev-perl/Moose
66 +
67 + $(comment namespace::autoclean)
68 + dev-perl/namespace-autoclean
69 +
70 + $(comment perl 5.008)
71 + $(comment strict)
72 + $(comment warnings)
73 + >=dev-lang/perl-5.8.0
74 +"
75 +DEPEND="
76 + $(comment build)
77 + $(comment Dist::Zilla::Tester)
78 + dev-perl/Dist-Zilla
79 +
80 + $(comment File::Find)
81 +
82 + $(comment File::Temp)
83 + virtual/perl-File-Temp
84 +
85 + $(comment Module::Build 0.3601)
86 + >=virtual/perl-Module-Build-0.36.01
87 +
88 + $(comment Path::Class)
89 + dev-perl/Path-Class
90 +
91 + $(comment Test::More 0.88)
92 + >=virtual/perl-Test-Simple-0.88
93 +
94 + $(comment configure)
95 + $(comment Module::Build 0.3601)
96 + >=virtual/perl-Module-Build-0.36.01
97 +
98 + ${COMMON_DEPEND}
99 +"
100 +RDEPEND="
101 + ${COMMON_DEPEND}
102 +"
103 +SRC_TEST="do"