diff options
author | 2015-07-09 18:05:08 +0000 | |
---|---|---|
committer | 2015-07-09 18:05:08 +0000 | |
commit | 417a93d5ae25a36b1a0331670de5999d1a1b57cc (patch) | |
tree | 7d2b4049e6d268620ba59909656fb615a0675037 /dev-lang/php | |
parent | Version bump. (diff) | |
download | gentoo-2-417a93d5ae25a36b1a0331670de5999d1a1b57cc.tar.gz gentoo-2-417a93d5ae25a36b1a0331670de5999d1a1b57cc.tar.bz2 gentoo-2-417a93d5ae25a36b1a0331670de5999d1a1b57cc.zip |
amd64 stable wrt bug #552408
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/php/php-5.5.26.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/php/php-5.6.10.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 8ca7541001d4..524a4b3883ad 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/php # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.992 2015/07/03 10:16:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.993 2015/07/09 18:05:08 zlogene Exp $ + + 09 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> php-5.5.26.ebuild, + php-5.6.10.ebuild: + amd64 stable wrt bug #552408 03 Jul 2015; Agostino Sarubbo <ago@gentoo.org> php-5.6.9.ebuild: Stable for alpha, wrt bug #550164 diff --git a/dev-lang/php/php-5.5.26.ebuild b/dev-lang/php/php-5.5.26.ebuild index 7792fd9a45e8..d8ec013b049e 100644 --- a/dev-lang/php/php-5.5.26.ebuild +++ b/dev-lang/php/php-5.5.26.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.26.ebuild,v 1.1 2015/06/12 15:02:02 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.26.ebuild,v 1.2 2015/07/09 18:05:08 zlogene Exp $ EAPI=5 inherit eutils autotools flag-o-matic versionator depend.apache apache-module db-use libtool systemd -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" function php_get_uri () { diff --git a/dev-lang/php/php-5.6.10.ebuild b/dev-lang/php/php-5.6.10.ebuild index ebed5b9b0c9f..8fe41493e275 100644 --- a/dev-lang/php/php-5.6.10.ebuild +++ b/dev-lang/php/php-5.6.10.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.10.ebuild,v 1.1 2015/06/12 15:02:02 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.10.ebuild,v 1.2 2015/07/09 18:05:08 zlogene Exp $ EAPI=5 inherit eutils autotools flag-o-matic versionator depend.apache apache-module db-use libtool systemd -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" function php_get_uri () { |