summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2015-08-25 22:01:08 -0400
committerMichael Orlitzky <mjo@gentoo.org>2015-08-30 10:26:21 -0400
commitbe243b32dc40f634719238ef6f8f1ab639504182 (patch)
treec04d1e14be5bab9e33b6264126344e88da8adc7e /eclass
parentnet-wireless/hackrf-tools: drop old, fix description (diff)
downloadgentoo-be243b32dc40f634719238ef6f8f1ab639504182.tar.gz
gentoo-be243b32dc40f634719238ef6f8f1ab639504182.tar.bz2
gentoo-be243b32dc40f634719238ef6f8f1ab639504182.zip
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
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php-ext-pecl-r2.eclass8
1 files changed, 4 insertions, 4 deletions
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 <php-bugs@gentoo.org>
# @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