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: Sun, 31 Jul 2011 17:06:27
Message-Id: e07c02447d877a9ff2de0c5c199183da5cb620cd.kent@gentoo
1 commit: e07c02447d877a9ff2de0c5c199183da5cb620cd
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 31 16:32:31 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Jul 31 16:32:31 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e07c0244
7
8 [newversion] Mason-2.130.0
9
10 (Portage version: 2.2.0_alpha47/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 dev-perl/Mason/ChangeLog | 5 ++++
14 dev-perl/Mason/Mason-2.130.0.ebuild | 43 +++++++++++++++++++++++++++++++++++
15 2 files changed, 48 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Mason/ChangeLog b/dev-perl/Mason/ChangeLog
18 index 3cec6d6..663a031 100644
19 --- a/dev-perl/Mason/ChangeLog
20 +++ b/dev-perl/Mason/ChangeLog
21 @@ -2,6 +2,11 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Mason-2.130.0 (31 Jul 2011)
26 +
27 + 31 Jul 2011; Kent Fredric <kentfredric@×××××.com> +Mason-2.130.0.ebuild:
28 + Version Bump
29 +
30 *Mason-2.120.0 (16 Jul 2011)
31
32 16 Jul 2011; Kent Fredric <kentfredric@×××××.com> +Mason-2.120.0.ebuild:
33
34 diff --git a/dev-perl/Mason/Mason-2.130.0.ebuild b/dev-perl/Mason/Mason-2.130.0.ebuild
35 new file mode 100644
36 index 0000000..165619a
37 --- /dev/null
38 +++ b/dev-perl/Mason/Mason-2.130.0.ebuild
39 @@ -0,0 +1,43 @@
40 +# Copyright 1999-2011 Gentoo Foundation
41 +# Distributed under the terms of the GNU General Public License v2
42 +# $Header: $
43 +
44 +EAPI=4
45 +
46 +MODULE_AUTHOR=JSWARTZ
47 +MODULE_VERSION=2.13
48 +inherit perl-module
49 +
50 +DESCRIPTION="Powerful, high-performance templating for the web and beyond"
51 +
52 +SLOT="0"
53 +IUSE=""
54 +KEYWORDS="~amd64 ~x86"
55 +comment() { echo ''; }
56 +RDEPEND="
57 + dev-perl/Capture-Tiny
58 + dev-perl/Class-Unload
59 + dev-perl/Devel-GlobalDestruction
60 + virtual/perl-File-Spec
61 + virtual/perl-File-Temp
62 + dev-perl/Guard
63 + dev-perl/IPC-System-Simple
64 + dev-perl/JSON
65 + >=dev-perl/Log-Any-0.08 $(comment 0.80.0)
66 + virtual/perl-Memoize
67 + dev-perl/Method-Signatures-Simple
68 + >=dev-perl/Moose-1.15 $(comment 1.150.0)
69 + >=dev-perl/MooseX-StrictConstructor-0.130 $(comment 0.130.0)
70 + >=dev-perl/MooseX-HasDefaults-0.30.0
71 + >=virtual/perl-Scalar-List-Utils-1.01 $(comment Scalar::Util 1.10.0)
72 + dev-perl/Try-Tiny
73 +"
74 +DEPEND="${RDEPEND}
75 + $(comment CONFIGURE)
76 + >=virtual/perl-ExtUtils-MakeMaker-6.30 $(comment 6.300.0)
77 + $(comment BUILD)
78 + dev-perl/Test-Class-Most
79 + dev-perl/Test-LongString
80 +"
81 +
82 +SRC_TEST=do