diff options
author | 2014-05-20 20:43:57 +0000 | |
---|---|---|
committer | 2014-05-20 20:43:57 +0000 | |
commit | 71212d9045c5666d1b631365d09c14f28eabed81 (patch) | |
tree | 639acc651a0814f016b7554df6b6f7312f9ef8c4 /dev-lang | |
parent | Version bump. Add myself as maintainer (diff) | |
download | gentoo-2-71212d9045c5666d1b631365d09c14f28eabed81.tar.gz gentoo-2-71212d9045c5666d1b631365d09c14f28eabed81.tar.bz2 gentoo-2-71212d9045c5666d1b631365d09c14f28eabed81.zip |
Stable for HPPA (bug #509132).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/php/php-5.4.28.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/php/php-5.5.12.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 8f86d85dec84..3df916729b51 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/php # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.832 2014/05/17 14:00:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.833 2014/05/20 20:43:57 jer Exp $ + + 20 May 2014; Jeroen Roovers <jer@gentoo.org> php-5.4.28.ebuild, + php-5.5.12.ebuild: + Stable for HPPA (bug #509132). 17 May 2014; Agostino Sarubbo <ago@gentoo.org> php-5.3.28-r3.ebuild: Stable for alpha, wrt bug #501376 diff --git a/dev-lang/php/php-5.4.28.ebuild b/dev-lang/php/php-5.4.28.ebuild index 4992d04c00fb..13e0ed6424c5 100644 --- a/dev-lang/php/php-5.4.28.ebuild +++ b/dev-lang/php/php-5.4.28.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.28.ebuild,v 1.1 2014/05/03 13:37:29 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.28.ebuild,v 1.2 2014/05/20 20:43:57 jer 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-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-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.5.12.ebuild b/dev-lang/php/php-5.5.12.ebuild index 71430c21c371..0be8fc793899 100644 --- a/dev-lang/php/php-5.5.12.ebuild +++ b/dev-lang/php/php-5.5.12.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.12.ebuild,v 1.1 2014/05/03 13:37:29 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.12.ebuild,v 1.2 2014/05/20 20:43:57 jer 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 () { |