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-Kwalitee/
Date: Fri, 02 Sep 2011 09:21:23
Message-Id: c37a55204881a42539e35896f9309fd233491548.kent@gentoo
1 commit: c37a55204881a42539e35896f9309fd233491548
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 2 09:15:22 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Sep 2 09:15:22 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c37a5520
7
8 [added] Dist-Zilla-Plugin-Test-Kwalitee-1.112.410
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-Kwalitee/ChangeLog | 10 +++
14 ...ist-Zilla-Plugin-Test-Kwalitee-1.112.410.ebuild | 67 ++++++++++++++++++++
15 .../Dist-Zilla-Plugin-Test-Kwalitee/metadata.xml | 9 +++
16 3 files changed, 86 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/ChangeLog
19 new file mode 100644
20 index 0000000..2cbf47f
21 --- /dev/null
22 +++ b/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/ChangeLog
23 @@ -0,0 +1,10 @@
24 +# ChangeLog for dev-perl/Dist-Zilla-Plugin-Test-Kwalitee
25 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: $
27 +
28 +*Dist-Zilla-Plugin-Test-Kwalitee-1.112.410 (02 Sep 2011)
29 +
30 + 02 Sep 2011; Kent Fredric <kentfredric@×××××.com>
31 + +Dist-Zilla-Plugin-Test-Kwalitee-1.112.410.ebuild, +metadata.xml:
32 + Added
33 +
34
35 diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/Dist-Zilla-Plugin-Test-Kwalitee-1.112.410.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/Dist-Zilla-Plugin-Test-Kwalitee-1.112.410.ebuild
36 new file mode 100644
37 index 0000000..d042739
38 --- /dev/null
39 +++ b/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/Dist-Zilla-Plugin-Test-Kwalitee-1.112.410.ebuild
40 @@ -0,0 +1,67 @@
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=AYOUNG
46 +MODULE_VERSION=1.112410
47 +inherit perl-module
48 +
49 +DESCRIPTION="Release tests for kwalitee"
50 +LICENSE="|| ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +comment() { true;}
55 +COMMON_DEPEND="
56 + $(comment Data::Section)
57 + dev-perl/Data-Section
58 +
59 + $(comment Dist::Zilla::File::InMemory)
60 + $(comment Dist::Zilla::Role::FileGatherer)
61 + $(comment Dist::Zilla::Role::TextTemplate)
62 + dev-perl/Dist-Zilla
63 +
64 + $(comment Moose)
65 + dev-perl/Moose
66 +
67 + $(comment Test::Kwalitee)
68 + dev-perl/Test-Kwalitee
69 +
70 + $(comment strict)
71 + $(comment warnings)
72 +"
73 +DEPEND="
74 + ${COMMON_DEPEND}
75 + $(comment build)
76 + $(comment Capture::Tiny)
77 + dev-perl/Capture-Tiny
78 +
79 + $(comment Carp)
80 +
81 + $(comment Dist::Zilla::Tester)
82 + dev-perl/Dist-Zilla
83 +
84 + $(comment English)
85 +
86 + $(comment File::Find)
87 +
88 + $(comment File::Temp)
89 + virtual/perl-File-Temp
90 +
91 + $(comment Path::Class)
92 + dev-perl/Path-Class
93 +
94 + $(comment Scalar::Util)
95 + virtual/perl-Scalar-List-Utils
96 +
97 + $(comment Test::More 0.94)
98 + >=virtual/perl-Test-Simple-0.94
99 +
100 + $(comment configure)
101 + $(comment ExtUtils::MakeMaker 6.56)
102 + >=virtual/perl-ExtUtils-MakeMaker-6.56
103 +"
104 +RDEPEND="
105 + ${COMMON_DEPEND}
106 +"
107 +SRC_TEST="do"
108
109 diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/metadata.xml b/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/metadata.xml
110 new file mode 100644
111 index 0000000..ccc7e0f
112 --- /dev/null
113 +++ b/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/metadata.xml
114 @@ -0,0 +1,9 @@
115 +<?xml version="1.0" encoding="UTF-8"?>
116 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
117 +<pkgmetadata>
118 + <herd>perl</herd>
119 + <maintainer>
120 + <email>kentfredric@×××××.com</email>
121 + <name>Kent Fredric</name>
122 + </maintainer>
123 +</pkgmetadata>