diff options
author | Torsten Veller <tove@gentoo.org> | 2008-10-27 15:29:58 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-10-27 15:29:58 +0000 |
commit | baf1f009d43f8b18a98d8f782dd83ec31924d4d1 (patch) | |
tree | 322f2fd45a427b70076a3e528b3f36db04f4f809 /dev-perl/Class-MakeMethods | |
parent | Version bump, removes some crashes and saves some bandwidth (diff) | |
download | gentoo-2-baf1f009d43f8b18a98d8f782dd83ec31924d4d1.tar.gz gentoo-2-baf1f009d43f8b18a98d8f782dd83ec31924d4d1.tar.bz2 gentoo-2-baf1f009d43f8b18a98d8f782dd83ec31924d4d1.zip |
Cleanup
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/Class-MakeMethods')
-rw-r--r-- | dev-perl/Class-MakeMethods/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild | 5 |
3 files changed, 8 insertions, 27 deletions
diff --git a/dev-perl/Class-MakeMethods/ChangeLog b/dev-perl/Class-MakeMethods/ChangeLog index 9120538d649e..95e831f9a9bb 100644 --- a/dev-perl/Class-MakeMethods/ChangeLog +++ b/dev-perl/Class-MakeMethods/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Class-MakeMethods -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MakeMethods/ChangeLog,v 1.30 2007/07/05 14:08:25 armin76 Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MakeMethods/ChangeLog,v 1.31 2008/10/27 15:29:58 tove Exp $ + + 27 Oct 2008; Torsten Veller <tove@gentoo.org> + -Class-MakeMethods-1.009.ebuild: + Cleanup 05 Jul 2007; Raúl Porcel <armin76@gentoo.org> Class-MakeMethods-1.01.ebuild: diff --git a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild b/dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild deleted file mode 100644 index 28861dda1650..000000000000 --- a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild,v 1.14 2007/01/15 14:51:36 mcummings Exp $ - -inherit perl-module - -DESCRIPTION="Automated method creation module for Perl" -SRC_URI="mirror://cpan/modules/by-module/Class/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~evo/" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" -IUSE="" - -SRC_TEST="do" - -src_compile() { - perl-module_src_compile - perl-module_src_test || die "test failed" -} -DEPEND="dev-lang/perl" diff --git a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild b/dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild index 1b134699c4d5..d2ad40525505 100644 --- a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild +++ b/dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild,v 1.11 2007/07/05 14:08:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild,v 1.12 2008/10/27 15:29:58 tove Exp $ +MODULE_AUTHOR=EVO inherit perl-module DESCRIPTION="Automated method creation module for Perl" -SRC_URI="mirror://cpan/authors/id/E/EV/EVO/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~evo/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" |