diff options
author | Torsten Veller <tove@gentoo.org> | 2010-10-09 07:40:35 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-10-09 07:40:35 +0000 |
commit | decefdc9fbafc69e202f9470989fa7f7092e7416 (patch) | |
tree | 3d5f32818d72a3932a5c7efaecef1eab484e666c /dev-perl/MooseX-ClassAttribute | |
parent | Depend on rspec-1. (diff) | |
download | gentoo-2-decefdc9fbafc69e202f9470989fa7f7092e7416.tar.gz gentoo-2-decefdc9fbafc69e202f9470989fa7f7092e7416.tar.bz2 gentoo-2-decefdc9fbafc69e202f9470989fa7f7092e7416.zip |
Version bump
(Portage version: 2.2_rc89/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/MooseX-ClassAttribute')
-rw-r--r-- | dev-perl/MooseX-ClassAttribute/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.20.ebuild | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/MooseX-ClassAttribute/ChangeLog b/dev-perl/MooseX-ClassAttribute/ChangeLog index 72ff4c517e8e..2dc1de7d21ff 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.10 2010/08/15 18:46:47 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-ClassAttribute/ChangeLog,v 1.11 2010/10/09 07:40:35 tove Exp $ + +*MooseX-ClassAttribute-0.20 (09 Oct 2010) + + 09 Oct 2010; Torsten Veller <tove@gentoo.org> + +MooseX-ClassAttribute-0.20.ebuild: + Version bump 15 Aug 2010; Torsten Veller <tove@gentoo.org> -MooseX-ClassAttribute-0.13.ebuild: diff --git a/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.20.ebuild b/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.20.ebuild new file mode 100644 index 000000000000..5214ce2a21d4 --- /dev/null +++ b/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.20.ebuild @@ -0,0 +1,24 @@ +# 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.20.ebuild,v 1.1 2010/10/09 07:40:35 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-Requires-0.05 )" + +SRC_TEST=do |