Gentoo Archives: gentoo-dev

From: Michael Orlitzky <mjo@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH 1/2] php-ext-pecl-r2.eclass: fix eclass/function name comments.
Date: Wed, 26 Aug 2015 02:20:04
Message-Id: 1440555552-12929-2-git-send-email-mjo@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/2] Add prefix support to php-ext-source-r2.eclass. by Michael Orlitzky
1 While investigating bug #371985, I took a look at the php-ext-pecl-r2
2 eclass. There's nothing to be done there for prefix support, but there
3 are a few places where the old revision "-r1" shows up in some
4 comments. This commit fixes them to "-r2".
5
6 Bug: 371985
7 Bug: 558612
8 ---
9 eclass/php-ext-pecl-r2.eclass | 8 ++++----
10 1 file changed, 4 insertions(+), 4 deletions(-)
11
12 diff --git a/eclass/php-ext-pecl-r2.eclass b/eclass/php-ext-pecl-r2.eclass
13 index 1357a09..c4e55ea 100644
14 --- a/eclass/php-ext-pecl-r2.eclass
15 +++ b/eclass/php-ext-pecl-r2.eclass
16 @@ -1,8 +1,8 @@
17 -# Copyright 1999-2011 Gentoo Foundation
18 +# Copyright 1999-2015 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Id$
21
22 -# @ECLASS: php-ext-pecl-r1.eclass
23 +# @ECLASS: php-ext-pecl-r2.eclass
24 # @MAINTAINER:
25 # Gentoo PHP team <php-bugs@g.o>
26 # @AUTHOR:
27 @@ -62,14 +62,14 @@ SRC_URI="http://pecl.php.net/get/${FILENAME}"
28 HOMEPAGE="http://pecl.php.net/${PECL_PKG}"
29
30
31 -# @FUNCTION: php-ext-pecl-r1_src_compile
32 +# @FUNCTION: php-ext-pecl-r2_src_compile
33 # @DESCRIPTION:
34 # Takes care of standard compile for PECL packages.
35 php-ext-pecl-r2_src_compile() {
36 php-ext-source-r2_src_compile
37 }
38
39 -# @FUNCTION: php-ext-pecl-r1_src_install
40 +# @FUNCTION: php-ext-pecl-r2_src_install
41 # @DESCRIPTION:
42 # Takes care of standard install for PECL packages.
43 # You can also simply add examples to IUSE to automagically install
44 --
45 2.4.6