diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-14 17:27:53 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-14 17:27:53 +0000 |
commit | fe113e9ec13a210167867fa0e05d4469c769cec2 (patch) | |
tree | 9696f33129847ed937c48b206cbd6d1c14b9e8d3 /dev-perl/MooseX-ClassAttribute | |
parent | Add app-emulation/emul-linux-x86-soundlibs dependency. Bug #345235 (diff) | |
download | historical-fe113e9ec13a210167867fa0e05d4469c769cec2.tar.gz historical-fe113e9ec13a210167867fa0e05d4469c769cec2.tar.bz2 historical-fe113e9ec13a210167867fa0e05d4469c769cec2.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha15/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/MooseX-ClassAttribute')
3 files changed, 6 insertions, 49 deletions
diff --git a/dev-perl/MooseX-ClassAttribute/ChangeLog b/dev-perl/MooseX-ClassAttribute/ChangeLog index 132a43ff620f..f1306562a8b6 100644 --- a/dev-perl/MooseX-ClassAttribute/ChangeLog +++ b/dev-perl/MooseX-ClassAttribute/ChangeLog @@ -1,6 +1,10 @@ # 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.12 2010/10/31 09:32:51 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-ClassAttribute/ChangeLog,v 1.13 2011/01/14 16:59:44 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> + -MooseX-ClassAttribute-0.16.ebuild, -MooseX-ClassAttribute-0.20.ebuild: + Cleanup *MooseX-ClassAttribute-0.21 (31 Oct 2010) diff --git a/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.16.ebuild b/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.16.ebuild deleted file mode 100644 index 5a6dbc691a5a..000000000000 --- a/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.16.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-ClassAttribute/MooseX-ClassAttribute-0.16.ebuild,v 1.1 2010/07/16 07:10:12 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-0.98 - dev-perl/namespace-autoclean" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.31 - test? ( >=virtual/perl-Test-Simple-0.88 )" - -SRC_TEST=do diff --git a/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.20.ebuild b/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.20.ebuild deleted file mode 100644 index 5214ce2a21d4..000000000000 --- a/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.20.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-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 |