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