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