diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-07-18 16:30:43 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-07-18 16:30:43 +0000 |
commit | f6f144359ded4eed1907302a69b9f7c0711c77b4 (patch) | |
tree | 9e27c44747cbd668989f2803bcc6b6d712d4e8bb | |
parent | fix bug 138690 and 138731, clean out old ebuild (diff) | |
download | gentoo-2-f6f144359ded4eed1907302a69b9f7c0711c77b4.tar.gz gentoo-2-f6f144359ded4eed1907302a69b9f7c0711c77b4.tar.bz2 gentoo-2-f6f144359ded4eed1907302a69b9f7c0711c77b4.zip |
Stable on alpha.
(Portage version: 2.1.1_pre3-r1)
-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 c51168bf74cd..e2a1dcfb7060 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.8 2006/07/03 00:24:50 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Scalar-List-Utils/ChangeLog,v 1.9 2006/07/18 16:30:43 kloeri Exp $ + + 18 Jul 2006; Bryan Østergaard <kloeri@gentoo.org> + Scalar-List-Utils-1.18.ebuild: + Stable on alpha. 03 Jul 2006; Michael Cummings <mcummings@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 e9e0ee97b726..726ba4352a19 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.8 2006/07/03 00:24:50 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.18.ebuild,v 1.9 2006/07/18 16:30:43 kloeri 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="" |