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: Fri, 06 May 2011 07:22:34
Message-Id: 2af194f40e3ed91b41a3bc17ab9c637d9f452be7.kent@gentoo
1 commit: 2af194f40e3ed91b41a3bc17ab9c637d9f452be7
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri May 6 04:16:35 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri May 6 04:16:35 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2af194f4
7
8 [newversion] MooseX-POE-0.214.0
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/MooseX-POE/ChangeLog | 6 ++++++
14 dev-perl/MooseX-POE/MooseX-POE-0.213.0.ebuild | 2 +-
15 ...OE-0.213.0.ebuild => MooseX-POE-0.214.0.ebuild} | 6 +++---
16 3 files changed, 10 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-perl/MooseX-POE/ChangeLog b/dev-perl/MooseX-POE/ChangeLog
19 index 4920a3b..2aa6325 100644
20 --- a/dev-perl/MooseX-POE/ChangeLog
21 +++ b/dev-perl/MooseX-POE/ChangeLog
22 @@ -2,6 +2,12 @@
23 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 +*MooseX-POE-0.214.0 (06 May 2011)
27 +
28 + 06 May 2011; Kent Fredric <kentfredric@×××××.com> MooseX-POE-0.213.0.ebuild,
29 + +MooseX-POE-0.214.0.ebuild:
30 + Bump, make 0.213 actually install 0.213 not 0.212
31 +
32 *MooseX-POE-0.213.0 (24 Apr 2011)
33
34 24 Apr 2011; Kent Fredric <kentfredric@×××××.com> +MooseX-POE-0.213.0.ebuild:
35
36 diff --git a/dev-perl/MooseX-POE/MooseX-POE-0.213.0.ebuild b/dev-perl/MooseX-POE/MooseX-POE-0.213.0.ebuild
37 index ee22e39..9f6cc1c 100644
38 --- a/dev-perl/MooseX-POE/MooseX-POE-0.213.0.ebuild
39 +++ b/dev-perl/MooseX-POE/MooseX-POE-0.213.0.ebuild
40 @@ -5,7 +5,7 @@
41 EAPI=4
42
43 MODULE_AUTHOR=GETTY
44 -MODULE_VERSION=0.212
45 +MODULE_VERSION=0.213
46 inherit perl-module
47
48 DESCRIPTION="The Illicit Love Child of Moose and POE"
49
50 diff --git a/dev-perl/MooseX-POE/MooseX-POE-0.213.0.ebuild b/dev-perl/MooseX-POE/MooseX-POE-0.214.0.ebuild
51 similarity index 83%
52 copy from dev-perl/MooseX-POE/MooseX-POE-0.213.0.ebuild
53 copy to dev-perl/MooseX-POE/MooseX-POE-0.214.0.ebuild
54 index ee22e39..0ecbf8e 100644
55 --- a/dev-perl/MooseX-POE/MooseX-POE-0.213.0.ebuild
56 +++ b/dev-perl/MooseX-POE/MooseX-POE-0.214.0.ebuild
57 @@ -5,7 +5,7 @@
58 EAPI=4
59
60 MODULE_AUTHOR=GETTY
61 -MODULE_VERSION=0.212
62 +MODULE_VERSION=0.214
63 inherit perl-module
64
65 DESCRIPTION="The Illicit Love Child of Moose and POE"
66 @@ -15,8 +15,8 @@ KEYWORDS="~amd64 ~x86"
67 IUSE="test"
68 comment() { echo ''; }
69 RDEPEND="
70 - >=dev-perl/Moose-0.90 $(comment 0.900.0)
71 - >=dev-perl/POE-1.004 $(comment 1.4.0)
72 + >=dev-perl/Moose-2.0.200
73 + >=dev-perl/POE-1.310.0
74 "
75 DEPEND="${RDEPEND}
76 >=virtual/perl-ExtUtils-MakeMaker-6.31 $(comment 6.310.0)