diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-01 17:41:42 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-01 17:41:42 +0000 |
commit | 316163efbbed49e9bb6884e674bb379122759163 (patch) | |
tree | d51ed07ec26c8ea8012be82de3015404d059bfcc /dev-perl/Scalar-List-Utils | |
parent | stable on ia64 (diff) | |
download | historical-316163efbbed49e9bb6884e674bb379122759163.tar.gz historical-316163efbbed49e9bb6884e674bb379122759163.tar.bz2 historical-316163efbbed49e9bb6884e674bb379122759163.zip |
stable amd64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-perl/Scalar-List-Utils')
-rw-r--r-- | dev-perl/Scalar-List-Utils/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.14.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Scalar-List-Utils/ChangeLog b/dev-perl/Scalar-List-Utils/ChangeLog index 433e107d701c..a623367724d6 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-List-Utils/ChangeLog,v 1.14 2005/01/22 13:38:25 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-List-Utils/ChangeLog,v 1.15 2005/04/01 17:36:46 blubb Exp $ + + 01 Apr 2005; Simon Stelling <blubb@gentoo.org> + Scalar-List-Utils-1.14.ebuild: + stable on amd64 22 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> Scalar-List-Utils-1.14.ebuild: 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 960877207a00..73ee9db32255 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,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/Scalar-List-Utils/Scalar-List-Utils-1.14.ebuild,v 1.8 2005/03/12 20:25:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.14.ebuild,v 1.9 2005/04/01 17:36:46 blubb 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 ~ppc s390 sparc x86" +KEYWORDS="alpha amd64 ~ppc s390 sparc x86" IUSE="" |