diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-01-22 17:54:51 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-01-22 17:54:51 +0000 |
commit | 6387afcb51b29718fb849608f27cb1339bbf582b (patch) | |
tree | 72068c9f5bcf1fceab6b00c4212f26a145ba28ad /dev-php4 | |
parent | Reworked filter-flags to be more consistent; factored out common code (diff) | |
download | gentoo-2-6387afcb51b29718fb849608f27cb1339bbf582b.tar.gz gentoo-2-6387afcb51b29718fb849608f27cb1339bbf582b.tar.bz2 gentoo-2-6387afcb51b29718fb849608f27cb1339bbf582b.zip |
stable amd64
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-php4')
-rw-r--r-- | dev-php4/pecl-sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php4/pecl-sqlite/pecl-sqlite-1.0.3.ebuild | 4 | ||||
-rw-r--r-- | dev-php4/pecl-yaz/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php4/pecl-yaz/pecl-yaz-1.0.4.ebuild | 4 | ||||
-rw-r--r-- | dev-php4/pecl-zip/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php4/pecl-zip/pecl-zip-1.0.ebuild | 4 |
6 files changed, 18 insertions, 9 deletions
diff --git a/dev-php4/pecl-sqlite/ChangeLog b/dev-php4/pecl-sqlite/ChangeLog index 49caa88147e7..8b6783ccf1ad 100644 --- a/dev-php4/pecl-sqlite/ChangeLog +++ b/dev-php4/pecl-sqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php4/pecl-sqlite # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-sqlite/ChangeLog,v 1.11 2006/01/21 23:21:44 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-sqlite/ChangeLog,v 1.12 2006/01/22 17:51:01 blubb Exp $ + + 22 Jan 2006; Simon Stelling <blubb@gentoo.org> pecl-sqlite-1.0.3.ebuild: + stable on amd64 21 Jan 2006; Jason Wever <weeve@gentoo.org> pecl-sqlite-1.0.3.ebuild: Stable on SPARC wrt bug #119450. diff --git a/dev-php4/pecl-sqlite/pecl-sqlite-1.0.3.ebuild b/dev-php4/pecl-sqlite/pecl-sqlite-1.0.3.ebuild index e1ed2f56843b..3c8a2011fcad 100644 --- a/dev-php4/pecl-sqlite/pecl-sqlite-1.0.3.ebuild +++ b/dev-php4/pecl-sqlite/pecl-sqlite-1.0.3.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-php4/pecl-sqlite/pecl-sqlite-1.0.3.ebuild,v 1.16 2006/01/21 23:21:44 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-sqlite/pecl-sqlite-1.0.3.ebuild,v 1.17 2006/01/22 17:51:02 blubb Exp $ PHP_EXT_NAME="sqlite" PHP_EXT_PECL_PKG="SQLite" @@ -9,7 +9,7 @@ PHP_EXT_ZENDEXT="no" inherit php-ext-pecl-r1 -KEYWORDS="~alpha ~amd64 arm ia64 ppc ppc64 s390 sh sparc x86" +KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86" DESCRIPTION="PHP bindings for the SQLite database engine." LICENSE="PHP" SLOT="0" diff --git a/dev-php4/pecl-yaz/ChangeLog b/dev-php4/pecl-yaz/ChangeLog index b09c35c0c6a4..197154aaa69d 100644 --- a/dev-php4/pecl-yaz/ChangeLog +++ b/dev-php4/pecl-yaz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php4/pecl-yaz # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-yaz/ChangeLog,v 1.9 2006/01/21 23:22:39 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-yaz/ChangeLog,v 1.10 2006/01/22 17:54:51 blubb Exp $ + + 22 Jan 2006; Simon Stelling <blubb@gentoo.org> pecl-yaz-1.0.4.ebuild: + stable on amd64 21 Jan 2006; Jason Wever <weeve@gentoo.org> pecl-yaz-1.0.4.ebuild: Stable on SPARC wrt bug #119451. diff --git a/dev-php4/pecl-yaz/pecl-yaz-1.0.4.ebuild b/dev-php4/pecl-yaz/pecl-yaz-1.0.4.ebuild index 829d073bbac1..d91d409ac383 100644 --- a/dev-php4/pecl-yaz/pecl-yaz-1.0.4.ebuild +++ b/dev-php4/pecl-yaz/pecl-yaz-1.0.4.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-php4/pecl-yaz/pecl-yaz-1.0.4.ebuild,v 1.13 2006/01/21 23:22:39 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-yaz/pecl-yaz-1.0.4.ebuild,v 1.14 2006/01/22 17:54:51 blubb Exp $ PHP_EXT_NAME="yaz" PHP_EXT_INI="yes" @@ -8,7 +8,7 @@ PHP_EXT_ZENDEXT="no" inherit php-ext-pecl-r1 -KEYWORDS="~alpha ~amd64 arm ia64 ppc ppc64 s390 sh sparc x86" +KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86" DESCRIPTION="This extension implements a Z39.50 client for PHP using the YAZ toolkit." LICENSE="PHP" SLOT="0" diff --git a/dev-php4/pecl-zip/ChangeLog b/dev-php4/pecl-zip/ChangeLog index ea76900a67d5..0407b8f4a7b1 100644 --- a/dev-php4/pecl-zip/ChangeLog +++ b/dev-php4/pecl-zip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php4/pecl-zip # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-zip/ChangeLog,v 1.9 2006/01/21 23:20:30 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-zip/ChangeLog,v 1.10 2006/01/22 17:50:16 blubb Exp $ + + 22 Jan 2006; Simon Stelling <blubb@gentoo.org> pecl-zip-1.0.ebuild: + stable on amd64 21 Jan 2006; Jason Wever <weeve@gentoo.org> pecl-zip-1.0.ebuild: Stable on SPARC wrt bug #119449. diff --git a/dev-php4/pecl-zip/pecl-zip-1.0.ebuild b/dev-php4/pecl-zip/pecl-zip-1.0.ebuild index deb0e090fbd5..bd6fee2e8093 100644 --- a/dev-php4/pecl-zip/pecl-zip-1.0.ebuild +++ b/dev-php4/pecl-zip/pecl-zip-1.0.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-php4/pecl-zip/pecl-zip-1.0.ebuild,v 1.12 2006/01/21 23:20:30 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-zip/pecl-zip-1.0.ebuild,v 1.13 2006/01/22 17:50:16 blubb Exp $ PHP_EXT_NAME="zip" PHP_EXT_INI="yes" @@ -8,7 +8,7 @@ PHP_EXT_ZENDEXT="no" inherit php-ext-pecl-r1 -KEYWORDS="~alpha ~amd64 arm ia64 ppc ppc64 s390 sh sparc x86" +KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86" DESCRIPTION="PHP zip management extension." LICENSE="PHP" SLOT="0" |