summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-php/PEAR-Net_DNS/ChangeLog6
-rw-r--r--dev-php/PEAR-Net_DNS/PEAR-Net_DNS-0.03.ebuild4
-rw-r--r--dev-php/PEAR-Net_SMTP/ChangeLog6
-rw-r--r--dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.2.6.ebuild4
-rw-r--r--dev-php/PEAR-Net_Sieve/ChangeLog6
-rw-r--r--dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.1.ebuild4
-rw-r--r--dev-php/PEAR-Net_Socket/ChangeLog6
-rw-r--r--dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.5.ebuild4
-rw-r--r--dev-php/PEAR-Net_URL/ChangeLog6
-rw-r--r--dev-php/PEAR-Net_URL/PEAR-Net_URL-1.0.14.ebuild4
-rw-r--r--dev-php/PEAR-SOAP/ChangeLog6
-rw-r--r--dev-php/PEAR-SOAP/PEAR-SOAP-0.8.1.ebuild4
-rw-r--r--dev-php/PEAR-Services_Weather/ChangeLog6
-rw-r--r--dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.3.1.ebuild4
-rw-r--r--dev-php/PEAR-Text_Wiki/ChangeLog6
-rw-r--r--dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-0.20.1.ebuild4
-rw-r--r--dev-php/PEAR-Tree/ChangeLog6
-rw-r--r--dev-php/PEAR-Tree/PEAR-Tree-0.2.4.ebuild4
-rw-r--r--dev-php/PEAR-XML_Parser/ChangeLog6
-rw-r--r--dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.2.4.ebuild4
-rw-r--r--dev-php/PEAR-XML_Serializer/ChangeLog6
-rw-r--r--dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.15.0.ebuild4
-rw-r--r--dev-php/PEAR-XML_Util/ChangeLog6
-rw-r--r--dev-php/PEAR-XML_Util/PEAR-XML_Util-1.1.1.ebuild4
24 files changed, 84 insertions, 36 deletions
diff --git a/dev-php/PEAR-Net_DNS/ChangeLog b/dev-php/PEAR-Net_DNS/ChangeLog
index 185282bd1f19..a5492c0b4981 100644
--- a/dev-php/PEAR-Net_DNS/ChangeLog
+++ b/dev-php/PEAR-Net_DNS/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-Net_DNS
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS/ChangeLog,v 1.4 2005/03/09 17:44:32 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS/ChangeLog,v 1.5 2005/03/12 12:17:58 sebastian Exp $
+
+ 12 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org>
+ PEAR-Net_DNS-0.03.ebuild:
+ Stable on x86 and amd64, see bug 84525.
09 Mar 2005; Markus Rothe <corsair@gentoo.org> PEAR-Net_DNS-0.03.ebuild:
Added ~ppc64 to KEYWORDS; bug #84525
diff --git a/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-0.03.ebuild b/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-0.03.ebuild
index 09e6e6ea19b6..227e97f592b5 100644
--- a/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-0.03.ebuild
+++ b/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-0.03.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-0.03.ebuild,v 1.4 2005/03/09 17:44:32 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-0.03.ebuild,v 1.5 2005/03/12 12:17:58 sebastian Exp $
inherit php-pear
DESCRIPTION="Resolver library used to communicate with a DNS server."
LICENSE="PHP"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ppc64"
+KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa amd64 ~ppc64"
IUSE=""
diff --git a/dev-php/PEAR-Net_SMTP/ChangeLog b/dev-php/PEAR-Net_SMTP/ChangeLog
index 3a9231296c08..1e42b4dce124 100644
--- a/dev-php/PEAR-Net_SMTP/ChangeLog
+++ b/dev-php/PEAR-Net_SMTP/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-Net_SMTP
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog,v 1.4 2005/03/09 17:29:00 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog,v 1.5 2005/03/12 12:18:22 sebastian Exp $
+
+ 12 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org>
+ PEAR-Net_SMTP-1.2.6.ebuild:
+ Stable on x86 and amd64, see bug 84525.
09 Mar 2005; Markus Rothe <corsair@gentoo.org> PEAR-Net_SMTP-1.2.6.ebuild:
Added ~ppc64 to KEYWORDS; bug #84525
diff --git a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.2.6.ebuild b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.2.6.ebuild
index 734731eafac4..17fd260221b2 100644
--- a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.2.6.ebuild
+++ b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.2.6.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.2.6.ebuild,v 1.4 2005/03/09 17:29:00 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.2.6.ebuild,v 1.5 2005/03/12 12:18:22 sebastian Exp $
inherit php-pear
DESCRIPTION="Tar file management class."
LICENSE="PHP"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ppc64"
+KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa amd64 ~ppc64"
IUSE=""
RDEPEND="dev-php/PEAR-Auth_SASL
dev-php/PEAR-Net_Socket"
diff --git a/dev-php/PEAR-Net_Sieve/ChangeLog b/dev-php/PEAR-Net_Sieve/ChangeLog
index f8635bcfb4df..e80683490218 100644
--- a/dev-php/PEAR-Net_Sieve/ChangeLog
+++ b/dev-php/PEAR-Net_Sieve/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-Net_Sieve
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/ChangeLog,v 1.19 2005/03/09 18:02:22 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/ChangeLog,v 1.20 2005/03/12 12:18:47 sebastian Exp $
+
+ 12 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org>
+ PEAR-Net_Sieve-1.1.1.ebuild:
+ Stable on x86 and amd64, see bug 84525.
09 Mar 2005; Markus Rothe <corsair@gentoo.org> PEAR-Net_Sieve-1.1.1.ebuild:
Added ~ppc64 to KEYWORDS; bug #84525
diff --git a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.1.ebuild b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.1.ebuild
index 9228bad42cb3..163b710b0263 100644
--- a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.1.ebuild
+++ b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.1.ebuild,v 1.3 2005/03/09 18:02:22 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.1.ebuild,v 1.4 2005/03/12 12:18:47 sebastian Exp $
inherit php-pear
DESCRIPTION="Provides an API to talk to the timsieved server that comes with Cyrus IMAPd. Can be used to install, remove, mark active etc sieve scripts."
LICENSE="PHP"
SLOT="0"
-KEYWORDS="~x86 ~sparc ~alpha ~ppc ~ia64 ~amd64 ~hppa ~ppc64"
+KEYWORDS="x86 ~sparc ~alpha ~ppc ~ia64 amd64 ~hppa ~ppc64"
IUSE=""
RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.0"
diff --git a/dev-php/PEAR-Net_Socket/ChangeLog b/dev-php/PEAR-Net_Socket/ChangeLog
index dd75147e40d3..aa3bbfdef8b8 100644
--- a/dev-php/PEAR-Net_Socket/ChangeLog
+++ b/dev-php/PEAR-Net_Socket/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-Net_Socket
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Socket/ChangeLog,v 1.22 2005/03/09 17:27:08 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Socket/ChangeLog,v 1.23 2005/03/12 12:19:11 sebastian Exp $
+
+ 12 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org>
+ PEAR-Net_Socket-1.0.5.ebuild:
+ Stable on x86 and amd64, see bug 84525.
09 Mar 2005; Markus Rothe <corsair@gentoo.org> PEAR-Net_Socket-1.0.5.ebuild:
Added ~ppc64 to KEYWORDS; bug #84525
diff --git a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.5.ebuild b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.5.ebuild
index 161a3c1357a0..8bbcd2462b48 100644
--- a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.5.ebuild
+++ b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.5.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.5.ebuild,v 1.3 2005/03/09 17:27:08 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.5.ebuild,v 1.4 2005/03/12 12:19:11 sebastian Exp $
inherit php-pear
DESCRIPTION="class interface to TCP sockets"
LICENSE="PHP"
SLOT="0"
-KEYWORDS="~x86 ~amd64 ~alpha ~sparc ~ppc ~ia64 ~alpha ~hppa ~ppc64"
+KEYWORDS="x86 amd64 ~alpha ~sparc ~ppc ~ia64 ~alpha ~hppa ~ppc64"
IUSE=""
diff --git a/dev-php/PEAR-Net_URL/ChangeLog b/dev-php/PEAR-Net_URL/ChangeLog
index a7fdd0ecd0d1..a24792a91f20 100644
--- a/dev-php/PEAR-Net_URL/ChangeLog
+++ b/dev-php/PEAR-Net_URL/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-Net_URL
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_URL/ChangeLog,v 1.4 2005/03/09 17:35:39 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_URL/ChangeLog,v 1.5 2005/03/12 12:19:36 sebastian Exp $
+
+ 12 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org>
+ PEAR-Net_URL-1.0.14.ebuild:
+ Stable on x86 and amd64, see bug 84525.
09 Mar 2005; Markus Rothe <corsair@gentoo.org> PEAR-Net_URL-1.0.14.ebuild:
Added ~ppc64 to KEYWORDS; bug #84525
diff --git a/dev-php/PEAR-Net_URL/PEAR-Net_URL-1.0.14.ebuild b/dev-php/PEAR-Net_URL/PEAR-Net_URL-1.0.14.ebuild
index 45975049bddf..ac169bb8429f 100644
--- a/dev-php/PEAR-Net_URL/PEAR-Net_URL-1.0.14.ebuild
+++ b/dev-php/PEAR-Net_URL/PEAR-Net_URL-1.0.14.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_URL/PEAR-Net_URL-1.0.14.ebuild,v 1.4 2005/03/09 17:35:39 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_URL/PEAR-Net_URL-1.0.14.ebuild,v 1.5 2005/03/12 12:19:36 sebastian Exp $
inherit php-pear
DESCRIPTION="Easy parsing of URLs."
LICENSE="PHP"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ppc64"
+KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa amd64 ~ppc64"
IUSE=""
diff --git a/dev-php/PEAR-SOAP/ChangeLog b/dev-php/PEAR-SOAP/ChangeLog
index 396af06aa998..f25a12b5eb8f 100644
--- a/dev-php/PEAR-SOAP/ChangeLog
+++ b/dev-php/PEAR-SOAP/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-SOAP
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-SOAP/ChangeLog,v 1.4 2005/03/09 17:40:11 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-SOAP/ChangeLog,v 1.5 2005/03/12 12:20:01 sebastian Exp $
+
+ 12 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org>
+ PEAR-SOAP-0.8.1.ebuild:
+ Stable on x86 and amd64, see bug 84525.
09 Mar 2005; Markus Rothe <corsair@gentoo.org> PEAR-SOAP-0.8.1.ebuild:
Added ~ppc64 to KEYWORDS; bug #84525
diff --git a/dev-php/PEAR-SOAP/PEAR-SOAP-0.8.1.ebuild b/dev-php/PEAR-SOAP/PEAR-SOAP-0.8.1.ebuild
index cd77822b0103..2df8e8eef44f 100644
--- a/dev-php/PEAR-SOAP/PEAR-SOAP-0.8.1.ebuild
+++ b/dev-php/PEAR-SOAP/PEAR-SOAP-0.8.1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-SOAP/PEAR-SOAP-0.8.1.ebuild,v 1.4 2005/03/09 17:40:11 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-SOAP/PEAR-SOAP-0.8.1.ebuild,v 1.5 2005/03/12 12:20:01 sebastian Exp $
inherit php-pear
DESCRIPTION="SOAP Client/Server for PHP 4."
LICENSE="PHP"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ppc64"
+KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa amd64 ~ppc64"
IUSE=""
RDEPEND="dev-php/PEAR-HTTP_Request
dev-php/PEAR-Mail_Mime
diff --git a/dev-php/PEAR-Services_Weather/ChangeLog b/dev-php/PEAR-Services_Weather/ChangeLog
index 5c4fd6f3f2c6..d4d95434df23 100644
--- a/dev-php/PEAR-Services_Weather/ChangeLog
+++ b/dev-php/PEAR-Services_Weather/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-Services_Weather
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog,v 1.4 2005/03/09 17:49:05 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog,v 1.5 2005/03/12 12:20:26 sebastian Exp $
+
+ 12 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org>
+ PEAR-Services_Weather-1.3.1.ebuild:
+ Stable on x86 and amd64, see bug 84525.
09 Mar 2005; Markus Rothe <corsair@gentoo.org>
PEAR-Services_Weather-1.3.1.ebuild:
diff --git a/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.3.1.ebuild b/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.3.1.ebuild
index d3dd0b1c73b6..f033925395ce 100644
--- a/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.3.1.ebuild
+++ b/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.3.1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.3.1.ebuild,v 1.4 2005/03/09 17:49:05 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.3.1.ebuild,v 1.5 2005/03/12 12:20:26 sebastian Exp $
inherit php-pear
DESCRIPTION="This class acts as an interface to various online weather-services.."
LICENSE="PHP"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ppc64"
+KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa amd64 ~ppc64"
IUSE=""
RDEPEND=">=dev-php/PEAR-Cache-1.5.3
>=dev-php/PEAR-DB-1.4
diff --git a/dev-php/PEAR-Text_Wiki/ChangeLog b/dev-php/PEAR-Text_Wiki/ChangeLog
index d2710c56ab9b..5e464c8b7bb0 100644
--- a/dev-php/PEAR-Text_Wiki/ChangeLog
+++ b/dev-php/PEAR-Text_Wiki/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-Text_Wiki
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki/ChangeLog,v 1.12 2005/03/09 18:03:18 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki/ChangeLog,v 1.13 2005/03/12 12:20:50 sebastian Exp $
+
+ 12 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org>
+ PEAR-Text_Wiki-0.20.1.ebuild:
+ Stable on x86 and amd64, see bug 84525.
09 Mar 2005; Markus Rothe <corsair@gentoo.org> PEAR-Text_Wiki-0.20.1.ebuild:
Added ~ppc64 to KEYWORDS; bug #84525
diff --git a/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-0.20.1.ebuild b/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-0.20.1.ebuild
index eabea3ae6a4c..c29c52e3b4ef 100644
--- a/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-0.20.1.ebuild
+++ b/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-0.20.1.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-0.20.1.ebuild,v 1.5 2005/03/09 18:03:18 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-0.20.1.ebuild,v 1.6 2005/03/12 12:20:50 sebastian Exp $
inherit php-pear
DESCRIPTION="Abstracts parsing and rendering rules for Wiki markup in structured plain text."
LICENSE="PHP"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ppc64"
+KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa amd64 ~ppc64"
IUSE=""
diff --git a/dev-php/PEAR-Tree/ChangeLog b/dev-php/PEAR-Tree/ChangeLog
index 32c0a1beec3a..7b8b1a3e3843 100644
--- a/dev-php/PEAR-Tree/ChangeLog
+++ b/dev-php/PEAR-Tree/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-Tree
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Tree/ChangeLog,v 1.4 2005/03/09 17:59:11 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Tree/ChangeLog,v 1.5 2005/03/12 12:21:15 sebastian Exp $
+
+ 12 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org>
+ PEAR-Tree-0.2.4.ebuild:
+ Stable on x86 and amd64, see bug 84525.
09 Mar 2005; Markus Rothe <corsair@gentoo.org> PEAR-Tree-0.2.4.ebuild:
Added ~ppc64 to KEYWORDS; bug #84525
diff --git a/dev-php/PEAR-Tree/PEAR-Tree-0.2.4.ebuild b/dev-php/PEAR-Tree/PEAR-Tree-0.2.4.ebuild
index e2c849493f87..467380f1e72a 100644
--- a/dev-php/PEAR-Tree/PEAR-Tree-0.2.4.ebuild
+++ b/dev-php/PEAR-Tree/PEAR-Tree-0.2.4.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-php/PEAR-Tree/PEAR-Tree-0.2.4.ebuild,v 1.4 2005/03/09 17:59:11 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Tree/PEAR-Tree-0.2.4.ebuild,v 1.5 2005/03/12 12:21:15 sebastian Exp $
inherit php-pear
@@ -8,7 +8,7 @@ DESCRIPTION="Generic tree management, currently supports DB and XML as data
sources."
LICENSE="PHP"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ppc64"
+KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa amd64 ~ppc64"
IUSE=""
RDEPEND=">=dev-php/PEAR-DB-1.3
>=dev-php/PEAR-XML_Parser-1.0"
diff --git a/dev-php/PEAR-XML_Parser/ChangeLog b/dev-php/PEAR-XML_Parser/ChangeLog
index 46198ad9b45f..96681c01d849 100644
--- a/dev-php/PEAR-XML_Parser/ChangeLog
+++ b/dev-php/PEAR-XML_Parser/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-XML_Parser
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Parser/ChangeLog,v 1.4 2005/03/09 17:45:56 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Parser/ChangeLog,v 1.5 2005/03/12 12:21:42 sebastian Exp $
+
+ 12 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org>
+ PEAR-XML_Parser-1.2.4.ebuild:
+ Stable on x86 and amd64, see bug 84525.
09 Mar 2005; Markus Rothe <corsair@gentoo.org> PEAR-XML_Parser-1.2.4.ebuild:
Added ~ppc64 to KEYWORDS; bug #84525
diff --git a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.2.4.ebuild b/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.2.4.ebuild
index dce77b15ecec..8adbe4d36ac8 100644
--- a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.2.4.ebuild
+++ b/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.2.4.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.2.4.ebuild,v 1.4 2005/03/09 17:45:56 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.2.4.ebuild,v 1.5 2005/03/12 12:21:42 sebastian Exp $
inherit php-pear
DESCRIPTION="XML parsing class based on PHP's SAX parser."
LICENSE="PHP"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ppc64"
+KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa amd64 ~ppc64"
IUSE=""
RDEPEND="dev-php/PEAR-PEAR"
diff --git a/dev-php/PEAR-XML_Serializer/ChangeLog b/dev-php/PEAR-XML_Serializer/ChangeLog
index 63e17ca385f3..0b26c08d9b16 100644
--- a/dev-php/PEAR-XML_Serializer/ChangeLog
+++ b/dev-php/PEAR-XML_Serializer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-XML_Serializer
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Serializer/ChangeLog,v 1.4 2005/03/09 17:46:46 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Serializer/ChangeLog,v 1.5 2005/03/12 12:22:12 sebastian Exp $
+
+ 12 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org>
+ PEAR-XML_Serializer-0.15.0.ebuild:
+ Stable on x86 and amd64, see bug 84525.
09 Mar 2005; Markus Rothe <corsair@gentoo.org>
PEAR-XML_Serializer-0.15.0.ebuild:
diff --git a/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.15.0.ebuild b/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.15.0.ebuild
index f0606d1023c2..377372724959 100644
--- a/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.15.0.ebuild
+++ b/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.15.0.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.15.0.ebuild,v 1.4 2005/03/09 17:46:46 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.15.0.ebuild,v 1.5 2005/03/12 12:22:12 sebastian Exp $
inherit php-pear
DESCRIPTION="Swiss-army knive for reading and writing XML files."
LICENSE="PHP"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ppc64"
+KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa amd64 ~ppc64"
IUSE=""
RDEPEND="dev-php/PEAR-PEAR
>=dev-php/PEAR-XML_Parser-1.2.1
diff --git a/dev-php/PEAR-XML_Util/ChangeLog b/dev-php/PEAR-XML_Util/ChangeLog
index 25d4ab39dddd..49ade9fcd1bb 100644
--- a/dev-php/PEAR-XML_Util/ChangeLog
+++ b/dev-php/PEAR-XML_Util/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-XML_Util
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Util/ChangeLog,v 1.4 2005/03/09 17:41:52 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Util/ChangeLog,v 1.5 2005/03/12 12:22:37 sebastian Exp $
+
+ 12 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org>
+ PEAR-XML_Util-1.1.1.ebuild:
+ Stable on x86 and amd64, see bug 84525.
09 Mar 2005; Markus Rothe <corsair@gentoo.org> PEAR-XML_Util-1.1.1.ebuild:
Added ~ppc64 to KEYWORDS; bug #84525
diff --git a/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.1.1.ebuild b/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.1.1.ebuild
index 033a103439f7..4358dda17915 100644
--- a/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.1.1.ebuild
+++ b/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.1.1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.1.1.ebuild,v 1.4 2005/03/09 17:41:52 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.1.1.ebuild,v 1.5 2005/03/12 12:22:37 sebastian Exp $
inherit php-pear
DESCRIPTION="XML utility class."
LICENSE="PHP"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ppc64"
+KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa amd64 ~ppc64"
IUSE=""
RDEPEND="dev-php/PEAR-PEAR"