summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-03-30 16:23:13 +0000
committerTorsten Veller <tove@gentoo.org>2012-03-30 16:23:13 +0000
commit47f73052793c53f6dce517a9b5a888ab2c2a1b8a (patch)
tree0bbb166a2374b215e65391d01ac2127209a94ecd /dev-perl/Moo
parentBlock a Moo blocker (diff)
downloadhistorical-47f73052793c53f6dce517a9b5a888ab2c2a1b8a.tar.gz
historical-47f73052793c53f6dce517a9b5a888ab2c2a1b8a.tar.bz2
historical-47f73052793c53f6dce517a9b5a888ab2c2a1b8a.zip
[bump] dev-perl/Moo-0.9.14
Package-Manager: portage-2.2.0_alpha96/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.14.ebuild30
2 files changed, 36 insertions, 1 deletions
diff --git a/dev-perl/Moo/ChangeLog b/dev-perl/Moo/ChangeLog
index 596e73bb94a1..123cbd98409c 100644
--- a/dev-perl/Moo/ChangeLog
+++ b/dev-perl/Moo/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Moo
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Moo/ChangeLog,v 1.9 2012/03/01 16:17:44 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Moo/ChangeLog,v 1.10 2012/03/30 16:23:13 tove Exp $
+
+*Moo-0.9.14 (30 Mar 2012)
+
+ 30 Mar 2012; Torsten Veller <tove@gentoo.org> +Moo-0.9.14.ebuild:
+ Version bump
01 Mar 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
Add missing cpan remote-id tags in metadata.xml (#406287)
diff --git a/dev-perl/Moo/Moo-0.9.14.ebuild b/dev-perl/Moo/Moo-0.9.14.ebuild
new file mode 100644
index 000000000000..614d619101c5
--- /dev/null
+++ b/dev-perl/Moo/Moo-0.9.14.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Moo/Moo-0.9.14.ebuild,v 1.1 2012/03/30 16:23:13 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=MSTROUT
+MODULE_VERSION=0.009014
+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.70.0
+ >=dev-perl/Module-Runtime-0.13.0
+ >=dev-perl/Role-Tiny-1.0.0
+"
+DEPEND="${RDEPEND}
+ test? (
+ >=dev-perl/Test-Fatal-0.003
+ >=virtual/perl-Test-Simple-0.96
+ )
+"
+
+SRC_TEST=do