idella4 15/05/29 08:55:50 Modified: pecl-gearman-1.0.2-r1.ebuild ChangeLog Log: add support for PHP 5.6, fixes bug #550258 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.3 dev-php/pecl-gearman/pecl-gearman-1.0.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gearman/pecl-gearman-1.0.2-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gearman/pecl-gearman-1.0.2-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gearman/pecl-gearman-1.0.2-r1.ebuild?r1=1.2&r2=1.3 Index: pecl-gearman-1.0.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-gearman/pecl-gearman-1.0.2-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pecl-gearman-1.0.2-r1.ebuild 10 Aug 2014 21:01:42 -0000 1.2 +++ pecl-gearman-1.0.2-r1.ebuild 29 May 2015 08:55:50 -0000 1.3 @@ -1,13 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-gearman/pecl-gearman-1.0.2-r1.ebuild,v 1.2 2014/08/10 21:01:42 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-gearman/pecl-gearman-1.0.2-r1.ebuild,v 1.3 2015/05/29 08:55:50 idella4 Exp $ EAPI=5 PHP_EXT_NAME="gearman" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" -USE_PHP="php5-5 php5-4" +USE_PHP="php5-6 php5-5 php5-4 " inherit php-ext-pecl-r2 1.12 dev-php/pecl-gearman/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gearman/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gearman/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gearman/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-gearman/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 9 Oct 2014 20:26:31 -0000 1.11 +++ ChangeLog 29 May 2015 08:55:50 -0000 1.12 @@ -1,6 +1,9 @@ # ChangeLog for dev-php/pecl-gearman -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-gearman/ChangeLog,v 1.11 2014/10/09 20:26:31 grknight Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-gearman/ChangeLog,v 1.12 2015/05/29 08:55:50 idella4 Exp $ + + 29 May 2015; Ian Delaney <[email protected]> pecl-gearman-1.0.2-r1.ebuild: + add support for PHP 5.6, fixes bug #550258 03 Oct 2014; Brian Evans <[email protected]> -pecl-gearman-1.0.2.ebuild: Drop old
