diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-01-14 00:31:15 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-01-14 00:31:15 +0000 |
commit | 9f3193d1b076e23e8fcf1d412a9643e04f1adfc4 (patch) | |
tree | b3bf89e002405da84913cab187fc3edb67a9f664 /perl-core/Test-Simple | |
parent | Fix by Andreas Sundebo for building with linux-2.6.15 #118395 by playmiac. (diff) | |
download | gentoo-2-9f3193d1b076e23e8fcf1d412a9643e04f1adfc4.tar.gz gentoo-2-9f3193d1b076e23e8fcf1d412a9643e04f1adfc4.tar.bz2 gentoo-2-9f3193d1b076e23e8fcf1d412a9643e04f1adfc4.zip |
Marking sparc x86 stable
(Portage version: 2.1_pre1)
Diffstat (limited to 'perl-core/Test-Simple')
-rw-r--r-- | perl-core/Test-Simple/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/Test-Simple/Test-Simple-0.62.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/perl-core/Test-Simple/ChangeLog b/perl-core/Test-Simple/ChangeLog index ce9685e5d1c7..d6c2907f7951 100644 --- a/perl-core/Test-Simple/ChangeLog +++ b/perl-core/Test-Simple/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Test-Simple -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Test-Simple/ChangeLog,v 1.8 2005/12/17 02:32:06 chriswhite Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Test-Simple/ChangeLog,v 1.9 2006/01/14 00:30:58 mcummings Exp $ + + 14 Jan 2006; Michael Cummings <mcummings@gentoo.org> + Test-Simple-0.62.ebuild: + Marking sparc x86 stable 17 Dec 2005; Chris White <chriswhite@gentoo.org> Test-Simple-0.47-r1.ebuild, Test-Simple-0.53.ebuild, diff --git a/perl-core/Test-Simple/Test-Simple-0.62.ebuild b/perl-core/Test-Simple/Test-Simple-0.62.ebuild index 3750b9f7079d..4381859b1389 100644 --- a/perl-core/Test-Simple/Test-Simple-0.62.ebuild +++ b/perl-core/Test-Simple/Test-Simple-0.62.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Test-Simple/Test-Simple-0.62.ebuild,v 1.2 2005/12/17 02:32:06 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Test-Simple/Test-Simple-0.62.ebuild,v 1.3 2006/01/14 00:30:58 mcummings Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.org/~mschwern/${P}/" IUSE="" SLOT="0" LICENSE="Artistic" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86" mydoc="rfc*.txt" myconf="INSTALLDIRS=vendor" |