summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-01-13 22:25:30 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-01-13 22:25:30 +0000
commit8724a1480e240c2d4fe58fd65f83f917e815d07c (patch)
treecd4af99a8d7dbffd5c51e6d324e27ffc88e2f44c /dev-perl
parentMarking sparc x86 stable (diff)
downloadgentoo-2-8724a1480e240c2d4fe58fd65f83f917e815d07c.tar.gz
gentoo-2-8724a1480e240c2d4fe58fd65f83f917e815d07c.tar.bz2
gentoo-2-8724a1480e240c2d4fe58fd65f83f917e815d07c.zip
marking sparc x86 stable
(Portage version: 2.1_pre1)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/String-Ediff/ChangeLog8
-rw-r--r--dev-perl/String-Ediff/String-Ediff-0.08.ebuild6
-rw-r--r--dev-perl/Term-ANSIColor/ChangeLog8
-rw-r--r--dev-perl/Term-ANSIColor/Term-ANSIColor-1.09.ebuild6
-rw-r--r--dev-perl/TermReadKey/ChangeLog8
-rw-r--r--dev-perl/TermReadKey/TermReadKey-2.30.ebuild6
-rw-r--r--dev-perl/Test-Inline/ChangeLog6
-rw-r--r--dev-perl/Test-Inline/Test-Inline-2.103.ebuild4
-rw-r--r--dev-perl/Test-Manifest/ChangeLog8
-rw-r--r--dev-perl/Test-Manifest/Test-Manifest-1.14.ebuild6
-rw-r--r--dev-perl/Test-Pod/ChangeLog7
-rw-r--r--dev-perl/Test-Pod/Test-Pod-1.22.ebuild6
-rw-r--r--dev-perl/Text-Aspell/ChangeLog6
-rw-r--r--dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild6
-rw-r--r--dev-perl/Text-CharWidth/ChangeLog6
-rw-r--r--dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild4
-rw-r--r--dev-perl/Text-Quoted/ChangeLog8
-rw-r--r--dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild6
-rw-r--r--dev-perl/Text-Unaccent/ChangeLog6
-rw-r--r--dev-perl/Text-Unaccent/Text-Unaccent-1.08.ebuild4
20 files changed, 82 insertions, 43 deletions
diff --git a/dev-perl/String-Ediff/ChangeLog b/dev-perl/String-Ediff/ChangeLog
index 0a379a445c79..b5831983c417 100644
--- a/dev-perl/String-Ediff/ChangeLog
+++ b/dev-perl/String-Ediff/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/String-Ediff
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Ediff/ChangeLog,v 1.4 2005/11/09 08:07:36 chriswhite Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Ediff/ChangeLog,v 1.5 2006/01/13 22:20:45 mcummings Exp $
+
+ 13 Jan 2006; Michael Cummings <mcummings@gentoo.org>
+ String-Ediff-0.08.ebuild:
+ marking sparc x86 stable
*String-Ediff-0.08 (09 Nov 2005)
diff --git a/dev-perl/String-Ediff/String-Ediff-0.08.ebuild b/dev-perl/String-Ediff/String-Ediff-0.08.ebuild
index 311a8efb1b2f..7dce3d9a2a4b 100644
--- a/dev-perl/String-Ediff/String-Ediff-0.08.ebuild
+++ b/dev-perl/String-Ediff/String-Ediff-0.08.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/dev-perl/String-Ediff/String-Ediff-0.08.ebuild,v 1.1 2005/11/09 08:07:36 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Ediff/String-Ediff-0.08.ebuild,v 1.2 2006/01/13 22:20:45 mcummings Exp $
inherit perl-module
@@ -11,5 +11,5 @@ SRC_TEST="do"
SLOT="0"
LICENSE="Artistic"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc sparc x86"
IUSE=""
diff --git a/dev-perl/Term-ANSIColor/ChangeLog b/dev-perl/Term-ANSIColor/ChangeLog
index 10a83dc561ee..3547eaa096cc 100644
--- a/dev-perl/Term-ANSIColor/ChangeLog
+++ b/dev-perl/Term-ANSIColor/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Term-ANSIColor
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Term-ANSIColor/ChangeLog,v 1.8 2005/12/23 19:25:23 dertobi123 Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Term-ANSIColor/ChangeLog,v 1.9 2006/01/13 22:21:35 mcummings Exp $
+
+ 13 Jan 2006; Michael Cummings <mcummings@gentoo.org>
+ Term-ANSIColor-1.09.ebuild:
+ marking sparc x86 stable
23 Dec 2005; Tobias Scherbaum <dertobi123@gentoo.org>
Term-ANSIColor-1.08.ebuild:
diff --git a/dev-perl/Term-ANSIColor/Term-ANSIColor-1.09.ebuild b/dev-perl/Term-ANSIColor/Term-ANSIColor-1.09.ebuild
index eba043108b7e..283ef80ecc9f 100644
--- a/dev-perl/Term-ANSIColor/Term-ANSIColor-1.09.ebuild
+++ b/dev-perl/Term-ANSIColor/Term-ANSIColor-1.09.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/dev-perl/Term-ANSIColor/Term-ANSIColor-1.09.ebuild,v 1.2 2005/08/26 00:19:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Term-ANSIColor/Term-ANSIColor-1.09.ebuild,v 1.3 2006/01/13 22:21:35 mcummings Exp $
IUSE=""
@@ -14,7 +14,7 @@ HOMEPAGE="http://search.cpan.org/dist/$MY_PN/"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc sparc x86"
SRC_TEST="do"
S="${WORKDIR}/$MY_P"
diff --git a/dev-perl/TermReadKey/ChangeLog b/dev-perl/TermReadKey/ChangeLog
index 7c4b706fc7ab..629ed9c613c7 100644
--- a/dev-perl/TermReadKey/ChangeLog
+++ b/dev-perl/TermReadKey/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/TermReadKey
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/TermReadKey/ChangeLog,v 1.15 2005/04/27 17:57:07 mcummings Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/TermReadKey/ChangeLog,v 1.16 2006/01/13 22:22:10 mcummings Exp $
+
+ 13 Jan 2006; Michael Cummings <mcummings@gentoo.org>
+ TermReadKey-2.30.ebuild:
+ marking sparc x86 stable
*TermReadKey-2.30 (27 Apr 2005)
diff --git a/dev-perl/TermReadKey/TermReadKey-2.30.ebuild b/dev-perl/TermReadKey/TermReadKey-2.30.ebuild
index ba37572cfa23..ca65177b5266 100644
--- a/dev-perl/TermReadKey/TermReadKey-2.30.ebuild
+++ b/dev-perl/TermReadKey/TermReadKey-2.30.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/dev-perl/TermReadKey/TermReadKey-2.30.ebuild,v 1.1 2005/04/27 17:57:07 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/TermReadKey/TermReadKey-2.30.ebuild,v 1.2 2006/01/13 22:22:10 mcummings Exp $
inherit perl-module
@@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/J/JS/JSTOWE/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
IUSE=""
mymake="/usr"
diff --git a/dev-perl/Test-Inline/ChangeLog b/dev-perl/Test-Inline/ChangeLog
index 6c5b629f0c2f..2327a9333b40 100644
--- a/dev-perl/Test-Inline/ChangeLog
+++ b/dev-perl/Test-Inline/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Test-Inline
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inline/ChangeLog,v 1.31 2006/01/03 21:28:58 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inline/ChangeLog,v 1.32 2006/01/13 22:22:53 mcummings Exp $
+
+ 13 Jan 2006; Michael Cummings <mcummings@gentoo.org>
+ Test-Inline-2.103.ebuild:
+ marking sparc x86 stable
03 Jan 2006; <plasmaroo@gentoo.org> Test-Inline-2.103.ebuild:
Mark ~ia64; bug #113367.
diff --git a/dev-perl/Test-Inline/Test-Inline-2.103.ebuild b/dev-perl/Test-Inline/Test-Inline-2.103.ebuild
index ef0494b7d7ee..de2961a13d65 100644
--- a/dev-perl/Test-Inline/Test-Inline-2.103.ebuild
+++ b/dev-perl/Test-Inline/Test-Inline-2.103.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/dev-perl/Test-Inline/Test-Inline-2.103.ebuild,v 1.5 2006/01/03 21:28:58 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inline/Test-Inline-2.103.ebuild,v 1.6 2006/01/13 22:22:53 mcummings Exp $
inherit perl-module
@@ -12,7 +12,7 @@ SRC_URI="mirror://cpan/authors/id/A/AD/ADAMK/${MY_P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
#KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc sparc x86"
IUSE=""
SRC_TEST="do"
diff --git a/dev-perl/Test-Manifest/ChangeLog b/dev-perl/Test-Manifest/ChangeLog
index 20ad34c69406..0cfc50ce7b7e 100644
--- a/dev-perl/Test-Manifest/ChangeLog
+++ b/dev-perl/Test-Manifest/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Test-Manifest
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/ChangeLog,v 1.16 2005/09/08 19:12:15 agriffis Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/ChangeLog,v 1.17 2006/01/13 22:23:25 mcummings Exp $
+
+ 13 Jan 2006; Michael Cummings <mcummings@gentoo.org>
+ Test-Manifest-1.14.ebuild:
+ marking sparc x86 stable
08 Sep 2005; Aron Griffis <agriffis@gentoo.org> Test-Manifest-1.11.ebuild,
Manifest:
diff --git a/dev-perl/Test-Manifest/Test-Manifest-1.14.ebuild b/dev-perl/Test-Manifest/Test-Manifest-1.14.ebuild
index f351fd4049a9..c2809ee52012 100644
--- a/dev-perl/Test-Manifest/Test-Manifest-1.14.ebuild
+++ b/dev-perl/Test-Manifest/Test-Manifest-1.14.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/dev-perl/Test-Manifest/Test-Manifest-1.14.ebuild,v 1.2 2005/08/26 00:21:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/Test-Manifest-1.14.ebuild,v 1.3 2006/01/13 22:23:25 mcummings Exp $
inherit perl-module
@@ -11,6 +11,6 @@ HOMEPAGE="http://search.cpan.org/~bdfoy/${P}/"
IUSE=""
SLOT="0"
LICENSE="Artistic"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc x86"
SRC_TEST="do"
diff --git a/dev-perl/Test-Pod/ChangeLog b/dev-perl/Test-Pod/ChangeLog
index 705977ed23b5..bf4ad050a8f1 100644
--- a/dev-perl/Test-Pod/ChangeLog
+++ b/dev-perl/Test-Pod/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Test-Pod
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.19 2005/12/14 07:17:53 cardoe Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.20 2006/01/13 22:23:44 mcummings Exp $
+
+ 13 Jan 2006; Michael Cummings <mcummings@gentoo.org> Test-Pod-1.22.ebuild:
+ marking sparc x86 stable
14 Dec 2005; Doug Goldstein <cardoe@gentoo.org> Test-Pod-1.20.ebuild,
Test-Pod-1.22.ebuild:
diff --git a/dev-perl/Test-Pod/Test-Pod-1.22.ebuild b/dev-perl/Test-Pod/Test-Pod-1.22.ebuild
index e8c635b12ea0..66be223f3bb1 100644
--- a/dev-perl/Test-Pod/Test-Pod-1.22.ebuild
+++ b/dev-perl/Test-Pod/Test-Pod-1.22.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/dev-perl/Test-Pod/Test-Pod-1.22.ebuild,v 1.3 2005/12/14 07:17:53 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/Test-Pod-1.22.ebuild,v 1.4 2006/01/13 22:23:44 mcummings Exp $
inherit perl-module
@@ -11,7 +11,7 @@ SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz"
SRC_TEST="do"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc x86"
IUSE=""
DEPEND="dev-perl/Pod-Simple
diff --git a/dev-perl/Text-Aspell/ChangeLog b/dev-perl/Text-Aspell/ChangeLog
index 927b5549a806..759f800a3fd5 100644
--- a/dev-perl/Text-Aspell/ChangeLog
+++ b/dev-perl/Text-Aspell/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Text-Aspell
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v 1.12 2006/01/13 16:43:38 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v 1.13 2006/01/13 22:24:19 mcummings Exp $
+
+ 13 Jan 2006; Michael Cummings <mcummings@gentoo.org>
+ Text-Aspell-0.04.ebuild:
+ marking sparc x86 stable
*Text-Aspell-0.05 (13 Jan 2006)
diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild
index 4385bb7381fe..c22f80654aca 100644
--- a/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild
+++ b/dev-perl/Text-Aspell/Text-Aspell-0.04.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/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild,v 1.6 2005/08/26 00:23:38 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild,v 1.7 2006/01/13 22:24:20 mcummings Exp $
inherit perl-module
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/H/HA/HANK/${P}.readme"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc sparc x86"
IUSE=""
SRC_TEST="do"
diff --git a/dev-perl/Text-CharWidth/ChangeLog b/dev-perl/Text-CharWidth/ChangeLog
index 35c36ec5f82f..e2f51d812b19 100644
--- a/dev-perl/Text-CharWidth/ChangeLog
+++ b/dev-perl/Text-CharWidth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Text-CharWidth
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/ChangeLog,v 1.2 2006/01/13 17:57:53 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/ChangeLog,v 1.3 2006/01/13 22:24:36 mcummings Exp $
+
+ 13 Jan 2006; Michael Cummings <mcummings@gentoo.org>
+ Text-CharWidth-0.04.ebuild:
+ marking sparc x86 stable
13 Jan 2006; Michael Cummings <mcummings@gentoo.org>
Text-CharWidth-0.04.ebuild:
diff --git a/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild b/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild
index 90648752958a..16576bf28bed 100644
--- a/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild
+++ b/dev-perl/Text-CharWidth/Text-CharWidth-0.04.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/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild,v 1.2 2006/01/13 17:57:53 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild,v 1.3 2006/01/13 22:24:36 mcummings Exp $
inherit perl-module
@@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.org/~kubota/${P}/"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~sparc x86"
+KEYWORDS="sparc x86"
DEPEND=""
IUSE=""
diff --git a/dev-perl/Text-Quoted/ChangeLog b/dev-perl/Text-Quoted/ChangeLog
index ab16c2c5421e..e399780d3482 100644
--- a/dev-perl/Text-Quoted/ChangeLog
+++ b/dev-perl/Text-Quoted/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Text-Quoted
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v 1.5 2005/04/29 15:14:24 mcummings Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v 1.6 2006/01/13 22:25:17 mcummings Exp $
+
+ 13 Jan 2006; Michael Cummings <mcummings@gentoo.org>
+ Text-Quoted-1.8.ebuild:
+ marking sparc x86 stable
*Text-Quoted-1.8 (29 Apr 2005)
diff --git a/dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild b/dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild
index c7a0ce70e290..fd7bbe2a1309 100644
--- a/dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild
+++ b/dev-perl/Text-Quoted/Text-Quoted-1.8.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/dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild,v 1.1 2005/04/29 15:14:24 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild,v 1.2 2006/01/13 22:25:17 mcummings Exp $
# this is an RT dependency
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/J/JE/JESSE/${P}.readme"
SRC_TEST="do"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~x86 ~ppc ~sparc"
+KEYWORDS="~ppc sparc x86"
DEPEND="dev-perl/text-autoformat
dev-perl/Text-Tabs+Wrap"
diff --git a/dev-perl/Text-Unaccent/ChangeLog b/dev-perl/Text-Unaccent/ChangeLog
index aa649f3e00a6..1c672055bb8a 100644
--- a/dev-perl/Text-Unaccent/ChangeLog
+++ b/dev-perl/Text-Unaccent/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Text-Unaccent
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Unaccent/ChangeLog,v 1.3 2006/01/13 17:44:53 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Unaccent/ChangeLog,v 1.4 2006/01/13 22:25:30 mcummings Exp $
+
+ 13 Jan 2006; Michael Cummings <mcummings@gentoo.org>
+ Text-Unaccent-1.08.ebuild:
+ marking sparc x86 stable
13 Jan 2006; Michael Cummings <mcummings@gentoo.org>
Text-Unaccent-1.08.ebuild:
diff --git a/dev-perl/Text-Unaccent/Text-Unaccent-1.08.ebuild b/dev-perl/Text-Unaccent/Text-Unaccent-1.08.ebuild
index f001720a08c9..46dc957574a2 100644
--- a/dev-perl/Text-Unaccent/Text-Unaccent-1.08.ebuild
+++ b/dev-perl/Text-Unaccent/Text-Unaccent-1.08.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/dev-perl/Text-Unaccent/Text-Unaccent-1.08.ebuild,v 1.3 2006/01/13 17:44:53 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Unaccent/Text-Unaccent-1.08.ebuild,v 1.4 2006/01/13 22:25:30 mcummings Exp $
inherit perl-module
@@ -11,7 +11,7 @@ SRC_URI="http://www.cpan.org/authors/id/L/LD/LDACHARY/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
#KEYWORDS="~x86 ~sparc ~alpha ~ppc ~amd64"
-KEYWORDS="~hppa ~ppc ~sparc x86"
+KEYWORDS="~hppa ~ppc sparc x86"
IUSE=""
SRC_TEST="do"