diff options
author | Brian Evans <grknight@gentoo.org> | 2017-11-17 13:28:49 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-11-17 13:28:49 -0500 |
commit | d054351ea56b78766bc2e0ff1f38617abc611617 (patch) | |
tree | 96d600fba69a6f40a6c1fb2bc0821cc7ac180cda /eclass/php-pear-r2.eclass | |
parent | php-pear-r1.eclass: Fix documentation wrt bug 637844 (diff) | |
download | gentoo-d054351ea56b78766bc2e0ff1f38617abc611617.tar.gz gentoo-d054351ea56b78766bc2e0ff1f38617abc611617.tar.bz2 gentoo-d054351ea56b78766bc2e0ff1f38617abc611617.zip |
php-pear-r2.eclass: Fix documentation wrt bug 637846
Closes: https://bugs.gentoo.org/show_bug.cgi?id=637846
Diffstat (limited to 'eclass/php-pear-r2.eclass')
-rw-r--r-- | eclass/php-pear-r2.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/php-pear-r2.eclass b/eclass/php-pear-r2.eclass index dad075686bf3..11bb07388349 100644 --- a/eclass/php-pear-r2.eclass +++ b/eclass/php-pear-r2.eclass @@ -36,6 +36,9 @@ RDEPEND=">=dev-php/pear-1.8.1" # Set in ebuild if the ${PV} breaks SRC_URI for alpha/beta/rc versions : ${PEAR_PV:=${PV}} +# @ECLASS-VARIABLE: PEAR-P +# @INTERNAL +# @DESCRIPTION: Combines PHP_PEAR_PKG_NAME and PEAR_PV PEAR_P="${PHP_PEAR_PKG_NAME}-${PEAR_PV}" # @ECLASS-VARIABLE: PHP_PEAR_DOMAIN @@ -60,7 +63,7 @@ fi S="${WORKDIR}/${PEAR_P}" -# @FUNCTION php-pear-r2_install_packagexml +# @FUNCTION: php-pear-r2_install_packagexml # @DESCRIPTION: # Copies the package2.xml or package.xml file and, optionally, the channel.xml # file to a Gentoo-specific location so that pkg_postinst can install the package |