summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-13 01:19:30 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-13 01:19:30 +0000
commit1f907f656696ce0f9f0c1a2d7cff038373ca913e (patch)
tree66930530a5a53f8b5944204ef0277db4d3faa7e4 /dev-php
parentversion bump (bug #82393) (diff)
downloadgentoo-2-1f907f656696ce0f9f0c1a2d7cff038373ca913e.tar.gz
gentoo-2-1f907f656696ce0f9f0c1a2d7cff038373ca913e.tar.bz2
gentoo-2-1f907f656696ce0f9f0c1a2d7cff038373ca913e.zip
s390 love
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.2.ebuild4
-rw-r--r--dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.3.1.ebuild4
-rw-r--r--dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.ebuild4
-rw-r--r--dev-php/PEAR-DB/PEAR-DB-1.6.4.ebuild4
-rw-r--r--dev-php/PEAR-DB/PEAR-DB-1.6.8.ebuild4
-rw-r--r--dev-php/PEAR-Date/PEAR-Date-1.4.3.ebuild4
-rw-r--r--dev-php/PEAR-File/PEAR-File-1.0.3.ebuild4
-rw-r--r--dev-php/PEAR-Log/PEAR-Log-1.8.4.ebuild4
-rw-r--r--dev-php/PEAR-Log/PEAR-Log-1.8.7.ebuild4
-rw-r--r--dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1-r1.ebuild6
-rw-r--r--dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.3.0.ebuild6
-rw-r--r--dev-php/PEAR-PEAR/PEAR-PEAR-1.3.5-r1.ebuild4
-rw-r--r--dev-php/PEAR-PEAR/PEAR-PEAR-1.3.5.ebuild4
-rw-r--r--dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.1.0.ebuild4
-rw-r--r--dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.2.2.ebuild4
15 files changed, 32 insertions, 32 deletions
diff --git a/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.2.ebuild b/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.2.ebuild
index c92d0b3dc644..725a188ac3db 100644
--- a/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.2.ebuild
+++ b/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.2.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-Archive_Tar/PEAR-Archive_Tar-1.2.ebuild,v 1.11 2005/05/02 05:09:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.2.ebuild,v 1.12 2005/05/13 01:16:06 vapier Exp $
inherit php-pear
@@ -8,5 +8,5 @@ DESCRIPTION="Tar file management class"
LICENSE="PHP"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86"
IUSE=""
diff --git a/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.3.1.ebuild b/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.3.1.ebuild
index caa578cdf743..9d63af31c336 100644
--- a/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.3.1.ebuild
+++ b/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.3.1.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-Archive_Tar/PEAR-Archive_Tar-1.3.1.ebuild,v 1.2 2005/05/02 05:08:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.3.1.ebuild,v 1.3 2005/05/13 01:16:06 vapier Exp $
inherit php-pear
@@ -8,5 +8,5 @@ DESCRIPTION="Tar file management class"
LICENSE="PHP"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE=""
diff --git a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.ebuild b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.ebuild
index 8c621b9dd29a..fac81b1a26b9 100644
--- a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.ebuild
+++ b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.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-Console_Getopt/PEAR-Console_Getopt-1.2.ebuild,v 1.11 2005/05/02 05:09:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.ebuild,v 1.12 2005/05/13 01:17:29 vapier Exp $
inherit php-pear
@@ -8,5 +8,5 @@ DESCRIPTION="Command-line option parser"
LICENSE="PHP"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86"
IUSE=""
diff --git a/dev-php/PEAR-DB/PEAR-DB-1.6.4.ebuild b/dev-php/PEAR-DB/PEAR-DB-1.6.4.ebuild
index 6d05e599cacf..ee9823cc04fb 100644
--- a/dev-php/PEAR-DB/PEAR-DB-1.6.4.ebuild
+++ b/dev-php/PEAR-DB/PEAR-DB-1.6.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-DB/PEAR-DB-1.6.4.ebuild,v 1.8 2005/02/12 15:14:38 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/PEAR-DB-1.6.4.ebuild,v 1.9 2005/05/13 01:17:46 vapier Exp $
inherit php-pear
@@ -8,5 +8,5 @@ DESCRIPTION="Database abstraction layer for PHP"
LICENSE="PHP"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc s390 sparc x86"
IUSE=""
diff --git a/dev-php/PEAR-DB/PEAR-DB-1.6.8.ebuild b/dev-php/PEAR-DB/PEAR-DB-1.6.8.ebuild
index 04f6f8e5b66e..c1f40a826366 100644
--- a/dev-php/PEAR-DB/PEAR-DB-1.6.8.ebuild
+++ b/dev-php/PEAR-DB/PEAR-DB-1.6.8.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-DB/PEAR-DB-1.6.8.ebuild,v 1.10 2005/05/06 20:12:21 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/PEAR-DB-1.6.8.ebuild,v 1.11 2005/05/13 01:17:46 vapier Exp $
inherit php-pear
@@ -8,5 +8,5 @@ DESCRIPTION="Database abstraction layer for PHP"
LICENSE="PHP"
SLOT="0"
-KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 ppc64"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86"
IUSE=""
diff --git a/dev-php/PEAR-Date/PEAR-Date-1.4.3.ebuild b/dev-php/PEAR-Date/PEAR-Date-1.4.3.ebuild
index cccd86dde2e4..3d1e9f4759a9 100644
--- a/dev-php/PEAR-Date/PEAR-Date-1.4.3.ebuild
+++ b/dev-php/PEAR-Date/PEAR-Date-1.4.3.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-Date/PEAR-Date-1.4.3.ebuild,v 1.12 2005/05/06 20:17:09 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Date/PEAR-Date-1.4.3.ebuild,v 1.13 2005/05/13 01:18:05 vapier Exp $
inherit php-pear
@@ -8,5 +8,5 @@ DESCRIPTION="Date and Time Zone Classes"
LICENSE="PHP"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86"
IUSE=""
diff --git a/dev-php/PEAR-File/PEAR-File-1.0.3.ebuild b/dev-php/PEAR-File/PEAR-File-1.0.3.ebuild
index 2c47f7769f40..c16bd89128ae 100644
--- a/dev-php/PEAR-File/PEAR-File-1.0.3.ebuild
+++ b/dev-php/PEAR-File/PEAR-File-1.0.3.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-File/PEAR-File-1.0.3.ebuild,v 1.9 2005/05/06 20:29:49 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File/PEAR-File-1.0.3.ebuild,v 1.10 2005/05/13 01:18:22 vapier Exp $
inherit php-pear
@@ -8,5 +8,5 @@ DESCRIPTION="Common file and directory routines"
LICENSE="PHP"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ~ppc ppc64 s390 sparc x86"
IUSE=""
diff --git a/dev-php/PEAR-Log/PEAR-Log-1.8.4.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.8.4.ebuild
index ba18fe947445..8b57a273c6ea 100644
--- a/dev-php/PEAR-Log/PEAR-Log-1.8.4.ebuild
+++ b/dev-php/PEAR-Log/PEAR-Log-1.8.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-Log/PEAR-Log-1.8.4.ebuild,v 1.13 2005/05/12 13:31:35 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.8.4.ebuild,v 1.14 2005/05/13 01:18:39 vapier Exp $
inherit php-pear
@@ -8,7 +8,7 @@ DESCRIPTION="The Log framework provides an abstracted logging system supporting
LICENSE="PHP"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86"
IUSE=""
RDEPEND="dev-php/PEAR-DB"
diff --git a/dev-php/PEAR-Log/PEAR-Log-1.8.7.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.8.7.ebuild
index 57ec18a17dcd..fc11695da314 100644
--- a/dev-php/PEAR-Log/PEAR-Log-1.8.7.ebuild
+++ b/dev-php/PEAR-Log/PEAR-Log-1.8.7.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-Log/PEAR-Log-1.8.7.ebuild,v 1.2 2005/05/12 13:43:33 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.8.7.ebuild,v 1.3 2005/05/13 01:18:39 vapier Exp $
inherit php-pear
@@ -8,7 +8,7 @@ DESCRIPTION="The Log framework provides an abstracted logging system supporting
LICENSE="PHP"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE=""
RDEPEND="dev-php/PEAR-DB"
diff --git a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1-r1.ebuild b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1-r1.ebuild
index dbe5b8c2dca3..973b779bbffd 100644
--- a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1-r1.ebuild
+++ b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1-r1.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-Mail_Mime/PEAR-Mail_Mime-1.2.1-r1.ebuild,v 1.13 2005/04/06 19:24:39 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1-r1.ebuild,v 1.14 2005/05/13 01:18:58 vapier Exp $
inherit php-pear
-DESCRIPTION="Provides classes to deal with creation and manipulation of mime messages."
+DESCRIPTION="Provides classes to deal with creation and manipulation of mime messages"
LICENSE="PHP"
SLOT="0"
-KEYWORDS="x86 sparc alpha ppc ia64 amd64 hppa ppc64"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86"
IUSE=""
diff --git a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.3.0.ebuild b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.3.0.ebuild
index bf27ac054500..9afe6818b8f8 100644
--- a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.3.0.ebuild
+++ b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.3.0.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-Mail_Mime/PEAR-Mail_Mime-1.3.0.ebuild,v 1.1 2005/05/06 04:50:35 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.3.0.ebuild,v 1.2 2005/05/13 01:18:58 vapier Exp $
inherit php-pear
-DESCRIPTION="Provides classes to deal with creation and manipulation of mime messages."
+DESCRIPTION="Provides classes to deal with creation and manipulation of mime messages"
LICENSE="PHP"
SLOT="0"
-KEYWORDS="~x86 ~sparc ~alpha ~ppc ~ia64 ~amd64 ~hppa ~ppc64"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE=""
diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.5-r1.ebuild b/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.5-r1.ebuild
index 4129d7ce7347..a87e910359b2 100644
--- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.5-r1.ebuild
+++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.5-r1.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-PEAR/PEAR-PEAR-1.3.5-r1.ebuild,v 1.7 2005/05/02 05:10:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.5-r1.ebuild,v 1.8 2005/05/13 01:19:11 vapier Exp $
ARCHIVE_TAR="1.2"
CONSOLE_GETOPT="1.2"
@@ -16,7 +16,7 @@ SRC_URI="http://pear.php.net/get/Archive_Tar-${ARCHIVE_TAR}.tgz
LICENSE="PHP"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE=""
DEPEND="virtual/php dev-php/php"
diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.5.ebuild b/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.5.ebuild
index 44e8a583be61..5145d16603f0 100644
--- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.5.ebuild
+++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.5.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-PEAR/PEAR-PEAR-1.3.5.ebuild,v 1.11 2005/05/02 05:10:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.5.ebuild,v 1.12 2005/05/13 01:19:11 vapier Exp $
inherit php-pear
@@ -8,7 +8,7 @@ DESCRIPTION="PEAR Base System"
LICENSE="PHP"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86"
IUSE=""
RDEPEND=">=dev-php/PEAR-Archive_Tar-1.1
diff --git a/dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.1.0.ebuild b/dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.1.0.ebuild
index dabc6f62cfdd..aba6a538360f 100644
--- a/dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.1.0.ebuild
+++ b/dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.1.0.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-XML_RPC/PEAR-XML_RPC-1.1.0.ebuild,v 1.10 2005/05/02 05:08:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.1.0.ebuild,v 1.11 2005/05/13 01:19:30 vapier Exp $
inherit php-pear
@@ -8,5 +8,5 @@ DESCRIPTION="PHP implementation of the XML-RPC protocol"
LICENSE="PHP"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86"
IUSE=""
diff --git a/dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.2.2.ebuild b/dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.2.2.ebuild
index cfeff1a4e9a2..ebec972f4cc9 100644
--- a/dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.2.2.ebuild
+++ b/dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.2.2.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-XML_RPC/PEAR-XML_RPC-1.2.2.ebuild,v 1.2 2005/05/02 05:07:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.2.2.ebuild,v 1.3 2005/05/13 01:19:30 vapier Exp $
inherit php-pear
@@ -8,5 +8,5 @@ DESCRIPTION="PHP implementation of the XML-RPC protocol"
LICENSE="PHP"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE=""