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-CPANChangesTests/
Date: Sat, 02 Apr 2011 14:58:49
Message-Id: 237388720804815192c0d205ad2c6ff12660d603.kent@gentoo
1 commit: 237388720804815192c0d205ad2c6ff12660d603
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 2 14:58:21 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Apr 2 14:58:21 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=23738872
7
8 [added] Dist-Zilla-Plugin-CPANChangesTests-1.1.0
9
10 (Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 .../Dist-Zilla-Plugin-CPANChangesTests/ChangeLog | 10 ++++++
14 ...Dist-Zilla-Plugin-CPANChangesTests-1.1.0.ebuild | 31 ++++++++++++++++++++
15 .../metadata.xml | 9 ++++++
16 3 files changed, 50 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-perl/Dist-Zilla-Plugin-CPANChangesTests/ChangeLog b/dev-perl/Dist-Zilla-Plugin-CPANChangesTests/ChangeLog
19 new file mode 100644
20 index 0000000..b3863db
21 --- /dev/null
22 +++ b/dev-perl/Dist-Zilla-Plugin-CPANChangesTests/ChangeLog
23 @@ -0,0 +1,10 @@
24 +# ChangeLog for dev-perl/Dist-Zilla-Plugin-CPANChangesTests
25 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: $
27 +
28 +*Dist-Zilla-Plugin-CPANChangesTests-1.1.0 (02 Apr 2011)
29 +
30 + 02 Apr 2011; Kent Fredric <kentfredric@×××××.com>
31 + +Dist-Zilla-Plugin-CPANChangesTests-1.1.0.ebuild, +metadata.xml:
32 + Added
33 +
34
35 diff --git a/dev-perl/Dist-Zilla-Plugin-CPANChangesTests/Dist-Zilla-Plugin-CPANChangesTests-1.1.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CPANChangesTests/Dist-Zilla-Plugin-CPANChangesTests-1.1.0.ebuild
36 new file mode 100644
37 index 0000000..20ee157
38 --- /dev/null
39 +++ b/dev-perl/Dist-Zilla-Plugin-CPANChangesTests/Dist-Zilla-Plugin-CPANChangesTests-1.1.0.ebuild
40 @@ -0,0 +1,31 @@
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=RWSTAUNER
46 +MODULE_VERSION=1.001
47 +inherit perl-module
48 +
49 +DESCRIPTION="Add release tests using Test::CPAN::Changes"
50 +LICENSE="|| ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE="test"
54 +comment() { echo ''; }
55 +COMMON_DEPEND="
56 + dev-perl/Dist-Zilla $(comment Dist::Zilla::Plugin::InlineFiles)
57 + dev-perl/Moose
58 + dev-perl/CPAN-Changes $(comment Test::CPAN::Changes)
59 + >=dev-lang/perl-5.6.0
60 +"
61 +DEPEND="
62 + ${COMMON_DEPEND}
63 + $(comment "virtual/perl-File-Find")
64 + virtual/perl-File-Temp
65 + >=virtual/perl-Module-Build-0.36.01 $(comment 0.360.100)
66 + >=virtual/perl-Test-Simple-0.96 $(comment 0.960.0)
67 +"
68 +RDEPEND="
69 + ${COMMON_DEPEND}
70 +"
71 +SRC_TEST="do"
72
73 diff --git a/dev-perl/Dist-Zilla-Plugin-CPANChangesTests/metadata.xml b/dev-perl/Dist-Zilla-Plugin-CPANChangesTests/metadata.xml
74 new file mode 100644
75 index 0000000..ccc7e0f
76 --- /dev/null
77 +++ b/dev-perl/Dist-Zilla-Plugin-CPANChangesTests/metadata.xml
78 @@ -0,0 +1,9 @@
79 +<?xml version="1.0" encoding="UTF-8"?>
80 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
81 +<pkgmetadata>
82 + <herd>perl</herd>
83 + <maintainer>
84 + <email>kentfredric@×××××.com</email>
85 + <name>Kent Fredric</name>
86 + </maintainer>
87 +</pkgmetadata>