Gentoo Archives: gentoo-commits

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