Skip to content

Commit

Permalink
php-ext-pecl-r2.eclass: fix eclass/function name comments.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
orlitzky committed Aug 30, 2015
1 parent 5451479 commit be243b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eclass/php-ext-pecl-r2.eclass
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit be243b3

Please sign in to comment.