Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
commit: f22da4165ebc97bf1f5880764c794532e947431f
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Feb 11 17:26:11 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Feb 11 17:26:11 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f22da416
[bump] MooseX-NonMoose-0.180 ( Moose 2.0 Compatible )
(Portage version: 2.2.0_alpha23/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/MooseX-NonMoose/ChangeLog | 6 ++++
.../MooseX-NonMoose/MooseX-NonMoose-0.180.ebuild | 29 ++++++++++++++++++++
2 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/dev-perl/MooseX-NonMoose/ChangeLog b/dev-perl/MooseX-NonMoose/ChangeLog
index 61bf3bc..be76a18 100644
--- a/dev-perl/MooseX-NonMoose/ChangeLog
+++ b/dev-perl/MooseX-NonMoose/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*MooseX-NonMoose-0.180 (11 Feb 2011)
+
+ 11 Feb 2011; Kent Fredric <kentfredric@...>
+ +MooseX-NonMoose-0.180.ebuild:
+ Bump to a Moose 2.0 compat version :D
+
*MooseX-NonMoose-0.170 (21 Jan 2011)
*MooseX-NonMoose-0.160 (21 Jan 2011)
*MooseX-NonMoose-0.150 (21 Jan 2011)
diff --git a/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.180.ebuild b/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.180.ebuild
new file mode 100644
index 0000000..0d0e829
--- /dev/null
+++ b/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.180.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+MODULE_AUTHOR=DOY
+MODULE_VERSION=0.18
+inherit perl-module
+
+DESCRIPTION="easy subclassing of non-Moose classes"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+COMMON_DEPEND="
+ >=dev-perl/Moose-1.15
+ dev-perl/List-MoreUtils
+"
+DEPEND="
+ >=virtual/perl-ExtUtils-MakeMaker-6.31
+ ${COMMON_DEPEND}
+ test? ( dev-perl/Test-Fatal )
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
|
|