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/Mason/
Date: Fri, 06 Apr 2012 20:46:12
Message-Id: 1333728730.94b5382355b5db4b91db6fd8c6178e82d58ad9ed.kent@gentoo
1 commit: 94b5382355b5db4b91db6fd8c6178e82d58ad9ed
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 6 16:12:10 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Apr 6 16:12:10 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=94b53823
7
8 [newversion] Mason-2.170.0
9
10 (Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Mason/ChangeLog | 5 +++
14 dev-perl/Mason/Mason-2.170.0.ebuild | 68 +++++++++++++++++++++++++++++++++++
15 2 files changed, 73 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Mason/ChangeLog b/dev-perl/Mason/ChangeLog
18 index 816a44c..00519dd 100644
19 --- a/dev-perl/Mason/ChangeLog
20 +++ b/dev-perl/Mason/ChangeLog
21 @@ -2,6 +2,11 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Mason-2.170.0 (06 Apr 2012)
26 +
27 + 06 Apr 2012; Kent Fredric <kentfredric@×××××.com> +Mason-2.170.0.ebuild:
28 + Version Bump
29 +
30 *Mason-2.160.0 (27 Feb 2012)
31
32 27 Feb 2012; Kent Fredric <kentfredric@×××××.com> +Mason-2.160.0.ebuild:
33
34 diff --git a/dev-perl/Mason/Mason-2.170.0.ebuild b/dev-perl/Mason/Mason-2.170.0.ebuild
35 new file mode 100644
36 index 0000000..15d269f
37 --- /dev/null
38 +++ b/dev-perl/Mason/Mason-2.170.0.ebuild
39 @@ -0,0 +1,68 @@
40 +# Copyright 1999-2012 Gentoo Foundation
41 +# Distributed under the terms of the GNU General Public License v2
42 +# $Header: $
43 +EAPI=4
44 +MODULE_AUTHOR=JSWARTZ
45 +MODULE_VERSION=2.17
46 +inherit perl-module
47 +
48 +DESCRIPTION='Powerful, high-performance templating for the web and beyond'
49 +LICENSE=" || ( Artistic GPL-2 )"
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~x86"
52 +IUSE="test"
53 +perl_meta_configure() {
54 + # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
55 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
56 +}
57 +perl_meta_runtime() {
58 + # Capture::Tiny
59 + echo dev-perl/Capture-Tiny
60 + # Class::Unload
61 + echo dev-perl/Class-Unload
62 + # Devel::GlobalDestruction
63 + echo dev-perl/Devel-GlobalDestruction
64 + # Exception::Class
65 + echo dev-perl/Exception-Class
66 + # File::Spec
67 + echo virtual/perl-File-Spec
68 + # File::Temp
69 + echo virtual/perl-File-Temp
70 + # Guard
71 + echo dev-perl/Guard
72 + # IPC::System::Simple
73 + echo dev-perl/IPC-System-Simple
74 + # JSON
75 + echo dev-perl/JSON
76 + # Log::Any 0.08 ( 0.80.0 )
77 + echo \>=dev-perl/Log-Any-0.80.0
78 + # Memoize
79 + echo virtual/perl-Memoize
80 + # Method::Signatures::Simple
81 + echo dev-perl/Method-Signatures-Simple
82 + # Moose 1.15 ( 1.150.0 )
83 + echo \>=dev-perl/Moose-1.150
84 + # MooseX::HasDefaults 0.03 ( 0.30.0 )
85 + echo \>=dev-perl/MooseX-HasDefaults-0.30.0
86 + # MooseX::StrictConstructor 0.13 ( 0.130.0 )
87 + echo \>=dev-perl/MooseX-StrictConstructor-0.130.0
88 + # Scalar::Util 1.01 ( 1.10.0 )
89 + echo \>=virtual/perl-Scalar-List-Utils-1.10.0
90 + # Try::Tiny
91 + echo dev-perl/Try-Tiny
92 +}
93 +perl_meta_test() {
94 + # Test::Class::Most
95 + echo dev-perl/Test-Class-Most
96 + # Test::LongString
97 + echo dev-perl/Test-LongString
98 +}
99 +DEPEND="
100 + $(perl_meta_configure)
101 + $(perl_meta_runtime)
102 + test? ( $(perl_meta_test) )
103 +"
104 +RDEPEND="
105 + $(perl_meta_runtime)
106 +"
107 +SRC_TEST="do"