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/Moose/
Date: Tue, 01 Mar 2011 22:05:06
Message-Id: 5c27aa6e6a888176bd778f27aeee54fa087bc33b.kent@gentoo
1 commit: 5c27aa6e6a888176bd778f27aeee54fa087bc33b
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 1 22:03:50 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Mar 1 22:03:50 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5c27aa6e
7
8 [newversion] Moose-1.990.300_rc
9
10 (Portage version: 2.2.0_alpha25/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/Moose/ChangeLog | 5 ++
14 dev-perl/Moose/Moose-1.990.300_rc.ebuild | 91 ++++++++++++++++++++++++++++++
15 2 files changed, 96 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Moose/ChangeLog b/dev-perl/Moose/ChangeLog
18 index 28d0eb2..508ca35 100644
19 --- a/dev-perl/Moose/ChangeLog
20 +++ b/dev-perl/Moose/ChangeLog
21 @@ -2,6 +2,11 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Moose/ChangeLog,v 1.66 2010/11/27 20:32:09 tove Exp $
24
25 +*Moose-1.990.300_rc (01 Mar 2011)
26 +
27 + 01 Mar 2011; Kent Fredric <kentfredric@×××××.com> +Moose-1.990.300_rc.ebuild:
28 + Bump to 1.9903
29 +
30 *Moose-1.990.200_rc-r2 (27 Jan 2011)
31
32 27 Jan 2011; Kent Fredric <kentfredric@×××××.com>
33
34 diff --git a/dev-perl/Moose/Moose-1.990.300_rc.ebuild b/dev-perl/Moose/Moose-1.990.300_rc.ebuild
35 new file mode 100644
36 index 0000000..de952fa
37 --- /dev/null
38 +++ b/dev-perl/Moose/Moose-1.990.300_rc.ebuild
39 @@ -0,0 +1,91 @@
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 +MODULE_VERSION="1.9903-TRIAL"
46 +MODULE_AUTHOR=DOY
47 +MODULE_DZIL_TRIAL=1
48 +#MODULE_AUTHOR=DROLSKY
49 +#MODULE_AUTHOR=FLORA
50 +inherit perl-module perl-declaredeps
51 +
52 +DESCRIPTION="A postmodern object system for Perl 5"
53 +
54 +PATCHES=(
55 +# "${FILESDIR}/${MODULE_VERSION}/0001-lazy-default-fix.patch"
56 +# "${FILESDIR}/${MODULE_VERSION}/0002-delete-not-undef.patch"
57 +)
58 +SLOT="0"
59 +KEYWORDS="~amd64 ~x86"
60 +IUSE=""
61 +
62 +# Moose::Conflicts source.
63 +conflict Catalyst 5.800.280
64 +conflict Devel-REPL 1.003008 # OLD
65 +#conflict Devel-REPL 1.3.8 # NEW
66 +conflict Fey 0.360
67 +conflict Fey-ORM 0.420
68 +conflict File-ChangeNotify 0.150;
69 +conflict KiokuDB 0.490;
70 +conflict Markdent 0.160;
71 +conflict MooseX-Aliases 0.80;
72 +conflict MooseX-AlwaysCoerce 0.120;
73 +conflict MooseX-Attribute-Deflator 1.130;
74 +conflict MooseX-Attribute-Dependent 1;
75 +conflict MooseX-Attribute-Prototype 0.100;
76 +conflict MooseX-AttributeHelpers 0.22; # OLD
77 +#conflict MooseX-AttributeHelpers 0.220; # NEW
78 +conflict MooseX-AttributeInflate 0.20;
79 +conflict MooseX-ClassAttribute 0.230; # NEW
80 +conflict MooseX-Constructor-AllErrors 0.12; # NEW
81 +conflict MooseX-FollowPBP 0.20;
82 +conflict MooseX-HasDefaults 0.20;
83 +conflict MooseX-InstanceTracking 0.40;
84 +conflict MooseX-LazyRequire 0.50;
85 +conflict MooseX-NonMoose 0.170;
86 +conflict MooseX-POE 0.205;
87 +conflict MooseX-Params-Validate 0.50;
88 +conflict MooseX-Role-Cmd 0.60;
89 +conflict MooseX-Role-WithOverloading 0.070;
90 +conflict MooseX-SemiAffordanceAccessor 0.50;
91 +conflict MooseX-Singleton 0.250;
92 +conflict MooseX-StrictConstructor 0.120; #NEW
93 +conflict MooseX-Types 0.190;
94 +conflict MooseX-UndefTolerant 0.40;
95 +conflict Pod-Elemental 0.93.280;
96 +conflict namespace-autoclean 0.08; # OLD
97 +#conflict namespace-autoclean 0.80; # NEw
98 +hard_conflict Class-MOP;
99 +
100 +depend Data-OptList;
101 +depend Devel-GlobalDestruction;
102 +depend Eval-Closure
103 +depend List-MoreUtils 0.120
104 +depend MRO-Compat 0.05 # OLD VERSION SCHEME
105 +#depend MRO-Compat 0.50 # NEW VERSION SCHEME
106 +depend Package-DeprecationManager 0.10 # OLD VERSION SCHEME
107 +# depend Package-DeprecationManager 0.100 # NEW VERSION SCHEME
108 +depend Package-Stash 0.210
109 +depend Package-Stash-XS 0.180
110 +depend Params-Util 1
111 +depend-virtual Scalar-List-Utils 1.19 # OLD VERSION SCHEME
112 +#depend-virtual Scalar-List-Utils 1.190 # NEW VERSION SCHEME
113 +depend Sub-Exporter 0.980
114 +depend Sub-Name 0.05 # OLD VERSION SCHEME
115 +#depend Sub-Name 0.50 # NEW VERSION SCHEME
116 +depend Try-Tiny 0.20
117 +
118 +test-depend-virtual Test-Simple 0.88 # OLD
119 +#test-depend-virtual Test-Simple 0.880 # NEW
120 +test-depend Test-Fatal 0.001 # OLD
121 +# test-depend Test-Fatal 0.1 # NEW
122 +test-depend Test-Requires 0.50
123 +
124 +bdepend Dist-CheckConflicts 0.10
125 +bdepend-virtual ExtUtils-MakeMaker 6.56 # OLD VERSION SCHEME
126 +# bdepend-virtual ExtUtils-MakeMaker 6.560 # NEW VERSION SCHEME
127 +
128 +ddep_setup;
129 +
130 +SRC_TEST=do