grknight 15/05/04 20:02:26 Modified: ChangeLog php-ext-source-r2.eclass Log: Fix documentation of 3 variables in php-ext-source-r2 eclass
Revision Changes Path 1.1602 eclass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1602&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1602&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1601&r2=1.1602 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v retrieving revision 1.1601 retrieving revision 1.1602 diff -u -r1.1601 -r1.1602 --- ChangeLog 4 May 2015 18:59:30 -0000 1.1601 +++ ChangeLog 4 May 2015 20:02:26 -0000 1.1602 @@ -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.1601 2015/05/04 18:59:30 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1602 2015/05/04 20:02:26 grknight Exp $ + + 04 May 2015; <[email protected]> php-ext-source-r2.eclass: + Fix documentation of 3 variables in php-ext-source-r2 eclass 04 May 2015; <[email protected]> php-ext-source-r2.eclass: Make USE_PHP a REQUIRED variable for the php-ext-source-r2 eclass 1.36 eclass/php-ext-source-r2.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ext-source-r2.eclass?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ext-source-r2.eclass?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ext-source-r2.eclass?r1=1.35&r2=1.36 Index: php-ext-source-r2.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- php-ext-source-r2.eclass 4 May 2015 18:59:30 -0000 1.35 +++ php-ext-source-r2.eclass 4 May 2015 20:02:26 -0000 1.36 @@ -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/php-ext-source-r2.eclass,v 1.35 2015/05/04 18:59:30 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.36 2015/05/04 20:02:26 grknight Exp $ # @ECLASS: php-ext-source-r2.eclass # @MAINTAINER: @@ -102,11 +102,12 @@ # @DESCRIPTION: # runs standard src_unpack + _phpize -# @VARIABLE: PHP_EXT_SKIP_PHPIZE +# @ECLASS-VARIABLE: PHP_EXT_SKIP_PHPIZE # @DESCRIPTION: # phpize will be run by default for all ebuilds that use # php-ext-source-r2_src_unpack # Set PHP_EXT_SKIP_PHPIZE="yes" in your ebuild if you do not want to run phpize. + php-ext-source-r2_src_unpack() { unpack ${A} local slot orig_s="${PHP_EXT_S}" @@ -143,9 +144,10 @@ # @DESCRIPTION: # Takes care of standard configure for PHP extensions (modules). -# @VARIABLE: my_conf +# @ECLASS-VARIABLE: my_conf # @DESCRIPTION: # Set this in the ebuild to pass configure options to econf. + php-ext-source-r2_src_configure() { # net-snmp creates this file #385403 addpredict /usr/share/snmp/mibs/.index @@ -181,7 +183,7 @@ # @DESCRIPTION: # Takes care of standard install for PHP extensions (modules). -# @VARIABLE: DOCS +# @ECLASS-VARIABLE: DOCS # @DESCRIPTION: # Set in ebuild if you wish to install additional, package-specific documentation. php-ext-source-r2_src_install() {
