grknight 15/06/17 20:11:28 Modified: ChangeLog depend.php.eclass Log: Add require_php_cli to the list of deprecated functions to be removed from depend.php.eclass
Revision Changes Path 1.1673 eclass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1673&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1673&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1672&r2=1.1673 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v retrieving revision 1.1672 retrieving revision 1.1673 diff -u -r1.1672 -r1.1673 --- ChangeLog 17 Jun 2015 19:23:34 -0000 1.1672 +++ ChangeLog 17 Jun 2015 20:11:28 -0000 1.1673 @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1672 2015/06/17 19:23:34 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1673 2015/06/17 20:11:28 grknight Exp $ + + 17 Jun 2015; <[email protected]> depend.php.eclass: + Add require_php_cli to the list of deprecated functions to be removed 17 Jun 2015; <[email protected]> php-common-r1.eclass, php-ext-base-r1.eclass, php-ezc.eclass: 1.34 eclass/depend.php.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/depend.php.eclass?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/depend.php.eclass?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/depend.php.eclass?r1=1.33&r2=1.34 Index: depend.php.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/depend.php.eclass,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- depend.php.eclass 17 Jun 2015 18:54:44 -0000 1.33 +++ depend.php.eclass 17 Jun 2015 20:11:28 -0000 1.34 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/depend.php.eclass,v 1.33 2015/06/17 18:54:44 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/depend.php.eclass,v 1.34 2015/06/17 20:11:28 grknight Exp $ # @ECLASS: depend.php.eclass # @MAINTAINER: @@ -380,6 +380,7 @@ # depending on the CLI SAPI. # @RETURN: die if feature is missing require_php_cli() { + eqawarn "(require_php_cli) Deprecated function call. Set to be removed on 2015-07-17" # If PHP_PKG is set, then we have remembered our PHP settings # from last time if [[ -n ${PHP_PKG} ]] ; then
