From: Michael Orlitzky Date: Wed, 26 Aug 2015 02:01:08 +0000 (-0400) Subject: php-ext-pecl-r2.eclass: fix eclass/function name comments. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=be243b32dc40f634719238ef6f8f1ab639504182;p=gentoo.git php-ext-pecl-r2.eclass: fix eclass/function name comments. 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 --- diff --git a/eclass/php-ext-pecl-r2.eclass b/eclass/php-ext-pecl-r2.eclass index 1357a09f5767..c4e55ea7a07d 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 # @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