diff options
author | 2009-08-28 07:39:54 +0000 | |
---|---|---|
committer | 2009-08-28 07:39:54 +0000 | |
commit | abcfcb64b27c451803128c8c7cbc604307fda7c7 (patch) | |
tree | a0406b3b50f965d43f8fd45e32a401275b8df3c5 /dev-perl | |
parent | Version bump (diff) | |
download | gentoo-2-abcfcb64b27c451803128c8c7cbc604307fda7c7.tar.gz gentoo-2-abcfcb64b27c451803128c8c7cbc604307fda7c7.tar.bz2 gentoo-2-abcfcb64b27c451803128c8c7cbc604307fda7c7.zip |
Version bump
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/MooseX-Getopt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/MooseX-Getopt/MooseX-Getopt-0.21.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/MooseX-Getopt/ChangeLog b/dev-perl/MooseX-Getopt/ChangeLog index bae285aa91c1..1d45c52db566 100644 --- a/dev-perl/MooseX-Getopt/ChangeLog +++ b/dev-perl/MooseX-Getopt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/MooseX-Getopt # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Getopt/ChangeLog,v 1.3 2009/07/10 13:45:44 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Getopt/ChangeLog,v 1.4 2009/08/28 07:39:54 tove Exp $ + +*MooseX-Getopt-0.21 (28 Aug 2009) + + 28 Aug 2009; Torsten Veller <tove@gentoo.org> +MooseX-Getopt-0.21.ebuild: + Version bump *MooseX-Getopt-0.20 (10 Jul 2009) diff --git a/dev-perl/MooseX-Getopt/MooseX-Getopt-0.21.ebuild b/dev-perl/MooseX-Getopt/MooseX-Getopt-0.21.ebuild new file mode 100644 index 000000000000..17abd250f013 --- /dev/null +++ b/dev-perl/MooseX-Getopt/MooseX-Getopt-0.21.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Getopt/MooseX-Getopt-0.21.ebuild,v 1.1 2009/08/28 07:39:54 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=BOBTFISH +inherit perl-module + +DESCRIPTION="A Moose role for processing command line options" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=">=dev-perl/Moose-0.56 + dev-perl/Getopt-Long-Descriptive + >=virtual/perl-Getopt-Long-2.37" +DEPEND="${RDEPEND} + test? ( >=dev-perl/Test-Exception-0.21 + >=virtual/perl-Test-Simple-0.62 )" + +SRC_TEST=do |