diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-01-05 20:35:32 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-01-05 20:35:32 +0000 |
commit | 9d88b9bb7e58f9f926d853f5b2eac03f8b47279c (patch) | |
tree | 0e268649085ea3bd88e717a97bdd1bd648628232 /dev-php5 | |
parent | Revision bump including and using fixed patch to use system libbfd (bug #3507... (diff) | |
download | historical-9d88b9bb7e58f9f926d853f5b2eac03f8b47279c.tar.gz historical-9d88b9bb7e58f9f926d853f5b2eac03f8b47279c.tar.bz2 historical-9d88b9bb7e58f9f926d853f5b2eac03f8b47279c.zip |
Fixed bug 350741. Thanks to Daniel T.
Package-Manager: portage-2.1.9.28/cvs/Linux i686
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/eaccelerator/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php5/eaccelerator/eaccelerator-0.9.6.1-r3.ebuild (renamed from dev-php5/eaccelerator/eaccelerator-0.9.6.1-r2.ebuild) | 6 | ||||
-rw-r--r-- | dev-php5/pecl-dio/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php5/pecl-dio/pecl-dio-0.0.4_rc4-r2.ebuild (renamed from dev-php5/pecl-dio/pecl-dio-0.0.4_rc4-r1.ebuild) | 8 | ||||
-rw-r--r-- | dev-php5/pecl-enchant/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php5/pecl-enchant/pecl-enchant-1.1.0-r2.ebuild (renamed from dev-php5/pecl-enchant/pecl-enchant-1.1.0-r1.ebuild) | 8 |
6 files changed, 34 insertions, 16 deletions
diff --git a/dev-php5/eaccelerator/ChangeLog b/dev-php5/eaccelerator/ChangeLog index cdd093dba5fe..85bb549bfe70 100644 --- a/dev-php5/eaccelerator/ChangeLog +++ b/dev-php5/eaccelerator/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/eaccelerator # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/eaccelerator/ChangeLog,v 1.32 2011/01/04 15:18:20 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/eaccelerator/ChangeLog,v 1.33 2011/01/05 20:31:45 olemarkus Exp $ + +*eaccelerator-0.9.6.1-r3 (05 Jan 2011) + + 05 Jan 2011; Ole Markus With <olemarkus@gentoo.org> + -eaccelerator-0.9.6.1-r2.ebuild, +eaccelerator-0.9.6.1-r3.ebuild: + Fixed bug 350741. Thanks to Daniel T. 04 Jan 2011; Markos Chandras <hwoarang@gentoo.org> eaccelerator-0.9.6.1-r1.ebuild: diff --git a/dev-php5/eaccelerator/eaccelerator-0.9.6.1-r2.ebuild b/dev-php5/eaccelerator/eaccelerator-0.9.6.1-r3.ebuild index e408406454ca..e39c027c0ec2 100644 --- a/dev-php5/eaccelerator/eaccelerator-0.9.6.1-r2.ebuild +++ b/dev-php5/eaccelerator/eaccelerator-0.9.6.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/eaccelerator/eaccelerator-0.9.6.1-r2.ebuild,v 1.1 2011/01/04 13:42:54 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/eaccelerator/eaccelerator-0.9.6.1-r3.ebuild,v 1.1 2011/01/05 20:31:45 olemarkus Exp $ PHP_EXT_NAME="eaccelerator" PHP_EXT_INI="yes" @@ -52,13 +52,13 @@ pkg_setup() { fi } -src_compile() { +src_configure() { my_conf="--enable-eaccelerator=shared --with-eaccelerator-userid=`id -u ${HTTPD_USER}`" use debug && my_conf="${my_conf} --with-eaccelerator-debug" use disassembler && my_conf="${my_conf} --with-eaccelerator-disassembler" ! use inode && my_conf="${my_conf} --without-eaccelerator-use-inode" use doccommentinclusion && my_conf="${my_conf} --with-eaccelerator-doc-comment-inclusion" - php-ext-source-r2_src_compile + php-ext-source-r2_src_configure } src_install() { diff --git a/dev-php5/pecl-dio/ChangeLog b/dev-php5/pecl-dio/ChangeLog index b308a943ffb2..2a829a565b8d 100644 --- a/dev-php5/pecl-dio/ChangeLog +++ b/dev-php5/pecl-dio/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/pecl-dio -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-dio/ChangeLog,v 1.2 2010/11/04 10:53:27 mabi Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-dio/ChangeLog,v 1.3 2011/01/05 20:30:25 olemarkus Exp $ + +*pecl-dio-0.0.4_rc4-r2 (05 Jan 2011) + + 05 Jan 2011; Ole Markus With <olemarkus@gentoo.org> + -pecl-dio-0.0.4_rc4-r1.ebuild, +pecl-dio-0.0.4_rc4-r2.ebuild: + Fixed bug 350741. Thanks to Daniel T. *pecl-dio-0.0.4_rc4-r1 (04 Nov 2010) diff --git a/dev-php5/pecl-dio/pecl-dio-0.0.4_rc4-r1.ebuild b/dev-php5/pecl-dio/pecl-dio-0.0.4_rc4-r2.ebuild index 40f02568cf68..58fcc4a0aa08 100644 --- a/dev-php5/pecl-dio/pecl-dio-0.0.4_rc4-r1.ebuild +++ b/dev-php5/pecl-dio/pecl-dio-0.0.4_rc4-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-dio/pecl-dio-0.0.4_rc4-r1.ebuild,v 1.1 2010/11/04 10:53:27 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-dio/pecl-dio-0.0.4_rc4-r2.ebuild,v 1.1 2011/01/05 20:30:25 olemarkus Exp $ EAPI="3" @@ -21,8 +21,8 @@ IUSE="" MY_PV=${PV/_rc/RC} S="${WORKDIR}/${PN/pecl-/}-${MY_PV}" -src_compile() { +src_configure() { my_conf="--enable-dio --enable-shared" - php-ext-pecl-r2_src_compile + php-ext-source-r2_src_configure } diff --git a/dev-php5/pecl-enchant/ChangeLog b/dev-php5/pecl-enchant/ChangeLog index a8e13afe9787..ee5cf405a83b 100644 --- a/dev-php5/pecl-enchant/ChangeLog +++ b/dev-php5/pecl-enchant/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/pecl-enchant -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-enchant/ChangeLog,v 1.6 2010/11/04 11:42:55 mabi Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-enchant/ChangeLog,v 1.7 2011/01/05 20:35:32 olemarkus Exp $ + +*pecl-enchant-1.1.0-r2 (05 Jan 2011) + + 05 Jan 2011; Ole Markus With <olemarkus@gentoo.org> + -pecl-enchant-1.1.0-r1.ebuild, +pecl-enchant-1.1.0-r2.ebuild: + Fixed bug 350741. Thanks to Daniel T. *pecl-enchant-1.1.0-r1 (04 Nov 2010) diff --git a/dev-php5/pecl-enchant/pecl-enchant-1.1.0-r1.ebuild b/dev-php5/pecl-enchant/pecl-enchant-1.1.0-r2.ebuild index df40d144f232..d4bade594d34 100644 --- a/dev-php5/pecl-enchant/pecl-enchant-1.1.0-r1.ebuild +++ b/dev-php5/pecl-enchant/pecl-enchant-1.1.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-enchant/pecl-enchant-1.1.0-r1.ebuild,v 1.1 2010/11/04 11:42:55 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-enchant/pecl-enchant-1.1.0-r2.ebuild,v 1.1 2011/01/05 20:35:32 olemarkus Exp $ EAPI="3" @@ -21,7 +21,7 @@ IUSE="" DEPEND=">=app-text/enchant-1.1.3" RDEPEND="${DEPEND}" -src_compile() { +src_configure() { my_conf="--with-enchant=/usr" - php-ext-pecl-r2_src_compile + php-ext-source-r2_src_configure } |