summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-07-20 10:14:03 +0000
committerTorsten Veller <tove@gentoo.org>2011-07-20 10:14:03 +0000
commit5b9a5de2f14ecbef180c52c767611943dfdc0a71 (patch)
treeb251b8527e38a524e56e1d2ff803c5255eb125b8 /dev-perl/Moo
parent[bump] dev-perl/locale-maketext-lexicon-0.870.0 (diff)
downloadhistorical-5b9a5de2f14ecbef180c52c767611943dfdc0a71.tar.gz
historical-5b9a5de2f14ecbef180c52c767611943dfdc0a71.tar.bz2
historical-5b9a5de2f14ecbef180c52c767611943dfdc0a71.zip
[bump] dev-perl/Moo-0.9.10
Package-Manager: portage-2.2.0_alpha45/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Moo')
-rw-r--r--dev-perl/Moo/ChangeLog7
-rw-r--r--dev-perl/Moo/Moo-0.9.10.ebuild28
2 files changed, 34 insertions, 1 deletions
diff --git a/dev-perl/Moo/ChangeLog b/dev-perl/Moo/ChangeLog
index 49ce0b574da9..aab2ae0b5815 100644
--- a/dev-perl/Moo/ChangeLog
+++ b/dev-perl/Moo/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Moo
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Moo/ChangeLog,v 1.2 2011/06/14 17:29:27 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Moo/ChangeLog,v 1.3 2011/07/20 10:14:03 tove Exp $
+
+*Moo-0.9.10 (20 Jul 2011)
+
+ 20 Jul 2011; Torsten Veller <tove@gentoo.org> +Moo-0.9.10.ebuild:
+ Version bump
14 Jun 2011; Fabian Groffen <grobian@gentoo.org> Moo-0.9.8.ebuild:
Marked ~x86-solaris (#369997) and ~ppc-macos
diff --git a/dev-perl/Moo/Moo-0.9.10.ebuild b/dev-perl/Moo/Moo-0.9.10.ebuild
new file mode 100644
index 000000000000..aac61a9b87d0
--- /dev/null
+++ b/dev-perl/Moo/Moo-0.9.10.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Moo/Moo-0.9.10.ebuild,v 1.1 2011/07/20 10:14:03 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=MSTROUT
+MODULE_VERSION=0.009010
+inherit perl-module
+
+DESCRIPTION="Minimalist Object Orientation (with Moose compatiblity)"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/strictures-1.1.1
+ >=dev-perl/Class-Method-Modifiers-1.50.0
+"
+DEPEND="${RDEPEND}
+ test? (
+ >=dev-perl/Test-Fatal-0.003
+ >=virtual/perl-Test-Simple-0.96
+ )
+"
+
+SRC_TEST=do