diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-12-30 11:01:06 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-12-30 11:01:06 +0000 |
commit | 0efcec4b9484909e204536ca142f7fc4271905c6 (patch) | |
tree | 1b76a0d821948050b80c03591d4245b42975fd99 /dev-perl/Class-Container | |
parent | Scalar-List-Utils migrated to perl-core (diff) | |
download | gentoo-2-0efcec4b9484909e204536ca142f7fc4271905c6.tar.gz gentoo-2-0efcec4b9484909e204536ca142f7fc4271905c6.tar.bz2 gentoo-2-0efcec4b9484909e204536ca142f7fc4271905c6.zip |
Scalar-List-Utils migrated to perl-core. Marking 0.12 stable sparc and x86.
(Portage version: 2.0.53)
Diffstat (limited to 'dev-perl/Class-Container')
-rw-r--r-- | dev-perl/Class-Container/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Class-Container/Class-Container-0.11.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Class-Container/Class-Container-0.12.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-perl/Class-Container/ChangeLog b/dev-perl/Class-Container/ChangeLog index 73a11cc51b3b..73498fe96916 100644 --- a/dev-perl/Class-Container/ChangeLog +++ b/dev-perl/Class-Container/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Class-Container # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Container/ChangeLog,v 1.18 2005/08/26 02:13:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Container/ChangeLog,v 1.19 2005/12/30 11:01:06 mcummings Exp $ + + 30 Dec 2005; <mcumming@gentoo.org> Class-Container-0.11.ebuild, + Class-Container-0.12.ebuild: + Scalar-List-Utils migrated to perl-core. Marking 0.12 stable sparc and x86. 26 Aug 2005; Aron Griffis <agriffis@gentoo.org> Class-Container-0.12.ebuild: diff --git a/dev-perl/Class-Container/Class-Container-0.11.ebuild b/dev-perl/Class-Container/Class-Container-0.11.ebuild index f97365698d77..2d4988c5b538 100644 --- a/dev-perl/Class-Container/Class-Container-0.11.ebuild +++ b/dev-perl/Class-Container/Class-Container-0.11.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/Class-Container/Class-Container-0.11.ebuild,v 1.10 2005/04/01 17:38:34 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Container/Class-Container-0.11.ebuild,v 1.11 2005/12/30 11:01:06 mcummings Exp $ inherit perl-module @@ -16,4 +16,4 @@ IUSE="" DEPEND="${DEPEND} dev-perl/module-build >=dev-perl/Params-Validate-0.24-r1 - >=dev-perl/Scalar-List-Utils-1.08" + >=perl-core/Scalar-List-Utils-1.08" diff --git a/dev-perl/Class-Container/Class-Container-0.12.ebuild b/dev-perl/Class-Container/Class-Container-0.12.ebuild index 130af58249dc..97a0b387d936 100644 --- a/dev-perl/Class-Container/Class-Container-0.12.ebuild +++ b/dev-perl/Class-Container/Class-Container-0.12.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/Class-Container/Class-Container-0.12.ebuild,v 1.2 2005/08/26 02:13:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Container/Class-Container-0.12.ebuild,v 1.3 2005/12/30 11:01:06 mcummings Exp $ inherit perl-module @@ -10,10 +10,10 @@ HOMEPAGE="http://search.cpan.org/~kwilliams/${P}" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc sparc x86" IUSE="" DEPEND="${DEPEND} dev-perl/module-build >=dev-perl/Params-Validate-0.24-r1 - >=dev-perl/Scalar-List-Utils-1.08" + >=perl-core/Scalar-List-Utils-1.08" |