diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-03-16 16:12:29 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-03-16 16:12:29 +0000 |
commit | e9b0e47301de784308c3e3cf8fe75aa1f3cad21c (patch) | |
tree | 951c5e5388d7df7b267c72b4546bc9ec837a4f90 /dev-perl/Text-Glob | |
parent | style cleanup (diff) | |
download | historical-e9b0e47301de784308c3e3cf8fe75aa1f3cad21c.tar.gz historical-e9b0e47301de784308c3e3cf8fe75aa1f3cad21c.tar.bz2 historical-e9b0e47301de784308c3e3cf8fe75aa1f3cad21c.zip |
module-build dep
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-perl/Text-Glob')
-rw-r--r-- | dev-perl/Text-Glob/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Text-Glob/Text-Glob-0.05.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Text-Glob/Text-Glob-0.06.ebuild | 8 |
3 files changed, 11 insertions, 8 deletions
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 <mcummings@gentoo.org> Text-Glob-0.06.ebuild: + module-build dep 30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : 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" |