diff options
author | Torsten Veller <tove@gentoo.org> | 2010-08-15 18:47:49 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-08-15 18:47:49 +0000 |
commit | 7c46a1241144040990b3f969c82cefadb225a80e (patch) | |
tree | 1a8c18d729e950d0bb19ce857485c91cf094a808 /dev-perl/MooseX-Getopt | |
parent | Cleanup (diff) | |
download | gentoo-2-7c46a1241144040990b3f969c82cefadb225a80e.tar.gz gentoo-2-7c46a1241144040990b3f969c82cefadb225a80e.tar.bz2 gentoo-2-7c46a1241144040990b3f969c82cefadb225a80e.zip |
Cleanup
(Portage version: 2.2_rc67_p525/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/MooseX-Getopt')
-rw-r--r-- | dev-perl/MooseX-Getopt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/MooseX-Getopt/MooseX-Getopt-0.27.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/MooseX-Getopt/MooseX-Getopt-0.28.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/MooseX-Getopt/MooseX-Getopt-0.29.ebuild | 24 |
4 files changed, 5 insertions, 72 deletions
diff --git a/dev-perl/MooseX-Getopt/ChangeLog b/dev-perl/MooseX-Getopt/ChangeLog index dd087c43468e..e5f9d4f0efc7 100644 --- a/dev-perl/MooseX-Getopt/ChangeLog +++ b/dev-perl/MooseX-Getopt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/MooseX-Getopt # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Getopt/ChangeLog,v 1.17 2010/07/16 07:03:35 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Getopt/ChangeLog,v 1.18 2010/08/15 18:47:49 tove Exp $ + + 15 Aug 2010; Torsten Veller <tove@gentoo.org> -MooseX-Getopt-0.27.ebuild, + -MooseX-Getopt-0.28.ebuild, -MooseX-Getopt-0.29.ebuild: + Cleanup *MooseX-Getopt-0.31 (16 Jul 2010) diff --git a/dev-perl/MooseX-Getopt/MooseX-Getopt-0.27.ebuild b/dev-perl/MooseX-Getopt/MooseX-Getopt-0.27.ebuild deleted file mode 100644 index 1ac09d1ec9f2..000000000000 --- a/dev-perl/MooseX-Getopt/MooseX-Getopt-0.27.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 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.27.ebuild,v 1.1 2010/03/03 17:15:50 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=FLORA -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.081 - >=virtual/perl-Getopt-Long-2.37" -DEPEND="${RDEPEND} - test? ( >=dev-perl/Test-Exception-0.21 - >=virtual/perl-Test-Simple-0.62 )" - -SRC_TEST=do diff --git a/dev-perl/MooseX-Getopt/MooseX-Getopt-0.28.ebuild b/dev-perl/MooseX-Getopt/MooseX-Getopt-0.28.ebuild deleted file mode 100644 index 636a26a58622..000000000000 --- a/dev-perl/MooseX-Getopt/MooseX-Getopt-0.28.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2010 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.28.ebuild,v 1.1 2010/06/06 12:40:53 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=FLORA -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.081 - >=virtual/perl-Getopt-Long-2.37" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.31 - test? ( >=dev-perl/Test-Exception-0.21 - >=virtual/perl-Test-Simple-0.62 )" - -SRC_TEST=do diff --git a/dev-perl/MooseX-Getopt/MooseX-Getopt-0.29.ebuild b/dev-perl/MooseX-Getopt/MooseX-Getopt-0.29.ebuild deleted file mode 100644 index cd5758a1abb8..000000000000 --- a/dev-perl/MooseX-Getopt/MooseX-Getopt-0.29.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2010 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.29.ebuild,v 1.1 2010/06/16 07:31:45 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=FLORA -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.081 - >=virtual/perl-Getopt-Long-2.37" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.31 - test? ( >=dev-perl/Test-Exception-0.21 - >=virtual/perl-Test-Simple-0.62 )" - -SRC_TEST=do |