summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-01-19 21:50:58 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-01-19 21:50:58 +0000
commitabe9076a93adbe620de49a8d4e78955659cf208d (patch)
tree1e6e0f82bddf08d1dc3904a3774ada606ee85934 /dev-perl/Class-MethodMaker/Class-MethodMaker-1.11.ebuild
parentEbuild maintenance (diff)
downloadgentoo-2-abe9076a93adbe620de49a8d4e78955659cf208d.tar.gz
gentoo-2-abe9076a93adbe620de49a8d4e78955659cf208d.tar.bz2
gentoo-2-abe9076a93adbe620de49a8d4e78955659cf208d.zip
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/Class-MethodMaker/Class-MethodMaker-1.11.ebuild')
-rw-r--r--dev-perl/Class-MethodMaker/Class-MethodMaker-1.11.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-perl/Class-MethodMaker/Class-MethodMaker-1.11.ebuild b/dev-perl/Class-MethodMaker/Class-MethodMaker-1.11.ebuild
index 9b0e98edeb90..9de6af4d66db 100644
--- a/dev-perl/Class-MethodMaker/Class-MethodMaker-1.11.ebuild
+++ b/dev-perl/Class-MethodMaker/Class-MethodMaker-1.11.ebuild
@@ -1,11 +1,11 @@
-# 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-MethodMaker/Class-MethodMaker-1.11.ebuild,v 1.13 2006/08/04 23:29:44 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MethodMaker/Class-MethodMaker-1.11.ebuild,v 1.14 2007/01/19 21:50:58 mcummings Exp $
inherit perl-module
DESCRIPTION="Perl module for Class::MethodMaker"
-HOMEPAGE="http://search.cpan.org/author/FLUFFY/${P}"
+HOMEPAGE="http://search.cpan.org/~fluffy"
SRC_URI="mirror://cpan/authors/id/F/FL/FLUFFY/${P}.tar.gz"
LICENSE="Artistic"
@@ -13,6 +13,6 @@ SLOT="0"
KEYWORDS="x86 ppc sparc alpha hppa ia64 amd64"
IUSE=""
-DEPEND=">=dev-perl/module-build-0.28
- dev-lang/perl"
-RDEPEND="${DEPEND}"
+RDEPEND="dev-lang/perl"
+DEPEND="${RDEPEND}
+ >=dev-perl/module-build-0.28"