summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-php/PEAR-PhpDocumentor/ChangeLog6
-rw-r--r--dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.3.0_rc5.ebuild4
-rw-r--r--dev-php/PEAR-SOAP/ChangeLog5
-rw-r--r--dev-php/PEAR-SOAP/PEAR-SOAP-0.9.1.ebuild4
-rw-r--r--dev-php/PEAR-XML_Parser/ChangeLog5
-rw-r--r--dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.2.7.ebuild4
-rw-r--r--dev-php/PEAR-XML_Util/ChangeLog5
-rw-r--r--dev-php/PEAR-XML_Util/PEAR-XML_Util-1.1.1-r1.ebuild4
8 files changed, 25 insertions, 12 deletions
diff --git a/dev-php/PEAR-PhpDocumentor/ChangeLog b/dev-php/PEAR-PhpDocumentor/ChangeLog
index 2c695e37c59a..c6940e9e5800 100644
--- a/dev-php/PEAR-PhpDocumentor/ChangeLog
+++ b/dev-php/PEAR-PhpDocumentor/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-PhpDocumentor
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PhpDocumentor/ChangeLog,v 1.18 2006/01/22 07:49:48 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PhpDocumentor/ChangeLog,v 1.19 2006/01/22 17:12:30 weeve Exp $
+
+ 22 Jan 2006; Jason Wever <weeve@gentoo.org>
+ PEAR-PhpDocumentor-1.3.0_rc5.ebuild:
+ Stable on SPARC wrt bug #119722.
22 Jan 2006; Mark Loeser <halcy0n@gentoo.org>
PEAR-PhpDocumentor-1.3.0_rc5.ebuild:
diff --git a/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.3.0_rc5.ebuild b/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.3.0_rc5.ebuild
index c365c5ca7b0e..467ca77deae0 100644
--- a/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.3.0_rc5.ebuild
+++ b/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.3.0_rc5.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.3.0_rc5.ebuild,v 1.3 2006/01/22 07:49:48 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.3.0_rc5.ebuild,v 1.4 2006/01/22 17:12:30 weeve Exp $
inherit php-pear-r1
DESCRIPTION="The phpDocumentor package provides automatic documenting of php api directly from the source."
LICENSE="PHP"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="~amd64 ~ppc ppc64 sparc x86"
IUSE=""
diff --git a/dev-php/PEAR-SOAP/ChangeLog b/dev-php/PEAR-SOAP/ChangeLog
index dc96d5b00c89..2977d825d3e0 100644
--- a/dev-php/PEAR-SOAP/ChangeLog
+++ b/dev-php/PEAR-SOAP/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/PEAR-SOAP
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-SOAP/ChangeLog,v 1.18 2006/01/22 07:50:09 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-SOAP/ChangeLog,v 1.19 2006/01/22 17:13:18 weeve Exp $
+
+ 22 Jan 2006; Jason Wever <weeve@gentoo.org> PEAR-SOAP-0.9.1.ebuild:
+ Stable on SPARC wrt bug #119722.
22 Jan 2006; Mark Loeser <halcy0n@gentoo.org> PEAR-SOAP-0.9.1.ebuild:
Stable on x86; bug #119722
diff --git a/dev-php/PEAR-SOAP/PEAR-SOAP-0.9.1.ebuild b/dev-php/PEAR-SOAP/PEAR-SOAP-0.9.1.ebuild
index 27d75b2b340b..4a24666a25fd 100644
--- a/dev-php/PEAR-SOAP/PEAR-SOAP-0.9.1.ebuild
+++ b/dev-php/PEAR-SOAP/PEAR-SOAP-0.9.1.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-php/PEAR-SOAP/PEAR-SOAP-0.9.1.ebuild,v 1.6 2006/01/22 07:50:09 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-SOAP/PEAR-SOAP-0.9.1.ebuild,v 1.7 2006/01/22 17:13:18 weeve Exp $
inherit php-pear-r1
@@ -8,7 +8,7 @@ DESCRIPTION="SOAP Client/Server for PHP 4"
LICENSE="PHP"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="~amd64 ~ppc ppc64 sparc x86"
IUSE=""
RDEPEND=">=dev-php/PEAR-HTTP_Request-1.2.4-r1
>=dev-php/PEAR-Mail_Mime-1.3.1-r1
diff --git a/dev-php/PEAR-XML_Parser/ChangeLog b/dev-php/PEAR-XML_Parser/ChangeLog
index 4c5628c79518..31cf2575d1ab 100644
--- a/dev-php/PEAR-XML_Parser/ChangeLog
+++ b/dev-php/PEAR-XML_Parser/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/PEAR-XML_Parser
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Parser/ChangeLog,v 1.17 2006/01/22 07:55:05 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Parser/ChangeLog,v 1.18 2006/01/22 17:16:29 weeve Exp $
+
+ 22 Jan 2006; Jason Wever <weeve@gentoo.org> PEAR-XML_Parser-1.2.7.ebuild:
+ Stable on SPARC wrt bug #119722.
22 Jan 2006; Mark Loeser <halcy0n@gentoo.org>
PEAR-XML_Parser-1.2.7.ebuild:
diff --git a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.2.7.ebuild b/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.2.7.ebuild
index 5e80dac5e9d5..80092a23d772 100644
--- a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.2.7.ebuild
+++ b/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.2.7.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-php/PEAR-XML_Parser/PEAR-XML_Parser-1.2.7.ebuild,v 1.6 2006/01/22 07:55:05 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.2.7.ebuild,v 1.7 2006/01/22 17:16:29 weeve Exp $
inherit php-pear-r1
@@ -8,5 +8,5 @@ DESCRIPTION="XML parsing class based on PHP's SAX parser"
LICENSE="PHP"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="~amd64 ~ppc ppc64 sparc x86"
IUSE=""
diff --git a/dev-php/PEAR-XML_Util/ChangeLog b/dev-php/PEAR-XML_Util/ChangeLog
index f58aa387e11a..f60f3a801af9 100644
--- a/dev-php/PEAR-XML_Util/ChangeLog
+++ b/dev-php/PEAR-XML_Util/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/PEAR-XML_Util
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Util/ChangeLog,v 1.16 2006/01/22 07:54:46 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Util/ChangeLog,v 1.17 2006/01/22 17:17:26 weeve Exp $
+
+ 22 Jan 2006; Jason Wever <weeve@gentoo.org> PEAR-XML_Util-1.1.1-r1.ebuild:
+ Stable on SPARC wrt bug #119722.
22 Jan 2006; Mark Loeser <halcy0n@gentoo.org>
PEAR-XML_Util-1.1.1-r1.ebuild:
diff --git a/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.1.1-r1.ebuild b/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.1.1-r1.ebuild
index 2039da5d7629..df5bdf9277c8 100644
--- a/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.1.1-r1.ebuild
+++ b/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.1.1-r1.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-php/PEAR-XML_Util/PEAR-XML_Util-1.1.1-r1.ebuild,v 1.8 2006/01/22 07:54:46 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.1.1-r1.ebuild,v 1.9 2006/01/22 17:17:26 weeve Exp $
inherit php-pear-r1
@@ -8,5 +8,5 @@ DESCRIPTION="XML utility class"
LICENSE="PHP"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="~amd64 ~ppc ppc64 sparc x86"
IUSE=""