diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-03-27 18:44:41 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-03-27 18:44:41 +0000 |
commit | 9208886e1b71c53d70fe57f2e3c70af11ada2f0e (patch) | |
tree | 6bd776a5d964d96f439be466b52fb1676ec18156 /perl-core/Scalar-List-Utils | |
parent | Added initial support for quake3-teamarena. (diff) | |
download | gentoo-2-9208886e1b71c53d70fe57f2e3c70af11ada2f0e.tar.gz gentoo-2-9208886e1b71c53d70fe57f2e3c70af11ada2f0e.tar.bz2 gentoo-2-9208886e1b71c53d70fe57f2e3c70af11ada2f0e.zip |
Stable on hppa
(Portage version: 2.0.54)
Diffstat (limited to 'perl-core/Scalar-List-Utils')
-rw-r--r-- | perl-core/Scalar-List-Utils/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Scalar-List-Utils/Scalar-List-Utils-1.18.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/perl-core/Scalar-List-Utils/ChangeLog b/perl-core/Scalar-List-Utils/ChangeLog index 73031048daa2..810101684951 100644 --- a/perl-core/Scalar-List-Utils/ChangeLog +++ b/perl-core/Scalar-List-Utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Scalar-List-Utils # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Scalar-List-Utils/ChangeLog,v 1.6 2006/03/27 12:13:33 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Scalar-List-Utils/ChangeLog,v 1.7 2006/03/27 18:44:41 gustavoz Exp $ + + 27 Mar 2006; Gustavo Zacarias <gustavoz@gentoo.org> + Scalar-List-Utils-1.18.ebuild: + Stable on hppa 27 Mar 2006; Markus Rothe <corsair@gentoo.org> Scalar-List-Utils-1.18.ebuild: diff --git a/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.18.ebuild b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.18.ebuild index 87d70b5c29f2..1483f6374e8a 100644 --- a/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.18.ebuild +++ b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.18.ebuild,v 1.5 2006/03/27 12:13:33 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.18.ebuild,v 1.6 2006/03/27 18:44:41 gustavoz Exp $ inherit perl-module @@ -10,5 +10,5 @@ SRC_URI="mirror://cpan/authors/id/G/GB/GBARR/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh sparc x86" IUSE="" |