diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 14:51:36 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 14:51:36 +0000 |
commit | 3341515b2f9d0901381d13a3c3395a007a0ecfd9 (patch) | |
tree | a851cf8f82de44dc091b72dd2e2e1146261245bf /dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-3341515b2f9d0901381d13a3c3395a007a0ecfd9.tar.gz gentoo-2-3341515b2f9d0901381d13a3c3395a007a0ecfd9.tar.bz2 gentoo-2-3341515b2f9d0901381d13a3c3395a007a0ecfd9.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild')
-rw-r--r-- | dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild b/dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild index 58620edd3ba3..28861dda1650 100644 --- a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild +++ b/dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.13 2006/08/04 23:22:57 mcummings Exp $ +# $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://www.cpan.org/modules/by-module/Class/${P}.readme" +HOMEPAGE="http://search.cpan.org/~evo/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" @@ -20,4 +20,3 @@ src_compile() { perl-module_src_test || die "test failed" } DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |