diff options
author | Torsten Veller <tove@gentoo.org> | 2013-02-10 08:55:00 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2013-02-10 08:55:00 +0000 |
commit | 54722207851d5c580a3822b27eff3b520c56e929 (patch) | |
tree | 2f2d7a63b7c515789883cc8546120ac7f0a6e193 /dev-perl | |
parent | Move prism54-firmware to it's own mask because of missing license. Unmask ipw... (diff) | |
download | gentoo-2-54722207851d5c580a3822b27eff3b520c56e929.tar.gz gentoo-2-54722207851d5c580a3822b27eff3b520c56e929.tar.bz2 gentoo-2-54722207851d5c580a3822b27eff3b520c56e929.zip |
[bump] dev-perl/Moo-1.0.8
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Moo/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Moo/Moo-1.0.8.ebuild | 31 |
2 files changed, 37 insertions, 1 deletions
diff --git a/dev-perl/Moo/ChangeLog b/dev-perl/Moo/ChangeLog index e14961871297..591da3b6895e 100644 --- a/dev-perl/Moo/ChangeLog +++ b/dev-perl/Moo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Moo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Moo/ChangeLog,v 1.27 2013/01/06 18:45:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Moo/ChangeLog,v 1.28 2013/02/10 08:55:00 tove Exp $ + +*Moo-1.0.8 (10 Feb 2013) + + 10 Feb 2013; Torsten Veller <tove@gentoo.org> +Moo-1.0.8.ebuild: + Version bump 06 Jan 2013; Torsten Veller <tove@gentoo.org> -Moo-1.0.3.ebuild, -Moo-1.0.4.ebuild, -Moo-1.0.5.ebuild: diff --git a/dev-perl/Moo/Moo-1.0.8.ebuild b/dev-perl/Moo/Moo-1.0.8.ebuild new file mode 100644 index 000000000000..47bf1a6302bb --- /dev/null +++ b/dev-perl/Moo/Moo-1.0.8.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Moo/Moo-1.0.8.ebuild,v 1.1 2013/02/10 08:55:00 tove Exp $ + +EAPI=5 + +MODULE_AUTHOR=MSTROUT +MODULE_VERSION=1.000008 +inherit perl-module + +DESCRIPTION="Minimalist Object Orientation (with Moose compatiblity)" + +SLOT="0" +KEYWORDS="~amd64 ~x86 ~ppc-aix ~ppc-macos ~x86-solaris" +IUSE="test" + +RDEPEND=" + >=dev-perl/Class-Method-Modifiers-1.100.0 + >=dev-perl/Devel-GlobalDestruction-0.90.0 + >=dev-perl/Module-Runtime-0.12.0 + >=dev-perl/Role-Tiny-1.2.4 + >=dev-perl/strictures-1.4.3 +" +DEPEND="${RDEPEND} + test? ( + >=dev-perl/Test-Fatal-0.3.0 + >=virtual/perl-Test-Simple-0.96 + ) +" + +SRC_TEST=do |