diff options
author | 2005-01-21 20:28:24 +0000 | |
---|---|---|
committer | 2005-01-21 20:28:24 +0000 | |
commit | baf7ab8578568b55089abde4e4c52781674ad0ba (patch) | |
tree | 3bb398337dd4dcacfa8c0fbfcf71b9773ad1fa22 /dev-perl/Scalar-List-Utils | |
parent | Stable on sparc (diff) | |
download | gentoo-2-baf7ab8578568b55089abde4e4c52781674ad0ba.tar.gz gentoo-2-baf7ab8578568b55089abde4e4c52781674ad0ba.tar.bz2 gentoo-2-baf7ab8578568b55089abde4e4c52781674ad0ba.zip |
Unmasking for x86
(Portage version: 2.0.51-r13)
Diffstat (limited to 'dev-perl/Scalar-List-Utils')
4 files changed, 14 insertions, 10 deletions
diff --git a/dev-perl/Scalar-List-Utils/ChangeLog b/dev-perl/Scalar-List-Utils/ChangeLog index b4054a8c392c..955d76bd2151 100644 --- a/dev-perl/Scalar-List-Utils/ChangeLog +++ b/dev-perl/Scalar-List-Utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Scalar-List-Utils -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-List-Utils/ChangeLog,v 1.11 2004/12/30 00:31:35 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-List-Utils/ChangeLog,v 1.12 2005/01/21 20:24:03 mcummings Exp $ + + 21 Jan 2005; Michael Cummings <mcummings@gentoo.org> + Scalar-List-Utils-1.14.ebuild: + Unmasking for x86 30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.08.ebuild b/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.08.ebuild index d93a763b4687..bb91f476780d 100644 --- a/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.08.ebuild +++ b/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.08.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/Scalar-List-Utils/Scalar-List-Utils-1.08.ebuild,v 1.9 2004/10/16 23:57:23 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.08.ebuild,v 1.10 2005/01/21 20:24:03 mcummings Exp $ inherit perl-module diff --git a/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.11.ebuild b/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.11.ebuild index d0bdb02de013..5de3cb3b6e67 100644 --- a/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.11.ebuild +++ b/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.11.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/Scalar-List-Utils/Scalar-List-Utils-1.11.ebuild,v 1.7 2004/10/16 23:57:23 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.11.ebuild,v 1.8 2005/01/21 20:24:03 mcummings Exp $ inherit perl-module diff --git a/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.14.ebuild b/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.14.ebuild index ca8bb26d6c9a..cd053ea227e4 100644 --- a/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.14.ebuild +++ b/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.14.ebuild @@ -1,16 +1,16 @@ -# 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/Scalar-List-Utils/Scalar-List-Utils-1.14.ebuild,v 1.4 2004/10/16 23:57:23 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.14.ebuild,v 1.5 2005/01/21 20:24:03 mcummings Exp $ inherit perl-module DESCRIPTION="Scalar-List-Utils module for perl" -SRC_URI="http://cpan.org/modules/by-module/Scalar/${P}.tar.gz" +SRC_URI="mirror://cpan/authors/id/G/GB/GBARR/${P}.tar.gz" HOMEPAGE="http://cpan.org/modules/by-module/Scalar/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~amd64 ~ppc ~sparc ~alpha" IUSE="" DEPEND="${DEPEND}" |