diff options
Diffstat (limited to 'dev-perl/HTML-Mason')
-rw-r--r-- | dev-perl/HTML-Mason/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/HTML-Mason/HTML-Mason-1.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/HTML-Mason/ChangeLog b/dev-perl/HTML-Mason/ChangeLog index 9902e6bc6e73..e03e159772c7 100644 --- a/dev-perl/HTML-Mason/ChangeLog +++ b/dev-perl/HTML-Mason/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/HTML-Mason # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.28 2005/05/24 14:27:58 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.29 2005/05/25 13:41:09 mcummings Exp $ + + 25 May 2005; Michael Cummings <mcummings@gentoo.org> HTML-Mason-1.20.ebuild: + dev-perl/File-Spec => perl-core/File-Spec migration 24 May 2005; Michael Cummings <mcummings@gentoo.org> HTML-Mason-1.20.ebuild, HTML-Mason-1.22.ebuild, HTML-Mason-1.25.ebuild, HTML-Mason-1.26.ebuild, diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.20.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.20.ebuild index 73d5f8e526a5..7ebff717e30c 100644 --- a/dev-perl/HTML-Mason/HTML-Mason-1.20.ebuild +++ b/dev-perl/HTML-Mason/HTML-Mason-1.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.20.ebuild,v 1.13 2005/05/24 14:27:58 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.20.ebuild,v 1.14 2005/05/25 13:41:09 mcummings Exp $ inherit perl-module @@ -20,7 +20,7 @@ DEPEND="${DEPEND} >=dev-perl/Exception-Class-1.07 dev-perl/Scalar-List-Utils perl-core/CGI - || ( dev-perl/File-Spec >=dev-lang/perl-5.8.0-r12 ) + || ( perl-core/File-Spec >=dev-lang/perl-5.8.0-r12 ) >=dev-perl/Cache-Cache-1.01" mydoc="CREDITS UPGRADE" |