While investigating bug #371985, I took a look at the php-ext-pecl-r2 eclass. There's nothing to be done there for prefix support, but there are a few places where the old revision "-r1" shows up in some comments. This commit fixes them to "-r2".
Bug: 371985 Bug: 558612 --- eclass/php-ext-pecl-r2.eclass | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eclass/php-ext-pecl-r2.eclass b/eclass/php-ext-pecl-r2.eclass index 1357a09..c4e55ea 100644 --- a/eclass/php-ext-pecl-r2.eclass +++ b/eclass/php-ext-pecl-r2.eclass @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -# @ECLASS: php-ext-pecl-r1.eclass +# @ECLASS: php-ext-pecl-r2.eclass # @MAINTAINER: # Gentoo PHP team <[email protected]> # @AUTHOR: @@ -62,14 +62,14 @@ SRC_URI="http://pecl.php.net/get/${FILENAME}" HOMEPAGE="http://pecl.php.net/${PECL_PKG}" -# @FUNCTION: php-ext-pecl-r1_src_compile +# @FUNCTION: php-ext-pecl-r2_src_compile # @DESCRIPTION: # Takes care of standard compile for PECL packages. php-ext-pecl-r2_src_compile() { php-ext-source-r2_src_compile } -# @FUNCTION: php-ext-pecl-r1_src_install +# @FUNCTION: php-ext-pecl-r2_src_install # @DESCRIPTION: # Takes care of standard install for PECL packages. # You can also simply add examples to IUSE to automagically install -- 2.4.6
