From d3d0b0d3045fd00262f30a55958515cac4f16d8b Mon Sep 17 00:00:00 2001 From: Michael Cummings Date: Wed, 16 Mar 2005 16:12:29 +0000 Subject: module-build dep (Portage version: 2.0.51.19) --- dev-perl/Text-Glob/ChangeLog | 7 +++++-- dev-perl/Text-Glob/Text-Glob-0.05.ebuild | 4 ++-- dev-perl/Text-Glob/Text-Glob-0.06.ebuild | 8 ++++---- 3 files changed, 11 insertions(+), 8 deletions(-) (limited to 'dev-perl/Text-Glob') diff --git a/dev-perl/Text-Glob/ChangeLog b/dev-perl/Text-Glob/ChangeLog index 9ca884731c69..42cc91ae04f9 100644 --- a/dev-perl/Text-Glob/ChangeLog +++ b/dev-perl/Text-Glob/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Text-Glob -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/ChangeLog,v 1.8 2004/12/30 00:42:04 ciaranm Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/ChangeLog,v 1.9 2005/03/16 16:12:29 mcummings Exp $ + + 16 Mar 2005; Michael Cummings Text-Glob-0.06.ebuild: + module-build dep 30 Dec 2004; Ciaran McCreesh : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-perl/Text-Glob/Text-Glob-0.05.ebuild b/dev-perl/Text-Glob/Text-Glob-0.05.ebuild index 72af2230aa2e..a95e185657a2 100644 --- a/dev-perl/Text-Glob/Text-Glob-0.05.ebuild +++ b/dev-perl/Text-Glob/Text-Glob-0.05.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.05.ebuild,v 1.7 2004/10/16 23:57:23 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.05.ebuild,v 1.8 2005/03/16 16:12:29 mcummings Exp $ inherit perl-module diff --git a/dev-perl/Text-Glob/Text-Glob-0.06.ebuild b/dev-perl/Text-Glob/Text-Glob-0.06.ebuild index 74c6bfa23b0d..a84478af301f 100644 --- a/dev-perl/Text-Glob/Text-Glob-0.06.ebuild +++ b/dev-perl/Text-Glob/Text-Glob-0.06.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.06.ebuild,v 1.8 2004/12/22 11:49:05 nigoro Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.06.ebuild,v 1.9 2005/03/16 16:12:29 mcummings Exp $ inherit perl-module DESCRIPTION="Match globbing patterns against text" -SRC_URI="http://www.cpan.org/modules/by-authors/id/R/RC/RCLAMP/${P}.tar.gz" +SRC_URI="mirror://cpan/authors/id/R/RC/RCLAMP/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-authors/id/R/RC/RCLAMP/${P}.readme" SRC_TEST="do" @@ -14,4 +14,4 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="x86 amd64 alpha ~hppa ~ppc sparc ~mips ~ppc64" IUSE="" -DEPEND="dev-perl/Test-Simple" +DEPEND="dev-perl/module-build" -- cgit v1.2.3-65-gdbad