diff options
author | Torsten Veller <tove@gentoo.org> | 2010-10-31 09:32:51 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-10-31 09:32:51 +0000 |
commit | 1bb4d9dd8222302d67287ca8ed4baba5e2942bf3 (patch) | |
tree | c9e498fcc66cc11f2053da92907c6bc4f2599383 /dev-perl | |
parent | Version bump. Enables extensions use flag by default as that's the upstream d... (diff) | |
download | gentoo-2-1bb4d9dd8222302d67287ca8ed4baba5e2942bf3.tar.gz gentoo-2-1bb4d9dd8222302d67287ca8ed4baba5e2942bf3.tar.bz2 gentoo-2-1bb4d9dd8222302d67287ca8ed4baba5e2942bf3.zip |
Version bump
(Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/MooseX-ClassAttribute/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.21.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/MooseX-ClassAttribute/ChangeLog b/dev-perl/MooseX-ClassAttribute/ChangeLog index 2dc1de7d21ff..132a43ff620f 100644 --- a/dev-perl/MooseX-ClassAttribute/ChangeLog +++ b/dev-perl/MooseX-ClassAttribute/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/MooseX-ClassAttribute # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-ClassAttribute/ChangeLog,v 1.11 2010/10/09 07:40:35 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-ClassAttribute/ChangeLog,v 1.12 2010/10/31 09:32:51 tove Exp $ + +*MooseX-ClassAttribute-0.21 (31 Oct 2010) + + 31 Oct 2010; Torsten Veller <tove@gentoo.org> + +MooseX-ClassAttribute-0.21.ebuild: + Version bump *MooseX-ClassAttribute-0.20 (09 Oct 2010) diff --git a/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.21.ebuild b/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.21.ebuild new file mode 100644 index 000000000000..9c55b387100d --- /dev/null +++ b/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.21.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.21.ebuild,v 1.1 2010/10/31 09:32:51 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=DROLSKY +inherit perl-module + +DESCRIPTION="Declare class attributes Moose-style" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=">=dev-perl/Moose-1.15 + dev-perl/namespace-autoclean" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.31 + test? ( >=virtual/perl-Test-Simple-0.88 + dev-perl/Test-Fatal + >=dev-perl/Test-Requires-0.05 )" + +SRC_TEST=do |