diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-11 21:30:07 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-11 21:30:07 +0000 |
commit | d81a060f9a61e671a06359ed9793547b7ef89113 (patch) | |
tree | 9a688d2a58e0f41962184822cbb5ddb6901b31dd /dev-php5 | |
parent | Version bump, from the php overlay (diff) | |
download | historical-d81a060f9a61e671a06359ed9793547b7ef89113.tar.gz historical-d81a060f9a61e671a06359ed9793547b7ef89113.tar.bz2 historical-d81a060f9a61e671a06359ed9793547b7ef89113.zip |
Version bump, from the php overlay
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-php5')
24 files changed, 373 insertions, 46 deletions
diff --git a/dev-php5/ezc-DatabaseSchema/ChangeLog b/dev-php5/ezc-DatabaseSchema/ChangeLog index d42c7c070263..750f90935ebe 100644 --- a/dev-php5/ezc-DatabaseSchema/ChangeLog +++ b/dev-php5/ezc-DatabaseSchema/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/ezc-DatabaseSchema # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-DatabaseSchema/ChangeLog,v 1.12 2008/01/13 16:02:00 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-DatabaseSchema/ChangeLog,v 1.13 2008/02/11 21:15:44 armin76 Exp $ + +*ezc-DatabaseSchema-1.3.1 (11 Feb 2008) + + 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> + +ezc-DatabaseSchema-1.3.1.ebuild: + Version bump, from the php overlay *ezc-DatabaseSchema-1.3 (13 Jan 2008) diff --git a/dev-php5/ezc-DatabaseSchema/ezc-DatabaseSchema-1.3.1.ebuild b/dev-php5/ezc-DatabaseSchema/ezc-DatabaseSchema-1.3.1.ebuild new file mode 100644 index 000000000000..937b232ff78f --- /dev/null +++ b/dev-php5/ezc-DatabaseSchema/ezc-DatabaseSchema-1.3.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-DatabaseSchema/ezc-DatabaseSchema-1.3.1.ebuild,v 1.1 2008/02/11 21:15:44 armin76 Exp $ + +EZC_BASE_MIN="1.4.1" +inherit php-ezc + +DESCRIPTION="This eZ component provides a set of classes that allow you to extract information from a database schema, +compare database schemas and apply a set of changes to a database schema." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php5/ezc-Mail/ChangeLog b/dev-php5/ezc-Mail/ChangeLog index 71f64b5bef3d..f4756288defd 100644 --- a/dev-php5/ezc-Mail/ChangeLog +++ b/dev-php5/ezc-Mail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php5/ezc-Mail # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Mail/ChangeLog,v 1.20 2008/01/13 16:05:52 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Mail/ChangeLog,v 1.21 2008/02/11 21:18:00 armin76 Exp $ + +*ezc-Mail-1.4.1 (11 Feb 2008) + + 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> +ezc-Mail-1.4.1.ebuild: + Version bump, from the php overlay *ezc-Mail-1.4 (13 Jan 2008) diff --git a/dev-php5/ezc-Mail/ezc-Mail-1.4.1.ebuild b/dev-php5/ezc-Mail/ezc-Mail-1.4.1.ebuild new file mode 100644 index 000000000000..9214696c34b0 --- /dev/null +++ b/dev-php5/ezc-Mail/ezc-Mail-1.4.1.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Mail/ezc-Mail-1.4.1.ebuild,v 1.1 2008/02/11 21:18:00 armin76 Exp $ + +EZC_BASE_MIN="1.4.1" +inherit php-ezc + +DESCRIPTION="This eZ component allows you construct Mail messages conforming to the RFCs." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php5/ezc-PersistentObject/ChangeLog b/dev-php5/ezc-PersistentObject/ChangeLog index 2bc811ad17e7..2cd10b0269b8 100644 --- a/dev-php5/ezc-PersistentObject/ChangeLog +++ b/dev-php5/ezc-PersistentObject/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/ezc-PersistentObject # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-PersistentObject/ChangeLog,v 1.15 2008/01/13 16:06:16 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-PersistentObject/ChangeLog,v 1.16 2008/02/11 21:19:20 armin76 Exp $ + +*ezc-PersistentObject-1.3.4 (11 Feb 2008) + + 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> + +ezc-PersistentObject-1.3.4.ebuild: + Version bump, from the php overlay *ezc-PersistentObject-1.3.3 (13 Jan 2008) diff --git a/dev-php5/ezc-PersistentObject/ezc-PersistentObject-1.3.4.ebuild b/dev-php5/ezc-PersistentObject/ezc-PersistentObject-1.3.4.ebuild new file mode 100644 index 000000000000..0299e835a171 --- /dev/null +++ b/dev-php5/ezc-PersistentObject/ezc-PersistentObject-1.3.4.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-PersistentObject/ezc-PersistentObject-1.3.4.ebuild,v 1.1 2008/02/11 21:19:20 armin76 Exp $ + +EZC_BASE_MIN="1.4.1" +inherit php-ezc + +DESCRIPTION="This eZ component allows you to store an arbitrary data structures to a fixed database table." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=dev-php5/ezc-Database-1.3" diff --git a/dev-php5/ezc-eZcomponents/ChangeLog b/dev-php5/ezc-eZcomponents/ChangeLog index 923634eead1c..7523a2294b3a 100644 --- a/dev-php5/ezc-eZcomponents/ChangeLog +++ b/dev-php5/ezc-eZcomponents/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/ezc-eZcomponents # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-eZcomponents/ChangeLog,v 1.20 2008/01/13 16:12:24 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-eZcomponents/ChangeLog,v 1.21 2008/02/11 21:21:19 armin76 Exp $ + +*ezc-eZcomponents-2007.2.1 (11 Feb 2008) + + 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> + +ezc-eZcomponents-2007.2.1.ebuild: + Version bump, from the php overlay *ezc-eZcomponents-2007.2 (13 Jan 2008) diff --git a/dev-php5/ezc-eZcomponents/ezc-eZcomponents-2007.2.1.ebuild b/dev-php5/ezc-eZcomponents/ezc-eZcomponents-2007.2.1.ebuild new file mode 100644 index 000000000000..fc810274950f --- /dev/null +++ b/dev-php5/ezc-eZcomponents/ezc-eZcomponents-2007.2.1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-eZcomponents/ezc-eZcomponents-2007.2.1.ebuild,v 1.1 2008/02/11 21:21:19 armin76 Exp $ + +DESCRIPTION="eZ components is an enterprise ready general purpose PHP platform." +HOMEPAGE="http://ez.no/products/ez_components" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +RDEPEND=" + >=dev-php5/ezc-Archive-1.2.4 + >=dev-php5/ezc-Authentication-1.1 + >=dev-php5/ezc-AuthenticationDatabaseTiein-1.1 + >=dev-php5/ezc-Base-1.4.1 + >=dev-php5/ezc-Cache-1.3 + >=dev-php5/ezc-Configuration-1.2 + >=dev-php5/ezc-ConsoleTools-1.3.2 + >=dev-php5/ezc-Database-1.3.4 + >=dev-php5/ezc-DatabaseSchema-1.3.1 + >=dev-php5/ezc-Debug-1.1 + >=dev-php5/ezc-EventLog-1.2 + >=dev-php5/ezc-EventLogDatabaseTiein-1.0.2 + >=dev-php5/ezc-Execution-1.1 + >=dev-php5/ezc-File-1.2 + >=dev-php5/ezc-Graph-1.2 + >=dev-php5/ezc-GraphDatabaseTiein-1.0 + >=dev-php5/ezc-ImageAnalysis-1.1.2 + >=dev-php5/ezc-ImageConversion-1.3.3 + >=dev-php5/ezc-Mail-1.4.1 + >=dev-php5/ezc-PersistentObject-1.3.4 + >=dev-php5/ezc-PersistentObjectDatabaseSchemaTiein-1.2.1 + >=dev-php5/ezc-PhpGenerator-1.0.4 + >=dev-php5/ezc-SignalSlot-1.1 + >=dev-php5/ezc-SystemInformation-1.0.5 + >=dev-php5/ezc-Template-1.2 + >=dev-php5/ezc-Translation-1.1.6 + >=dev-php5/ezc-TranslationCacheTiein-1.1.2 + >=dev-php5/ezc-Tree-1.0 + >=dev-php5/ezc-TreeDatabaseTiein-1.0 + >=dev-php5/ezc-TreePersistentObjectTiein-1.0 + >=dev-php5/ezc-Url-1.2 + >=dev-php5/ezc-UserInput-1.2 + >=dev-php5/ezc-Webdav-1.0 + >=dev-php5/ezc-Workflow-1.1 + >=dev-php5/ezc-WorkflowDatabaseTiein-1.1 + >=dev-php5/ezc-WorkflowEventLogTiein-1.1" diff --git a/dev-php5/magickwand/ChangeLog b/dev-php5/magickwand/ChangeLog index bd2ae23c6e7c..efe0b8a10a8f 100644 --- a/dev-php5/magickwand/ChangeLog +++ b/dev-php5/magickwand/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php5/magickwand -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/magickwand/ChangeLog,v 1.4 2007/10/05 23:43:40 anant Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/magickwand/ChangeLog,v 1.5 2008/02/11 21:22:27 armin76 Exp $ + +*magickwand-1.0.6 (11 Feb 2008) + + 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> +magickwand-1.0.6.ebuild: + Version bump, from the php overlay *magickwand-1.0.5 (06 Oct 2007) diff --git a/dev-php5/magickwand/magickwand-1.0.6.ebuild b/dev-php5/magickwand/magickwand-1.0.6.ebuild new file mode 100644 index 000000000000..27cb04d1d427 --- /dev/null +++ b/dev-php5/magickwand/magickwand-1.0.6.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/magickwand/magickwand-1.0.6.ebuild,v 1.1 2008/02/11 21:22:27 armin76 Exp $ + +PHP_EXT_NAME="magickwand" +PHP_EXT_ZENDEXT="no" +PHP_EXT_INI="yes" + +MY_PN="MagickWandForPHP" + +inherit php-ext-source-r1 + +DESCRIPTION="A native PHP-extension to the ImageMagick MagickWand API." +HOMEPAGE="http://www.magickwand.org/" +SRC_URI="http://www.magickwand.org/download/php/${MY_PN}-${PV}.tar.bz2" + +LICENSE="MagickWand" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=">=media-gfx/imagemagick-6.3.5.9" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_PN}-${PV}" + +need_php_by_category + +src_install() { + php-ext-source-r1_src_install + + dodoc-php AUTHOR ChangeLog CREDITS README TODO +} diff --git a/dev-php5/pecl-bbcode/ChangeLog b/dev-php5/pecl-bbcode/ChangeLog index bbd8c1b1db18..5b8c48fa37e0 100644 --- a/dev-php5/pecl-bbcode/ChangeLog +++ b/dev-php5/pecl-bbcode/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php5/pecl-bbcode -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-bbcode/ChangeLog,v 1.2 2007/12/06 01:06:01 jokey Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-bbcode/ChangeLog,v 1.3 2008/02/11 21:23:18 armin76 Exp $ + +*pecl-bbcode-1.0.0 (11 Feb 2008) + + 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> +pecl-bbcode-1.0.0.ebuild: + Version bump, from the php overlay 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> pecl-bbcode-0.10.4.ebuild: LICENSE fix from project overlay diff --git a/dev-php5/pecl-bbcode/pecl-bbcode-1.0.0.ebuild b/dev-php5/pecl-bbcode/pecl-bbcode-1.0.0.ebuild new file mode 100644 index 000000000000..b711364a9c8f --- /dev/null +++ b/dev-php5/pecl-bbcode/pecl-bbcode-1.0.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-bbcode/pecl-bbcode-1.0.0.ebuild,v 1.1 2008/02/11 21:23:18 armin76 Exp $ + +PHP_EXT_NAME="bbcode" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="TODO" + +inherit php-ext-pecl-r1 + +KEYWORDS="~x86" + +DESCRIPTION="A quick and efficient BBCode Parsing Library." +LICENSE="PHP-3.01 BSD" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="" + +need_php_by_category diff --git a/dev-php5/pecl-imagick/ChangeLog b/dev-php5/pecl-imagick/ChangeLog index 7b3602f6d710..e443937b7ae1 100644 --- a/dev-php5/pecl-imagick/ChangeLog +++ b/dev-php5/pecl-imagick/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-php5/pecl-imagick # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-imagick/ChangeLog,v 1.17 2008/01/16 00:43:06 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-imagick/ChangeLog,v 1.18 2008/02/11 21:24:58 armin76 Exp $ + +*pecl-imagick-2.1.0 (11 Feb 2008) + + 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> + -pecl-imagick-2.1.0_rc2.ebuild, -pecl-imagick-2.1.0_rc3.ebuild, + +pecl-imagick-2.1.0.ebuild: + Version bump, from the php overlay 16 Jan 2008; Hanno Boeck <hanno@gentoo.org> pecl-imagick-2.0.1.ebuild: Stable on amd64. diff --git a/dev-php5/pecl-imagick/pecl-imagick-2.1.0_rc3.ebuild b/dev-php5/pecl-imagick/pecl-imagick-2.1.0.ebuild index 626016115ba2..0a0a5a4ce32d 100644 --- a/dev-php5/pecl-imagick/pecl-imagick-2.1.0_rc3.ebuild +++ b/dev-php5/pecl-imagick/pecl-imagick-2.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-imagick/pecl-imagick-2.1.0_rc3.ebuild,v 1.1 2008/01/13 15:23:05 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-imagick/pecl-imagick-2.1.0.ebuild,v 1.1 2008/02/11 21:24:58 armin76 Exp $ PHP_EXT_NAME="imagick" PHP_EXT_INI="yes" @@ -21,5 +21,3 @@ RDEPEND="${DEPEND}" need_php_by_category my_conf="--with-imagick=/usr" - -S="${WORKDIR}/${PECL_PKG_V/rc/RC}" diff --git a/dev-php5/pecl-imagick/pecl-imagick-2.1.0_rc2.ebuild b/dev-php5/pecl-imagick/pecl-imagick-2.1.0_rc2.ebuild deleted file mode 100644 index 8fd6761fb653..000000000000 --- a/dev-php5/pecl-imagick/pecl-imagick-2.1.0_rc2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-imagick/pecl-imagick-2.1.0_rc2.ebuild,v 1.1 2007/12/27 19:59:16 jokey Exp $ - -PHP_EXT_NAME="imagick" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="TODO" - -inherit php-ext-pecl-r1 - -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" - -DESCRIPTION="PHP wrapper for the ImageMagick library." -LICENSE="PHP-3.01" -SLOT="0" -IUSE="examples" - -DEPEND=">=media-gfx/imagemagick-6.2.4" -RDEPEND="${DEPEND}" - -need_php_by_category -my_conf="--with-imagick=/usr" - -S="${WORKDIR}/${PECL_PKG_V/rc/RC}" diff --git a/dev-php5/pecl-memcache/ChangeLog b/dev-php5/pecl-memcache/ChangeLog index cb710f53e1ff..53c400393b77 100644 --- a/dev-php5/pecl-memcache/ChangeLog +++ b/dev-php5/pecl-memcache/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-php5/pecl-memcache -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-memcache/ChangeLog,v 1.20 2007/12/06 01:19:01 jokey Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-memcache/ChangeLog,v 1.21 2008/02/11 21:26:10 armin76 Exp $ + +*pecl-memcache-3.0.1 (11 Feb 2008) +*pecl-memcache-2.2.3 (11 Feb 2008) + + 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> + +pecl-memcache-2.2.3.ebuild, +pecl-memcache-3.0.1.ebuild: + Version bump, from the php overlay 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> pecl-memcache-2.0.4.ebuild, -pecl-memcache-2.1.2.ebuild, pecl-memcache-2.2.1.ebuild, diff --git a/dev-php5/pecl-memcache/pecl-memcache-2.2.3.ebuild b/dev-php5/pecl-memcache/pecl-memcache-2.2.3.ebuild new file mode 100644 index 000000000000..98ae3e14d0a4 --- /dev/null +++ b/dev-php5/pecl-memcache/pecl-memcache-2.2.3.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-memcache/pecl-memcache-2.2.3.ebuild,v 1.1 2008/02/11 21:26:10 armin76 Exp $ + +EAPI="1" +PHP_EXT_NAME="memcache" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="README" + +inherit php-ext-pecl-r1 php-ext-base-r1 depend.php + +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + +DESCRIPTION="PHP extension for using memcached." +LICENSE="PHP-3" +SLOT="0" +IUSE="+session" + +DEPEND="sys-libs/zlib" +RDEPEND="${DEPEND}" + +need_php_by_category + +pkg_setup() { + use session && require_php_with_use session +} + +src_compile() { + my_conf="--enable-memcache --with-zlib-dir=/usr $(use_enable session memcache-session)" + php-ext-pecl-r1_src_compile +} + +src_install() { + php-ext-pecl-r1_src_install + + php-ext-base-r1_addtoinifiles "memcache.allow_failover" "true" + php-ext-base-r1_addtoinifiles "memcache.max_failover_attempts" "20" + php-ext-base-r1_addtoinifiles "memcache.chunk_size" "32768" + php-ext-base-r1_addtoinifiles "memcache.default_port" "11211" + php-ext-base-r1_addtoinifiles "memcache.hash_strategy" "standard" + php-ext-base-r1_addtoinifiles "memcache.hash_function" "crc32" +} diff --git a/dev-php5/pecl-memcache/pecl-memcache-3.0.1.ebuild b/dev-php5/pecl-memcache/pecl-memcache-3.0.1.ebuild new file mode 100644 index 000000000000..8a0cac981767 --- /dev/null +++ b/dev-php5/pecl-memcache/pecl-memcache-3.0.1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-memcache/pecl-memcache-3.0.1.ebuild,v 1.1 2008/02/11 21:26:10 armin76 Exp $ + +EAPI="1" +PHP_EXT_NAME="memcache" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="README" + +inherit php-ext-pecl-r1 php-ext-base-r1 + +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + +DESCRIPTION="PHP extension for using memcached." +LICENSE="PHP-3" +SLOT="0" +IUSE="+session" + +DEPEND="sys-libs/zlib" +RDEPEND="${DEPEND}" + +need_php_by_category + +pkg_setup() { + use session && require_php_with_use session +} + +src_compile() { + my_conf="--enable-memcache --with-zlib-dir=/usr $(use_enable session memcache-session)" + php-ext-pecl-r1_src_compile +} + +src_install() { + php-ext-pecl-r1_src_install + + php-ext-base-r1_addtoinifiles "memcache.allow_failover" "true" + php-ext-base-r1_addtoinifiles "memcache.max_failover_attempts" "20" + php-ext-base-r1_addtoinifiles "memcache.chunk_size" "32768" + php-ext-base-r1_addtoinifiles "memcache.default_port" "11211" + php-ext-base-r1_addtoinifiles "memcache.hash_strategy" "consistent" + php-ext-base-r1_addtoinifiles "memcache.hash_function" "crc32" + php-ext-base-r1_addtoinifiles "memcache.redundancy" "1" + php-ext-base-r1_addtoinifiles "memcache.session_redundancy" "2" + php-ext-base-r1_addtoinifiles "memcache.protocol" "ascii" +} diff --git a/dev-php5/php-qt/ChangeLog b/dev-php5/php-qt/ChangeLog index f9822dbc7155..d23578b58a4a 100644 --- a/dev-php5/php-qt/ChangeLog +++ b/dev-php5/php-qt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/php-qt -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/ChangeLog,v 1.9 2007/12/30 14:33:14 jokey Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/ChangeLog,v 1.10 2008/02/11 21:28:12 armin76 Exp $ + + 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> php-qt-0.9.ebuild: + Version bump, from the php overlay *php-qt-0.9 (30 Dec 2007) diff --git a/dev-php5/php-qt/php-qt-0.9.ebuild b/dev-php5/php-qt/php-qt-0.9.ebuild index 8786d2558714..836a718815ca 100644 --- a/dev-php5/php-qt/php-qt-0.9.ebuild +++ b/dev-php5/php-qt/php-qt-0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild,v 1.1 2007/12/30 14:33:14 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild,v 1.2 2008/02/11 21:28:12 armin76 Exp $ PHP_EXT_NAME="php_qt" PHP_EXT_INI="yes" @@ -41,6 +41,13 @@ pkg_setup() { fi } +src_unpack() { + unpack ${A} + cd "${S}" + # Bug 208301 + epatch "${FILESDIR}"/${P}-no-qwt.patch +} + src_compile() { local mycmakeargs="-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake -DQSCINTILLA_INCLUDE_DIR=/usr/include/Qsci" cmake-utils_src_compile diff --git a/dev-php5/phpunit/ChangeLog b/dev-php5/phpunit/ChangeLog index 979bb14dc9ec..61818cf02917 100644 --- a/dev-php5/phpunit/ChangeLog +++ b/dev-php5/phpunit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php5/phpunit # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.13 2008/02/05 08:55:45 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.14 2008/02/11 21:29:04 armin76 Exp $ + +*phpunit-3.2.10 (11 Feb 2008) + + 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> +phpunit-3.2.10.ebuild: + Version bump, from the php overlay 05 Feb 2008; Christian Faulhammer <opfer@gentoo.org> phpunit-3.2.8.ebuild: stable x86, bug 208848 diff --git a/dev-php5/phpunit/phpunit-3.2.10.ebuild b/dev-php5/phpunit/phpunit-3.2.10.ebuild new file mode 100644 index 000000000000..f9d801c9bbfa --- /dev/null +++ b/dev-php5/phpunit/phpunit-3.2.10.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.2.10.ebuild,v 1.1 2008/02/11 21:29:04 armin76 Exp $ + +inherit php-pear-lib-r1 + +KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86" + +DESCRIPTION="Unit Testing framework for PHP 5." +HOMEPAGE="http://www.phpunit.de/" +SRC_URI="http://pear.phpunit.de/get/PHPUnit-${PV}.tgz" +LICENSE="BSD" +SLOT="0" +IUSE="minimal" + +DEPEND="!dev-php4/phpunit" +RDEPEND="${DEPEND} + !minimal? ( >=dev-php5/xdebug-2.0.0_rc2 + >=dev-php/PEAR-Image_GraphViz-1.2.1 + >=dev-php/PEAR-Log-1.8.7-r1 + >=dev-php/PEAR-Testing_Selenium-0.2.0 )" + +S="${WORKDIR}/PHPUnit-${PV}" + +need_php_by_category + +pkg_setup() { + require_php_with_use pcre reflection spl xml tokenizer +} + +pkg_postinst() { + has_php + elog "${PN} can optionally use json, pdo-sqlite and pdo-mysql features." + elog "If you want those, emerge ${PHP_PKG} with USE=\"json pdo sqlite mysql\"." +} diff --git a/dev-php5/symfony/ChangeLog b/dev-php5/symfony/ChangeLog index 4622305b5bab..6232daa62210 100644 --- a/dev-php5/symfony/ChangeLog +++ b/dev-php5/symfony/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php5/symfony -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/symfony/ChangeLog,v 1.5 2007/12/24 14:53:14 armin76 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/symfony/ChangeLog,v 1.6 2008/02/11 21:30:07 armin76 Exp $ + +*symfony-1.0.11 (11 Feb 2008) + + 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> +symfony-1.0.11.ebuild: + Version bump, from the php overlay *symfony-1.0.10 (24 Dec 2007) diff --git a/dev-php5/symfony/symfony-1.0.11.ebuild b/dev-php5/symfony/symfony-1.0.11.ebuild new file mode 100644 index 000000000000..219ae8b6aeb8 --- /dev/null +++ b/dev-php5/symfony/symfony-1.0.11.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/symfony/symfony-1.0.11.ebuild,v 1.1 2008/02/11 21:30:07 armin76 Exp $ + +inherit php-pear-lib-r1 depend.php + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="Open-source PHP5 professional web framework." +HOMEPAGE="http://www.symfony-project.com/" +SRC_URI="http://pear.symfony-project.com/get/${P}.tgz" +LICENSE="MIT LGPL-2.1 BSD BSD-2 FDL-1.2" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="" + +need_php_by_category + +pkg_setup() { + # Symfony needs some features in PHP5 in order to work + require_php_with_use cli ctype reflection spl simplexml xml pcre session +} |