diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-03-18 21:29:29 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-03-24 04:58:34 +0100 |
commit | d7317785d04e7de172de3bff05852fca3cd15af2 (patch) | |
tree | 39f2e24069d903cc05c898c695d9a703fcaf5ca9 /eclass/php-pear-r2.eclass | |
parent | app-shells/nushell: Add 0.60.0 (diff) | |
download | gentoo-d7317785d04e7de172de3bff05852fca3cd15af2.tar.gz gentoo-d7317785d04e7de172de3bff05852fca3cd15af2.tar.bz2 gentoo-d7317785d04e7de172de3bff05852fca3cd15af2.zip |
*.eclass: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLE
Bug: https://bugs.gentoo.org/835396
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/php-pear-r2.eclass')
-rw-r--r-- | eclass/php-pear-r2.eclass | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/php-pear-r2.eclass b/eclass/php-pear-r2.eclass index 45ff81b92ebe..2d204ed24c3c 100644 --- a/eclass/php-pear-r2.eclass +++ b/eclass/php-pear-r2.eclass @@ -29,30 +29,30 @@ esac RDEPEND=">=dev-php/pear-1.8.1" -# @ECLASS-VARIABLE: PHP_PEAR_PKG_NAME +# @ECLASS_VARIABLE: PHP_PEAR_PKG_NAME # @DESCRIPTION: # Set this if the PEAR package name differs from ${PN/PEAR-/} # (generally shouldn't be the case). : ${PHP_PEAR_PKG_NAME:=${PN/PEAR-/}} -# @ECLASS-VARIABLE: PEAR_PV +# @ECLASS_VARIABLE: PEAR_PV # @DESCRIPTION: # Set in ebuild if the ${PV} breaks SRC_URI for alpha/beta/rc versions : ${PEAR_PV:=${PV}} -# @ECLASS-VARIABLE: PEAR-P +# @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 +# @ECLASS_VARIABLE: PHP_PEAR_DOMAIN # @DESCRIPTION: # Set in ebuild to the domain name of the channel if not pear.php.net # When the domain is not pear.php.net, setting the SRC_URI is required : ${PHP_PEAR_DOMAIN:=pear.php.net} -# @ECLASS-VARIABLE: PHP_PEAR_CHANNEL +# @ECLASS_VARIABLE: PHP_PEAR_CHANNEL # @DEFAULT_UNSET # @DESCRIPTION: # Set in ebuild to the path of channel.xml file which is necessary for |