diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-09-10 03:17:22 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-09-10 03:17:22 +0000 |
commit | 19595ed7823b5300e894d1dd84e713ea2aa0f7d8 (patch) | |
tree | 9b382a8e96193cab08dbdfbd1a02dbd2bc447c5d /dev-lang | |
parent | Whitespace (diff) | |
download | gentoo-2-19595ed7823b5300e894d1dd84e713ea2aa0f7d8.tar.gz gentoo-2-19595ed7823b5300e894d1dd84e713ea2aa0f7d8.tar.bz2 gentoo-2-19595ed7823b5300e894d1dd84e713ea2aa0f7d8.zip |
Whitespace
(Portage version: 2.2.2/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.2.ebuild | 3 | ||||
-rw-r--r-- | dev-lang/php/php-5.5.3-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-lang/php/php-5.5.3.ebuild | 3 |
4 files changed, 8 insertions, 7 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 94d405c2fac3..351e2b352c2a 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.760 2013/08/27 15:01:26 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.761 2013/09/10 03:17:22 patrick Exp $ + + 10 Sep 2013; Patrick Lauer <patrick@gentoo.org> php-5.5.2.ebuild, + php-5.5.3-r1.ebuild, php-5.5.3.ebuild: + Whitespace 27 Aug 2013; Michael Palimaka <kensington@gentoo.org> php-5.3.27.ebuild, php-5.4.17.ebuild, php-5.4.18.ebuild, php-5.4.19.ebuild, php-5.5.2.ebuild, diff --git a/dev-lang/php/php-5.5.2.ebuild b/dev-lang/php/php-5.5.2.ebuild index e5cdd4019e74..a07b5d68be15 100644 --- a/dev-lang/php/php-5.5.2.ebuild +++ b/dev-lang/php/php-5.5.2.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.2.ebuild,v 1.13 2013/08/27 15:01:26 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.2.ebuild,v 1.14 2013/09/10 03:17:22 patrick Exp $ EAPI=5 @@ -283,7 +283,6 @@ src_prepare() { sed -re "s|^(PHP_EXTRA_VERSION=\").*(\")|\1-pl${PR/r/}-gentoo\2|g" \ -i configure.in || die "Unable to change PHP branding" - epatch "${FILESDIR}"/iodbc-pkgconfig-r1.patch epatch "${FILESDIR}"/stricter-libc-client-symlink-check.patch epatch "${FILESDIR}"/all_strict_aliasing.patch diff --git a/dev-lang/php/php-5.5.3-r1.ebuild b/dev-lang/php/php-5.5.3-r1.ebuild index e7678d8e9c2f..20d53746e926 100644 --- a/dev-lang/php/php-5.5.3-r1.ebuild +++ b/dev-lang/php/php-5.5.3-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.3-r1.ebuild,v 1.3 2013/08/27 15:01:26 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.3-r1.ebuild,v 1.4 2013/09/10 03:17:22 patrick Exp $ EAPI=5 @@ -286,7 +286,6 @@ src_prepare() { sed -re "s|^(PHP_EXTRA_VERSION=\").*(\")|\1-pl${PR/r/}-gentoo\2|g" \ -i configure.in || die "Unable to change PHP branding" - epatch "${FILESDIR}"/iodbc-pkgconfig-r1.patch epatch "${FILESDIR}"/stricter-libc-client-symlink-check.patch epatch "${FILESDIR}"/all_strict_aliasing.patch diff --git a/dev-lang/php/php-5.5.3.ebuild b/dev-lang/php/php-5.5.3.ebuild index 923c084136bf..bf01e257cd2f 100644 --- a/dev-lang/php/php-5.5.3.ebuild +++ b/dev-lang/php/php-5.5.3.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.3.ebuild,v 1.2 2013/08/27 15:01:26 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.3.ebuild,v 1.3 2013/09/10 03:17:22 patrick Exp $ EAPI=5 @@ -283,7 +283,6 @@ src_prepare() { sed -re "s|^(PHP_EXTRA_VERSION=\").*(\")|\1-pl${PR/r/}-gentoo\2|g" \ -i configure.in || die "Unable to change PHP branding" - epatch "${FILESDIR}"/iodbc-pkgconfig-r1.patch epatch "${FILESDIR}"/stricter-libc-client-symlink-check.patch epatch "${FILESDIR}"/all_strict_aliasing.patch |