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-App-Command-dumpphases/
Date: Wed, 03 Aug 2011 05:40:25
Message-Id: 677f383f8a738f6b4b9aeb1ddd8d40c5451a7651.kent@gentoo
1 commit: 677f383f8a738f6b4b9aeb1ddd8d40c5451a7651
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 3 05:39:46 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Aug 3 05:39:46 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=677f383f
7
8 [added] Dist-Zilla-App-Command-dumpphases-0.1.0 - Dump a textual representation of each phase's parts.
9
10 (Portage version: 2.2.0_alpha47/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 .../Dist-Zilla-App-Command-dumpphases/ChangeLog | 10 +++++
14 .../Dist-Zilla-App-Command-dumpphases-0.1.0.ebuild | 36 ++++++++++++++++++++
15 .../Dist-Zilla-App-Command-dumpphases/metadata.xml | 9 +++++
16 3 files changed, 55 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-perl/Dist-Zilla-App-Command-dumpphases/ChangeLog b/dev-perl/Dist-Zilla-App-Command-dumpphases/ChangeLog
19 new file mode 100644
20 index 0000000..6d3c201
21 --- /dev/null
22 +++ b/dev-perl/Dist-Zilla-App-Command-dumpphases/ChangeLog
23 @@ -0,0 +1,10 @@
24 +# ChangeLog for dev-perl/Dist-Zilla-App-Command-dumpphases
25 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: $
27 +
28 +*Dist-Zilla-App-Command-dumpphases-0.1.0 (03 Aug 2011)
29 +
30 + 03 Aug 2011; Kent Fredric <kentfredric@×××××.com>
31 + +Dist-Zilla-App-Command-dumpphases-0.1.0.ebuild, +metadata.xml:
32 + Added
33 +
34
35 diff --git a/dev-perl/Dist-Zilla-App-Command-dumpphases/Dist-Zilla-App-Command-dumpphases-0.1.0.ebuild b/dev-perl/Dist-Zilla-App-Command-dumpphases/Dist-Zilla-App-Command-dumpphases-0.1.0.ebuild
36 new file mode 100644
37 index 0000000..08b3807
38 --- /dev/null
39 +++ b/dev-perl/Dist-Zilla-App-Command-dumpphases/Dist-Zilla-App-Command-dumpphases-0.1.0.ebuild
40 @@ -0,0 +1,36 @@
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=KENTNL
46 +MODULE_VERSION=0.1.0
47 +inherit perl-module
48 +
49 +DESCRIPTION="Dump a textual representation of each phase\'s parts."
50 +LICENSE="|| ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +comment() { echo ''; }
55 +COMMON_DEPEND="
56 + dev-perl/Dist-Zilla $(comment Dist::Zilla::App)
57 + dev-perl/Moose-Autobox
58 + virtual/perl-Scalar-List-Utils $(comment Scalar::Util)
59 + virtual/perl-Term-ANSIColor
60 + dev-perl/Try-Tiny
61 +"
62 +DEPEND="
63 + ${COMMON_DEPEND}
64 + $(comment configure)
65 + >=virtual/perl-Module-Build-0.36.01 $(comment 0.360.100)
66 + $(comment build)
67 + $(comment virtual/perl-English)
68 + $(comment virtual/perl-File-Find)
69 + virtual/perl-File-Temp
70 + >=virtual/perl-Module-Build-0.36.01 $(comment 0.360.100)
71 + >=virtual/perl-Test-Simple-0.88 $(comment 0.880.0)
72 +"
73 +RDEPEND="
74 + ${COMMON_DEPEND}
75 +"
76 +SRC_TEST="do"
77
78 diff --git a/dev-perl/Dist-Zilla-App-Command-dumpphases/metadata.xml b/dev-perl/Dist-Zilla-App-Command-dumpphases/metadata.xml
79 new file mode 100644
80 index 0000000..ccc7e0f
81 --- /dev/null
82 +++ b/dev-perl/Dist-Zilla-App-Command-dumpphases/metadata.xml
83 @@ -0,0 +1,9 @@
84 +<?xml version="1.0" encoding="UTF-8"?>
85 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
86 +<pkgmetadata>
87 + <herd>perl</herd>
88 + <maintainer>
89 + <email>kentfredric@×××××.com</email>
90 + <name>Kent Fredric</name>
91 + </maintainer>
92 +</pkgmetadata>