diff options
author | Torsten Veller <tove@gentoo.org> | 2009-10-12 12:22:13 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-10-12 12:22:13 +0000 |
commit | 3aa16f9c4ceb5540c9cb9bfd597d34bdac78c78a (patch) | |
tree | 97d9548660ec91d14486bcdd5806bebb4e677436 /dev-perl/MooseX-Getopt | |
parent | Version bump (diff) | |
download | historical-3aa16f9c4ceb5540c9cb9bfd597d34bdac78c78a.tar.gz historical-3aa16f9c4ceb5540c9cb9bfd597d34bdac78c78a.tar.bz2 historical-3aa16f9c4ceb5540c9cb9bfd597d34bdac78c78a.zip |
Cleanup
Package-Manager: portage-2.2_rc45/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/MooseX-Getopt')
-rw-r--r-- | dev-perl/MooseX-Getopt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/MooseX-Getopt/MooseX-Getopt-0.22.ebuild | 23 |
2 files changed, 4 insertions, 24 deletions
diff --git a/dev-perl/MooseX-Getopt/ChangeLog b/dev-perl/MooseX-Getopt/ChangeLog index a0a2a97fd53d..e82b62408b64 100644 --- a/dev-perl/MooseX-Getopt/ChangeLog +++ b/dev-perl/MooseX-Getopt/ChangeLog @@ -1,6 +1,9 @@ # 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.7 2009/10/06 19:26:52 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Getopt/ChangeLog,v 1.8 2009/10/12 11:44:17 tove Exp $ + + 12 Oct 2009; Torsten Veller <tove@gentoo.org> -MooseX-Getopt-0.22.ebuild: + Cleanup *MooseX-Getopt-0.23 (06 Oct 2009) diff --git a/dev-perl/MooseX-Getopt/MooseX-Getopt-0.22.ebuild b/dev-perl/MooseX-Getopt/MooseX-Getopt-0.22.ebuild deleted file mode 100644 index 9baae5f7c428..000000000000 --- a/dev-perl/MooseX-Getopt/MooseX-Getopt-0.22.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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.22.ebuild,v 1.1 2009/09/06 19:19:51 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-0.077 - >=virtual/perl-Getopt-Long-2.37" -DEPEND="${RDEPEND} - test? ( >=dev-perl/Test-Exception-0.21 - >=virtual/perl-Test-Simple-0.62 )" - -SRC_TEST=do |