diff options
author | Torsten Veller <tove@gentoo.org> | 2009-03-13 12:30:08 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-03-13 12:30:08 +0000 |
commit | bb3e8131669536b9675014fab7f4a3bb9c36d994 (patch) | |
tree | cf8f005c5cb8fd5a326a0dc501ce8926c2f0eac4 /dev-perl/Class-MethodMaker | |
parent | Cleanup (diff) | |
download | gentoo-2-bb3e8131669536b9675014fab7f4a3bb9c36d994.tar.gz gentoo-2-bb3e8131669536b9675014fab7f4a3bb9c36d994.tar.bz2 gentoo-2-bb3e8131669536b9675014fab7f4a3bb9c36d994.zip |
Cleanup
(Portage version: 2.2_rc24/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Class-MethodMaker')
-rw-r--r-- | dev-perl/Class-MethodMaker/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Class-MethodMaker/Class-MethodMaker-2.11.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Class-MethodMaker/Class-MethodMaker-2.13.ebuild | 18 |
3 files changed, 5 insertions, 40 deletions
diff --git a/dev-perl/Class-MethodMaker/ChangeLog b/dev-perl/Class-MethodMaker/ChangeLog index 9d27acc7013e..464ac30c1ad5 100644 --- a/dev-perl/Class-MethodMaker/ChangeLog +++ b/dev-perl/Class-MethodMaker/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Class-MethodMaker # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MethodMaker/ChangeLog,v 1.57 2009/02/15 07:51:34 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MethodMaker/ChangeLog,v 1.58 2009/03/13 12:30:08 tove Exp $ + + 13 Mar 2009; Torsten Veller <tove@gentoo.org> + -Class-MethodMaker-2.11.ebuild, -Class-MethodMaker-2.13.ebuild: + Cleanup *Class-MethodMaker-2.15 (15 Feb 2009) diff --git a/dev-perl/Class-MethodMaker/Class-MethodMaker-2.11.ebuild b/dev-perl/Class-MethodMaker/Class-MethodMaker-2.11.ebuild deleted file mode 100644 index c400072e6cfd..000000000000 --- a/dev-perl/Class-MethodMaker/Class-MethodMaker-2.11.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MethodMaker/Class-MethodMaker-2.11.ebuild,v 1.5 2008/11/18 14:37:41 tove Exp $ - -inherit perl-module eutils - -DESCRIPTION="Perl module for Class::MethodMaker" -HOMEPAGE="http://search.cpan.org/~schwigon" -SRC_URI="mirror://cpan/authors/id/S/SC/SCHWIGON/class-methodmaker/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha ~amd64 arm ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -SRC_TEST="do" -PREFER_BUILDPL="no" - -RDEPEND="dev-lang/perl" -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.28" diff --git a/dev-perl/Class-MethodMaker/Class-MethodMaker-2.13.ebuild b/dev-perl/Class-MethodMaker/Class-MethodMaker-2.13.ebuild deleted file mode 100644 index 1ed586baa270..000000000000 --- a/dev-perl/Class-MethodMaker/Class-MethodMaker-2.13.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MethodMaker/Class-MethodMaker-2.13.ebuild,v 1.2 2008/12/08 09:47:14 tove Exp $ - -MODULE_AUTHOR=SCHWIGON -MODULE_SECTION=class-methodmaker -inherit perl-module eutils - -DESCRIPTION="Perl module for Class::MethodMaker" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" |