olemarkus 14/09/01 06:26:48 Modified: ChangeLog Added: httpd-php-5.6.ebuild Log: Bump to php 5.6 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Revision Changes Path 1.43 virtual/httpd-php/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.43&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.43&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?r1=1.42&r2=1.43 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- ChangeLog 23 Aug 2013 16:08:56 -0000 1.42 +++ ChangeLog 1 Sep 2014 06:26:48 -0000 1.43 @@ -1,6 +1,11 @@ # ChangeLog for virtual/httpd-php -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.42 2013/08/23 16:08:56 jer Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.43 2014/09/01 06:26:48 olemarkus Exp $ + +*httpd-php-5.6 (01 Sep 2014) + + 01 Sep 2014; Ole Markus With <[email protected]> +httpd-php-5.6.ebuild: + Bump to php 5.6 23 Aug 2013; Jeroen Roovers <[email protected]> httpd-php-5.5.ebuild: Stable for HPPA (bug #480460). 1.1 virtual/httpd-php/httpd-php-5.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild?rev=1.1&content-type=text/plain Index: httpd-php-5.6.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.1 2014/09/01 06:26:48 olemarkus Exp $ EAPI="5" DESCRIPTION="Virtual to provide PHP-enabled webservers" HOMEPAGE="" SRC_URI="" LICENSE="" SLOT="${PV}" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" RDEPEND="|| ( dev-lang/php:${SLOT}[fpm] dev-lang/php:${SLOT}[apache2] dev-lang/php:${SLOT}[cgi] )" DEPEND=""
