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-POE/
Date: Sat, 28 Apr 2012 10:41:52
Message-Id: 1335609038.613f97d53b006e19fad3de9dc535e99bda469e22.kent@gentoo
1 commit: 613f97d53b006e19fad3de9dc535e99bda469e22
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 28 09:25:36 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Apr 28 10:30:38 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=613f97d5
7
8 [newversion] MooseX-POE-0.215.0
9
10 (Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/MooseX-POE/ChangeLog | 7 ++++-
14 dev-perl/MooseX-POE/MooseX-POE-0.215.0.ebuild | 38 +++++++++++++++++++++++++
15 2 files changed, 44 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/MooseX-POE/ChangeLog b/dev-perl/MooseX-POE/ChangeLog
18 index 8263501..96d47cf 100644
19 --- a/dev-perl/MooseX-POE/ChangeLog
20 +++ b/dev-perl/MooseX-POE/ChangeLog
21 @@ -1,7 +1,12 @@
22 # ChangeLog for dev-perl/MooseX-POE
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 +*MooseX-POE-0.215.0 (28 Apr 2012)
28 +
29 + 28 Apr 2012; Kent Fredric <kentfredric@×××××.com> +MooseX-POE-0.215.0.ebuild:
30 + Version Bump
31 +
32 16 Jul 2011; Kent Fredric <kentfredric@×××××.com> -MooseX-POE-0.205.0.ebuild,
33 -MooseX-POE-0.207.0.ebuild:
34 Gone on CPAN
35
36 diff --git a/dev-perl/MooseX-POE/MooseX-POE-0.215.0.ebuild b/dev-perl/MooseX-POE/MooseX-POE-0.215.0.ebuild
37 new file mode 100644
38 index 0000000..61ca562
39 --- /dev/null
40 +++ b/dev-perl/MooseX-POE/MooseX-POE-0.215.0.ebuild
41 @@ -0,0 +1,38 @@
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=GETTY
47 +MODULE_VERSION=0.215
48 +inherit perl-module
49 +
50 +DESCRIPTION='The Illicit Love Child of Moose and POE'
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 + # Moose 2.0002 ( 2.0.200 )
61 + echo \>=dev-perl/Moose-2.0.200
62 + # POE 1.310 ( 1.310.0 )
63 + echo \>=dev-perl/POE-1.310.0
64 +}
65 +perl_meta_test() {
66 + # Test::Fatal 0.003 ( 0.3.0 )
67 + echo \>=dev-perl/Test-Fatal-0.003
68 + # Test::More 0.90 ( 0.900.0 )
69 + echo \>=virtual/perl-Test-Simple-0.90
70 +}
71 +DEPEND="
72 + $(perl_meta_configure)
73 + $(perl_meta_runtime)
74 + test? ( $(perl_meta_test) )
75 +"
76 +RDEPEND="
77 + $(perl_meta_runtime)
78 +"
79 +SRC_TEST="do"