public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Moose/
Date: Tue,  1 Mar 2011 22:04:55 +0000 (UTC)	[thread overview]
Message-ID: <5c27aa6e6a888176bd778f27aeee54fa087bc33b.kent@gentoo> (raw)

commit:     5c27aa6e6a888176bd778f27aeee54fa087bc33b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar  1 22:03:50 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar  1 22:03:50 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5c27aa6e

[newversion] Moose-1.990.300_rc

(Portage version: 2.2.0_alpha25/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Moose/ChangeLog                 |    5 ++
 dev-perl/Moose/Moose-1.990.300_rc.ebuild |   91 ++++++++++++++++++++++++++++++
 2 files changed, 96 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Moose/ChangeLog b/dev-perl/Moose/ChangeLog
index 28d0eb2..508ca35 100644
--- a/dev-perl/Moose/ChangeLog
+++ b/dev-perl/Moose/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Moose/ChangeLog,v 1.66 2010/11/27 20:32:09 tove Exp $
 
+*Moose-1.990.300_rc (01 Mar 2011)
+
+  01 Mar 2011; Kent Fredric <kentfredric@gmail.com> +Moose-1.990.300_rc.ebuild:
+  Bump to 1.9903
+
 *Moose-1.990.200_rc-r2 (27 Jan 2011)
 
   27 Jan 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Moose/Moose-1.990.300_rc.ebuild b/dev-perl/Moose/Moose-1.990.300_rc.ebuild
new file mode 100644
index 0000000..de952fa
--- /dev/null
+++ b/dev-perl/Moose/Moose-1.990.300_rc.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+MODULE_VERSION="1.9903-TRIAL"
+MODULE_AUTHOR=DOY
+MODULE_DZIL_TRIAL=1
+#MODULE_AUTHOR=DROLSKY
+#MODULE_AUTHOR=FLORA
+inherit perl-module perl-declaredeps
+
+DESCRIPTION="A postmodern object system for Perl 5"
+
+PATCHES=(
+#	"${FILESDIR}/${MODULE_VERSION}/0001-lazy-default-fix.patch"
+#	"${FILESDIR}/${MODULE_VERSION}/0002-delete-not-undef.patch"
+)
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# Moose::Conflicts source.
+conflict Catalyst 5.800.280
+conflict Devel-REPL 1.003008 # OLD
+#conflict Devel-REPL 1.3.8 # NEW
+conflict Fey 0.360
+conflict Fey-ORM 0.420
+conflict File-ChangeNotify 0.150;
+conflict KiokuDB 0.490;
+conflict Markdent 0.160;
+conflict MooseX-Aliases 0.80;
+conflict MooseX-AlwaysCoerce 0.120;
+conflict MooseX-Attribute-Deflator 1.130;
+conflict MooseX-Attribute-Dependent 1;
+conflict MooseX-Attribute-Prototype 0.100;
+conflict MooseX-AttributeHelpers 0.22;  # OLD
+#conflict MooseX-AttributeHelpers 0.220; # NEW
+conflict MooseX-AttributeInflate 0.20;
+conflict MooseX-ClassAttribute 0.230;   # NEW
+conflict MooseX-Constructor-AllErrors 0.12; # NEW
+conflict MooseX-FollowPBP 0.20;
+conflict MooseX-HasDefaults 0.20;
+conflict MooseX-InstanceTracking 0.40;
+conflict MooseX-LazyRequire 0.50;
+conflict MooseX-NonMoose 0.170;
+conflict MooseX-POE 0.205;
+conflict MooseX-Params-Validate 0.50;
+conflict MooseX-Role-Cmd 0.60;
+conflict MooseX-Role-WithOverloading 0.070;
+conflict MooseX-SemiAffordanceAccessor 0.50;
+conflict MooseX-Singleton 0.250;
+conflict MooseX-StrictConstructor 0.120;  #NEW
+conflict MooseX-Types 0.190;
+conflict MooseX-UndefTolerant 0.40;
+conflict Pod-Elemental 0.93.280;
+conflict namespace-autoclean 0.08; # OLD
+#conflict namespace-autoclean 0.80; # NEw
+hard_conflict Class-MOP;
+
+depend Data-OptList;
+depend Devel-GlobalDestruction;
+depend Eval-Closure
+depend List-MoreUtils 0.120
+depend MRO-Compat 0.05  # OLD VERSION SCHEME
+#depend MRO-Compat 0.50 # NEW VERSION SCHEME
+depend Package-DeprecationManager 0.10    # OLD VERSION SCHEME
+# depend Package-DeprecationManager 0.100 # NEW VERSION SCHEME
+depend Package-Stash 0.210
+depend Package-Stash-XS 0.180
+depend Params-Util 1
+depend-virtual Scalar-List-Utils 1.19   # OLD VERSION SCHEME
+#depend-virtual Scalar-List-Utils 1.190 # NEW VERSION SCHEME
+depend Sub-Exporter 0.980
+depend Sub-Name 0.05  # OLD VERSION SCHEME
+#depend Sub-Name 0.50 # NEW VERSION SCHEME
+depend Try-Tiny 0.20
+
+test-depend-virtual Test-Simple 0.88   # OLD
+#test-depend-virtual Test-Simple 0.880 # NEW
+test-depend 		Test-Fatal 0.001   # OLD
+# test-depend         Test-Fatal 0.1   # NEW
+test-depend 		Test-Requires 0.50
+
+bdepend Dist-CheckConflicts 0.10
+bdepend-virtual ExtUtils-MakeMaker 6.56     # OLD VERSION SCHEME
+# bdepend-virtual ExtUtils-MakeMaker 6.560  # NEW VERSION SCHEME 
+
+ddep_setup;
+
+SRC_TEST=do



             reply	other threads:[~2011-03-01 22:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-01 22:04 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-03-10 22:20 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Moose/ Kent Fredric
2011-03-23  6:19 Kent Fredric
2011-04-02 14:42 Kent Fredric
2011-04-03 12:30 Kent Fredric
2011-04-05 11:17 Kent Fredric
2011-04-13 10:52 Kent Fredric
2011-04-15  5:52 Kent Fredric
2011-04-20 16:25 Kent Fredric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5c27aa6e6a888176bd778f27aeee54fa087bc33b.kent@gentoo \
    --to=kentfredric@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox