diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-02-20 06:26:27 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-02-20 06:26:27 +0000 |
commit | 3b4b606965f2cc1673a0cc2e873f4c95450b73e7 (patch) | |
tree | 2158ea3d6bfb011f94c71a51a2e074932f2c7fc3 /dev-php | |
parent | Stable (diff) | |
download | gentoo-2-3b4b606965f2cc1673a0cc2e873f4c95450b73e7.tar.gz gentoo-2-3b4b606965f2cc1673a0cc2e873f4c95450b73e7.tar.bz2 gentoo-2-3b4b606965f2cc1673a0cc2e873f4c95450b73e7.zip |
Mark stable on x86 and amd64 for bug 82545.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Archive_Tar/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.2.ebuild | 4 | ||||
-rw-r--r-- | dev-php/PEAR-Console_Getopt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.ebuild | 4 | ||||
-rw-r--r-- | dev-php/PEAR-PEAR/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-PEAR/PEAR-PEAR-1.3.5.ebuild | 4 | ||||
-rw-r--r-- | dev-php/PEAR-XML_RPC/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.1.0.ebuild | 4 |
8 files changed, 28 insertions, 12 deletions
diff --git a/dev-php/PEAR-Archive_Tar/ChangeLog b/dev-php/PEAR-Archive_Tar/ChangeLog index 8c5cc6bd78ae..5e0c16fbbd22 100644 --- a/dev-php/PEAR-Archive_Tar/ChangeLog +++ b/dev-php/PEAR-Archive_Tar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Archive_Tar # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Archive_Tar/ChangeLog,v 1.4 2005/02/20 01:55:17 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Archive_Tar/ChangeLog,v 1.5 2005/02/20 06:22:58 sebastian Exp $ + + 20 Feb 2005; Sebastian Bergmann <sebastian@gentoo.org> + PEAR-Archive_Tar-1.2.ebuild: + Mark stable on x86 and amd64 for bug 82545. 20 Feb 2005; Joseph Jezak <josejx@gentoo.org> PEAR-Archive_Tar-1.2.ebuild: Marked ppc stable for bug #82545. 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 2b9904647ebf..dbb0102af5d7 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,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-Archive_Tar/PEAR-Archive_Tar-1.2.ebuild,v 1.4 2005/02/20 01:55:17 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.2.ebuild,v 1.5 2005/02/20 06:22:58 sebastian Exp $ inherit php-pear DESCRIPTION="Tar file management class." LICENSE="PHP" SLOT="0" -KEYWORDS="~x86 ~amd64 ppc64 ppc" +KEYWORDS="x86 amd64 ppc64 ppc" IUSE="" diff --git a/dev-php/PEAR-Console_Getopt/ChangeLog b/dev-php/PEAR-Console_Getopt/ChangeLog index 73e1e223ecf0..e36abaa477f9 100644 --- a/dev-php/PEAR-Console_Getopt/ChangeLog +++ b/dev-php/PEAR-Console_Getopt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Console_Getopt # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.4 2005/02/20 04:12:35 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.5 2005/02/20 06:24:16 sebastian Exp $ + + 20 Feb 2005; Sebastian Bergmann <sebastian@gentoo.org> + PEAR-Console_Getopt-1.2.ebuild: + Mark stable on x86 and amd64 for bug 82545. 20 Feb 2005; Joseph Jezak <josejx@gentoo.org> PEAR-Console_Getopt-1.2.ebuild: 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 8f3da234e845..4f8a07e0ccd5 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,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-Console_Getopt/PEAR-Console_Getopt-1.2.ebuild,v 1.4 2005/02/20 04:12:35 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.ebuild,v 1.5 2005/02/20 06:24:16 sebastian Exp $ inherit php-pear DESCRIPTION="Command-line option parser." LICENSE="PHP" SLOT="0" -KEYWORDS="~x86 ~amd64 ppc64 ppc" +KEYWORDS="x86 amd64 ppc64 ppc" IUSE="" diff --git a/dev-php/PEAR-PEAR/ChangeLog b/dev-php/PEAR-PEAR/ChangeLog index 1a5810763079..32428f6eae8c 100644 --- a/dev-php/PEAR-PEAR/ChangeLog +++ b/dev-php/PEAR-PEAR/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-PEAR # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v 1.5 2005/02/20 04:30:32 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v 1.6 2005/02/20 06:26:27 sebastian Exp $ + + 20 Feb 2005; Sebastian Bergmann <sebastian@gentoo.org> + PEAR-PEAR-1.3.5.ebuild: + Mark stable on x86 and amd64 for bug 82545. 20 Feb 2005; Joseph Jezak <josejx@gentoo.org> PEAR-PEAR-1.3.5.ebuild: Marked ppc stable for bug #82545. 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 2fdcc3c13a13..c8b1a9b7234d 100644 --- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.5.ebuild +++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.5.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-PEAR/PEAR-PEAR-1.3.5.ebuild,v 1.4 2005/02/20 04:30:32 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.5.ebuild,v 1.5 2005/02/20 06:26:27 sebastian Exp $ inherit php-pear DESCRIPTION="PEAR Base System." LICENSE="PHP" SLOT="0" -KEYWORDS="~x86 ~amd64 ppc64 ppc" +KEYWORDS="x86 amd64 ppc64 ppc" IUSE="" RDEPEND=">=dev-php/PEAR-Archive_Tar-1.1 >=dev-php/PEAR-Console_Getopt-1.2 diff --git a/dev-php/PEAR-XML_RPC/ChangeLog b/dev-php/PEAR-XML_RPC/ChangeLog index 844ba860dd85..9f5f258fb5cb 100644 --- a/dev-php/PEAR-XML_RPC/ChangeLog +++ b/dev-php/PEAR-XML_RPC/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-XML_RPC # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_RPC/ChangeLog,v 1.4 2005/02/20 03:52:41 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_RPC/ChangeLog,v 1.5 2005/02/20 06:25:42 sebastian Exp $ + + 20 Feb 2005; Sebastian Bergmann <sebastian@gentoo.org> + PEAR-XML_RPC-1.1.0.ebuild: + Mark stable on x86 and amd64 for bug 82545. 20 Feb 2005; Joseph Jezak <josejx@gentoo.org> PEAR-XML_RPC-1.1.0.ebuild: Marked ppc stable for bug #82545. 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 aa24abd045fc..9ac1bf53bd80 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,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-XML_RPC/PEAR-XML_RPC-1.1.0.ebuild,v 1.4 2005/02/20 03:52:41 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.1.0.ebuild,v 1.5 2005/02/20 06:25:42 sebastian Exp $ inherit php-pear DESCRIPTION="PHP implementation of the XML-RPC protocol." LICENSE="PHP" SLOT="0" -KEYWORDS="~x86 ~amd64 ppc64 ppc" +KEYWORDS="x86 amd64 ppc64 ppc" IUSE="" |