Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 17 Nov 2017 18:29:53
Message-Id: 1510943329.d054351ea56b78766bc2e0ff1f38617abc611617.grknight@gentoo
1 commit: d054351ea56b78766bc2e0ff1f38617abc611617
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 17 18:28:49 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 17 18:28:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d054351e
7
8 php-pear-r2.eclass: Fix documentation wrt bug 637846
9
10 Closes: https://bugs.gentoo.org/show_bug.cgi?id=637846
11
12 eclass/php-pear-r2.eclass | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/eclass/php-pear-r2.eclass b/eclass/php-pear-r2.eclass
16 index dad075686bf..11bb0738834 100644
17 --- a/eclass/php-pear-r2.eclass
18 +++ b/eclass/php-pear-r2.eclass
19 @@ -36,6 +36,9 @@ RDEPEND=">=dev-php/pear-1.8.1"
20 # Set in ebuild if the ${PV} breaks SRC_URI for alpha/beta/rc versions
21 : ${PEAR_PV:=${PV}}
22
23 +# @ECLASS-VARIABLE: PEAR-P
24 +# @INTERNAL
25 +# @DESCRIPTION: Combines PHP_PEAR_PKG_NAME and PEAR_PV
26 PEAR_P="${PHP_PEAR_PKG_NAME}-${PEAR_PV}"
27
28 # @ECLASS-VARIABLE: PHP_PEAR_DOMAIN
29 @@ -60,7 +63,7 @@ fi
30
31 S="${WORKDIR}/${PEAR_P}"
32
33 -# @FUNCTION php-pear-r2_install_packagexml
34 +# @FUNCTION: php-pear-r2_install_packagexml
35 # @DESCRIPTION:
36 # Copies the package2.xml or package.xml file and, optionally, the channel.xml
37 # file to a Gentoo-specific location so that pkg_postinst can install the package