diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-12-30 11:09:02 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-12-30 11:09:02 +0000 |
commit | 26b962e9b5eb0987e8db6b287b209e22964235c5 (patch) | |
tree | 441215f1918b2c4f03966390675a9b05a9a5cbea /dev-perl/HTML-Mason | |
parent | New ebuild thanks to Daniel Webert <rockoo@gmail.com>, Raul Metsma <zomps@mai... (diff) | |
download | gentoo-2-26b962e9b5eb0987e8db6b287b209e22964235c5.tar.gz gentoo-2-26b962e9b5eb0987e8db6b287b209e22964235c5.tar.bz2 gentoo-2-26b962e9b5eb0987e8db6b287b209e22964235c5.zip |
Scalar-List-Utils migrated to perl-core.
(Portage version: 2.0.53)
Diffstat (limited to 'dev-perl/HTML-Mason')
-rw-r--r-- | dev-perl/HTML-Mason/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/HTML-Mason/HTML-Mason-1.3101.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/HTML-Mason/ChangeLog b/dev-perl/HTML-Mason/ChangeLog index a454b4579cd5..50352c79db50 100644 --- a/dev-perl/HTML-Mason/ChangeLog +++ b/dev-perl/HTML-Mason/ChangeLog @@ -1,6 +1,10 @@ # 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.43 2005/11/09 22:35:04 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.44 2005/12/30 11:09:02 mcummings Exp $ + + 30 Dec 2005; <mcumming@gentoo.org> HTML-Mason-1.26.ebuild, + HTML-Mason-1.3101.ebuild: + Scalar-List-Utils migrated to perl-core. 09 Nov 2005; Chris White <chriswhite@gentoo.org> ChangeLog: But then it gets better.. now I forgot to set the default GPG key.. one more diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild index c6b6e99749f7..b36635900153 100644 --- a/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild +++ b/dev-perl/HTML-Mason/HTML-Mason-1.26.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.26.ebuild,v 1.9 2005/11/09 22:30:17 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild,v 1.10 2005/12/30 11:09:02 mcummings Exp $ inherit perl-module @@ -19,7 +19,7 @@ DEPEND="${DEPEND} >=dev-perl/Params-Validate-0.24-r2 >=dev-perl/Class-Container-0.08 >=dev-perl/Exception-Class-1.14 - dev-perl/Scalar-List-Utils + perl-core/Scalar-List-Utils perl-core/CGI || ( perl-core/File-Spec >=dev-lang/perl-5.8.0-r12 ) >=dev-perl/Cache-Cache-1.01" diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.3101.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.3101.ebuild index a8e1e950bb65..257467b2c596 100644 --- a/dev-perl/HTML-Mason/HTML-Mason-1.3101.ebuild +++ b/dev-perl/HTML-Mason/HTML-Mason-1.3101.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.3101.ebuild,v 1.1 2005/11/09 08:33:47 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.3101.ebuild,v 1.2 2005/12/30 11:09:02 mcummings Exp $ inherit perl-module @@ -31,7 +31,7 @@ DEPEND=" dev-perl/module-build >=dev-perl/Class-Container-0.08 >=dev-perl/Exception-Class-1.14 - dev-perl/Scalar-List-Utils + perl-core/Scalar-List-Utils || ( perl-core/File-Spec >=dev-lang/perl-5.8.0-r12 ) >=dev-perl/Cache-Cache-1.01" |