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/MooseX-Attribute-Chained/
Date: Mon, 27 Feb 2012 13:51:29
Message-Id: 1330342263.181990ce854103784434fb7e4ee1a4b97fd62caf.kent@gentoo
1 commit: 181990ce854103784434fb7e4ee1a4b97fd62caf
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 27 11:31:03 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Feb 27 11:31:03 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=181990ce
7
8 [added] MooseX-Attribute-Chained-1.0.1
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/MooseX-Attribute-Chained/ChangeLog | 10 +++++
14 .../MooseX-Attribute-Chained-1.0.1.ebuild | 38 ++++++++++++++++++++
15 dev-perl/MooseX-Attribute-Chained/metadata.xml | 12 ++++++
16 3 files changed, 60 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-perl/MooseX-Attribute-Chained/ChangeLog b/dev-perl/MooseX-Attribute-Chained/ChangeLog
19 new file mode 100644
20 index 0000000..f0bcd7d
21 --- /dev/null
22 +++ b/dev-perl/MooseX-Attribute-Chained/ChangeLog
23 @@ -0,0 +1,10 @@
24 +# ChangeLog for dev-perl/MooseX-Attribute-Chained
25 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: $
27 +
28 +*MooseX-Attribute-Chained-1.0.1 (27 Feb 2012)
29 +
30 + 27 Feb 2012; Kent Fredric <kentfredric@×××××.com>
31 + +MooseX-Attribute-Chained-1.0.1.ebuild, +metadata.xml:
32 + Added for HTML-FormFu
33 +
34
35 diff --git a/dev-perl/MooseX-Attribute-Chained/MooseX-Attribute-Chained-1.0.1.ebuild b/dev-perl/MooseX-Attribute-Chained/MooseX-Attribute-Chained-1.0.1.ebuild
36 new file mode 100644
37 index 0000000..00fb541
38 --- /dev/null
39 +++ b/dev-perl/MooseX-Attribute-Chained/MooseX-Attribute-Chained-1.0.1.ebuild
40 @@ -0,0 +1,38 @@
41 +# Copyright 1999-2012 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=4
45 +MODULE_AUTHOR=PERLER
46 +MODULE_VERSION=1.0.1
47 +inherit perl-module
48 +
49 +DESCRIPTION='Attribute that returns the instance to allow for chaining'
50 +LICENSE=" || ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +perl_meta_configure() {
55 + # Module::Build 0.3601 ( 0.360.100 )
56 + echo \>=virtual/perl-Module-Build-0.36.01
57 +}
58 +perl_meta_build() {
59 + # Module::Build 0.3601 ( 0.360.100 )
60 + echo \>=virtual/perl-Module-Build-0.36.01
61 +}
62 +perl_meta_runtime() {
63 + # Moose
64 + echo dev-perl/Moose
65 + # Test::More 0.88 ( 0.880.0 )
66 + echo \>=virtual/perl-Test-Simple-0.88
67 + # Try::Tiny
68 + echo dev-perl/Try-Tiny
69 +}
70 +DEPEND="
71 + $(perl_meta_configure)
72 + $(perl_meta_build)
73 + $(perl_meta_runtime)
74 +"
75 +RDEPEND="
76 + $(perl_meta_runtime)
77 +"
78 +SRC_TEST="do"
79
80 diff --git a/dev-perl/MooseX-Attribute-Chained/metadata.xml b/dev-perl/MooseX-Attribute-Chained/metadata.xml
81 new file mode 100644
82 index 0000000..4556967
83 --- /dev/null
84 +++ b/dev-perl/MooseX-Attribute-Chained/metadata.xml
85 @@ -0,0 +1,12 @@
86 +<?xml version="1.0" encoding="UTF-8"?>
87 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
88 +<pkgmetadata>
89 + <herd>perl</herd>
90 + <maintainer>
91 + <email>kentfredric@×××××.com</email>
92 + <name>Kent Fredric</name>
93 + </maintainer>
94 + <upstream>
95 + <remote-id type="cpan">MooseX-Attribute-Chained</remote-id>
96 + </upstream>
97 +</pkgmetadata>