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: 584eab878a86f02d4a7c4c8a4dee974cab85dca1
Author: Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 06:15:33 2011 +0000
Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sat May 14 06:15:33 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=584eab87
[bump] dev-perl/MooseX-NonMoose-0.220.0
(Portage version: 2.2.0_alpha32/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
---
dev-perl/MooseX-NonMoose/ChangeLog | 6 ++++
.../MooseX-NonMoose/MooseX-NonMoose-0.220.0.ebuild | 32 ++++++++++++++++++++
2 files changed, 38 insertions(+), 0 deletions(-)
diff --git a/dev-perl/MooseX-NonMoose/ChangeLog b/dev-perl/MooseX-NonMoose/ChangeLog
index f6ef01d..dd8961c 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.220.0 (14 May 2011)
+
+ 14 May 2011; Torsten Veller <tove@g.o>
+ +MooseX-NonMoose-0.220.0.ebuild:
+ Version bump
+
*MooseX-NonMoose-0.210.0 (06 May 2011)
06 May 2011; Kent Fredric <kentfredric@...>
diff --git a/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.220.0.ebuild b/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.220.0.ebuild
new file mode 100644
index 0000000..334ad77
--- /dev/null
+++ b/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.220.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=DOY
+MODULE_VERSION=0.22
+inherit perl-module
+
+DESCRIPTION="easy subclassing of non-Moose classes"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+COMMON_DEPEND="
+ >=dev-perl/Moose-1.15 $(comment 1.150.0)
+ dev-perl/List-MoreUtils
+"
+DEPEND="
+ >=virtual/perl-ExtUtils-MakeMaker-6.31
+ ${COMMON_DEPEND}
+ test? (
+ dev-perl/Test-Fatal
+ >=virtual/perl-Test-Simple-0.88 $(comment 0.880.0)
+ )
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
|
|