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-Authority/
Date: Mon, 26 Sep 2011 01:40:14
Message-Id: a5975ab403365e04f8827a6d3087878732fc670c.kent@gentoo
1 commit: a5975ab403365e04f8827a6d3087878732fc670c
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Sep 26 01:29:32 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Sep 26 01:29:32 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a5975ab4
7
8 [added] Dist-Zilla-Plugin-Authority-1.5.0
9
10 (Portage version: 2.2.0_alpha57/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 dev-perl/Dist-Zilla-Plugin-Authority/ChangeLog | 10 ++++
14 .../Dist-Zilla-Plugin-Authority-1.5.0.ebuild | 54 ++++++++++++++++++++
15 dev-perl/Dist-Zilla-Plugin-Authority/metadata.xml | 9 +++
16 3 files changed, 73 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-perl/Dist-Zilla-Plugin-Authority/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Authority/ChangeLog
19 new file mode 100644
20 index 0000000..2c7b279
21 --- /dev/null
22 +++ b/dev-perl/Dist-Zilla-Plugin-Authority/ChangeLog
23 @@ -0,0 +1,10 @@
24 +# ChangeLog for dev-perl/Dist-Zilla-Plugin-Authority
25 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: $
27 +
28 +*Dist-Zilla-Plugin-Authority-1.5.0 (26 Sep 2011)
29 +
30 + 26 Sep 2011; Kent Fredric <kentfredric@×××××.com>
31 + +Dist-Zilla-Plugin-Authority-1.5.0.ebuild, +metadata.xml:
32 + Added
33 +
34
35 diff --git a/dev-perl/Dist-Zilla-Plugin-Authority/Dist-Zilla-Plugin-Authority-1.5.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Authority/Dist-Zilla-Plugin-Authority-1.5.0.ebuild
36 new file mode 100644
37 index 0000000..7b7f289
38 --- /dev/null
39 +++ b/dev-perl/Dist-Zilla-Plugin-Authority/Dist-Zilla-Plugin-Authority-1.5.0.ebuild
40 @@ -0,0 +1,54 @@
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=APOCAL
46 +MODULE_VERSION=1.005
47 +inherit perl-module
48 +
49 +DESCRIPTION='Add the $AUTHORITY variable and metadata to your distribution'
50 +LICENSE="|| ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +perl_mb_build() {
55 + # File::Find
56 +
57 + # File::Temp
58 + echo virtual/perl-File-Temp
59 +
60 + # Module::Build 0.3601
61 + echo \>=virtual/perl-Module-Build-0.36.01
62 +}
63 +perl_mb_configure() {
64 + # strict
65 +
66 + # warnings
67 +
68 + # Module::Build 0.3601
69 + echo \>=virtual/perl-Module-Build-0.36.01
70 +}
71 +perl_mb_requires() {
72 + # Dist::Zilla::Role::FileFinderUser 4.102345
73 + echo \>=dev-perl/Dist-Zilla-4.102.345
74 + # Dist::Zilla::Role::FileMunger 4.102345
75 + echo \>=dev-perl/Dist-Zilla-4.102.345
76 + # Dist::Zilla::Role::MetaProvider 4.102345
77 + echo \>=dev-perl/Dist-Zilla-4.102.345
78 + # File::HomeDir
79 + echo dev-perl/File-HomeDir
80 + # File::Spec
81 + echo virtual/perl-File-Spec
82 + # Moose 1.03
83 + echo \>=dev-perl/Moose-1.30.0
84 + # Moose::Util::TypeConstraints 1.01
85 + echo \>=dev-perl/Moose-1.10.0
86 + # PPI 1.206
87 + echo \>=dev-perl/PPI-1.206
88 + # perl 5.006
89 +}
90 +DEPEND="$(perl_mb_configure)
91 + $(perl_mb_build)
92 + $(perl_mb_requires)"
93 +RDEPEND="$(perl_mb_requires)"
94 +SRC_TEST="do"
95
96 diff --git a/dev-perl/Dist-Zilla-Plugin-Authority/metadata.xml b/dev-perl/Dist-Zilla-Plugin-Authority/metadata.xml
97 new file mode 100644
98 index 0000000..ccc7e0f
99 --- /dev/null
100 +++ b/dev-perl/Dist-Zilla-Plugin-Authority/metadata.xml
101 @@ -0,0 +1,9 @@
102 +<?xml version="1.0" encoding="UTF-8"?>
103 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
104 +<pkgmetadata>
105 + <herd>perl</herd>
106 + <maintainer>
107 + <email>kentfredric@×××××.com</email>
108 + <name>Kent Fredric</name>
109 + </maintainer>
110 +</pkgmetadata>