diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-08-14 11:22:41 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-08-14 11:22:41 +0000 |
commit | 302241d2cf564d1f2be53e03642ffd4477602d2a (patch) | |
tree | e6dbf160219b128a916a0afc05cbbd0a42dbeed0 /dev-lang | |
parent | Whitespace (diff) | |
download | gentoo-2-302241d2cf564d1f2be53e03642ffd4477602d2a.tar.gz gentoo-2-302241d2cf564d1f2be53e03642ffd4477602d2a.tar.bz2 gentoo-2-302241d2cf564d1f2be53e03642ffd4477602d2a.zip |
Whitespace
(Portage version: 2.2.0_alpha196/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/php/php-5.5.0.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/php/php-5.5.0_rc3.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/php/php-5.5.1-r1.ebuild | 7 | ||||
-rw-r--r-- | dev-lang/php/php-5.5.1.ebuild | 5 |
5 files changed, 16 insertions, 14 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 030881d360d4..e9e85543f0ee 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/php # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.739 2013/08/13 21:55:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.740 2013/08/14 11:22:41 patrick Exp $ + + 14 Aug 2013; Patrick Lauer <patrick@gentoo.org> php-5.5.0.ebuild, + php-5.5.0_rc3.ebuild, php-5.5.1-r1.ebuild, php-5.5.1.ebuild: + Whitespace 13 Aug 2013; Agostino Sarubbo <ago@gentoo.org> php-5.5.1.ebuild: Stable for x86, wrt bug #480460 diff --git a/dev-lang/php/php-5.5.0.ebuild b/dev-lang/php/php-5.5.0.ebuild index fdd142b5446e..f516725feaa8 100644 --- a/dev-lang/php/php-5.5.0.ebuild +++ b/dev-lang/php/php-5.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.0.ebuild,v 1.1 2013/06/20 12:14:05 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.0.ebuild,v 1.2 2013/08/14 11:22:41 patrick Exp $ EAPI=5 @@ -228,7 +228,7 @@ php_install_ini() { # Set the include path to point to where we want to find PEAR packages sed -e 's|^;include_path = ".:/php/includes".*|include_path = ".:'"${EPREFIX}"'/usr/share/php'${PHP_MV}':'"${EPREFIX}"'/usr/share/php"|' -i "${phpinisrc}" - + dodir "${PHP_INI_DIR#${EPREFIX}}" insinto "${PHP_INI_DIR#${EPREFIX}}" newins "${phpinisrc}" "${PHP_INI_FILE}" @@ -452,7 +452,7 @@ src_configure() { local mysqlilib="mysqlnd" use libmysqlclient && mysqllib="${EPREFIX}/usr" use libmysqlclient && mysqlilib="${EPREFIX}/usr/bin/mysql_config" - + my_conf+=" $(use_with mysql mysql $mysqllib)" my_conf+=" $(use_with mysqli mysqli $mysqlilib)" diff --git a/dev-lang/php/php-5.5.0_rc3.ebuild b/dev-lang/php/php-5.5.0_rc3.ebuild index 3f44b0484d1e..8325c245a9cc 100644 --- a/dev-lang/php/php-5.5.0_rc3.ebuild +++ b/dev-lang/php/php-5.5.0_rc3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.0_rc3.ebuild,v 1.1 2013/06/07 12:03:48 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.0_rc3.ebuild,v 1.2 2013/08/14 11:22:41 patrick Exp $ EAPI=5 @@ -228,7 +228,7 @@ php_install_ini() { # Set the include path to point to where we want to find PEAR packages sed -e 's|^;include_path = ".:/php/includes".*|include_path = ".:'"${EPREFIX}"'/usr/share/php'${PHP_MV}':'"${EPREFIX}"'/usr/share/php"|' -i "${phpinisrc}" - + dodir "${PHP_INI_DIR#${EPREFIX}}" insinto "${PHP_INI_DIR#${EPREFIX}}" newins "${phpinisrc}" "${PHP_INI_FILE}" @@ -452,7 +452,7 @@ src_configure() { local mysqlilib="mysqlnd" use libmysqlclient && mysqllib="${EPREFIX}/usr" use libmysqlclient && mysqlilib="${EPREFIX}/usr/bin/mysql_config" - + my_conf+=" $(use_with mysql mysql $mysqllib)" my_conf+=" $(use_with mysqli mysqli $mysqlilib)" diff --git a/dev-lang/php/php-5.5.1-r1.ebuild b/dev-lang/php/php-5.5.1-r1.ebuild index 4fdd96a20dd8..d2c7fbcaa230 100644 --- a/dev-lang/php/php-5.5.1-r1.ebuild +++ b/dev-lang/php/php-5.5.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.1-r1.ebuild,v 1.1 2013/07/27 11:15:55 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.1-r1.ebuild,v 1.2 2013/08/14 11:22:41 patrick Exp $ EAPI=5 @@ -231,7 +231,6 @@ php_install_ini() { # Set the include path to point to where we want to find PEAR packages sed -e 's|^;include_path = ".:/php/includes".*|include_path = ".:'"${EPREFIX}"'/usr/share/php'${PHP_MV}':'"${EPREFIX}"'/usr/share/php"|' -i "${phpinisrc}" - dodir "${PHP_INI_DIR#${EPREFIX}}" insinto "${PHP_INI_DIR#${EPREFIX}}" newins "${phpinisrc}" "${PHP_INI_FILE}" @@ -455,7 +454,7 @@ src_configure() { local mysqlilib="mysqlnd" use libmysqlclient && mysqllib="${EPREFIX}/usr" use libmysqlclient && mysqlilib="${EPREFIX}/usr/bin/mysql_config" - + my_conf+=" $(use_with mysql mysql $mysqllib)" my_conf+=" $(use_with mysqli mysqli $mysqlilib)" @@ -551,7 +550,7 @@ src_configure() { fi if [[ ${sapi} == "fpm" ]] && use systemd ; then - sapi_conf+=" --with-fpm-systemd" + sapi_conf+=" --with-fpm-systemd" fi ;; diff --git a/dev-lang/php/php-5.5.1.ebuild b/dev-lang/php/php-5.5.1.ebuild index dbd336d3f93e..e84064ba706a 100644 --- a/dev-lang/php/php-5.5.1.ebuild +++ b/dev-lang/php/php-5.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.1.ebuild,v 1.3 2013/08/13 21:55:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.1.ebuild,v 1.4 2013/08/14 11:22:41 patrick Exp $ EAPI=5 @@ -228,7 +228,6 @@ php_install_ini() { # Set the include path to point to where we want to find PEAR packages sed -e 's|^;include_path = ".:/php/includes".*|include_path = ".:'"${EPREFIX}"'/usr/share/php'${PHP_MV}':'"${EPREFIX}"'/usr/share/php"|' -i "${phpinisrc}" - dodir "${PHP_INI_DIR#${EPREFIX}}" insinto "${PHP_INI_DIR#${EPREFIX}}" newins "${phpinisrc}" "${PHP_INI_FILE}" @@ -452,7 +451,7 @@ src_configure() { local mysqlilib="mysqlnd" use libmysqlclient && mysqllib="${EPREFIX}/usr" use libmysqlclient && mysqlilib="${EPREFIX}/usr/bin/mysql_config" - + my_conf+=" $(use_with mysql mysql $mysqllib)" my_conf+=" $(use_with mysqli mysqli $mysqlilib)" |