commit: 723ad95a0da111b4ac31472389d9d95c3ef9ca15 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Tue Dec 26 12:20:51 2017 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Dec 26 22:41:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=723ad95a
eclass: Fix eclass documentation syntax to fix manpage generation Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> eclass/mysql_fx.eclass | 6 +++--- eclass/php-pear-r1.eclass | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/eclass/mysql_fx.eclass b/eclass/mysql_fx.eclass index 9d1e5967f67..02c6f846f0f 100644 --- a/eclass/mysql_fx.eclass +++ b/eclass/mysql_fx.eclass @@ -6,10 +6,10 @@ # Do not use it in new series. # @ECLASS: mysql_fx.eclass -# @AUTHOR: Francesco Riosa (Retired) <[email protected]> # @MAINTAINER: -# - MySQL Team <[email protected]> -# - Luca Longinotti <[email protected]> +# - MySQL Team <[email protected]> +# - Luca Longinotti <[email protected]> +# @AUTHOR: Francesco Riosa (Retired) <[email protected]> # @BLURB: This eclass provides some helper functions for mysql ebuilds # @DESCRIPTION: # This eclass providers helpers to build mysql servers including patching diff --git a/eclass/php-pear-r1.eclass b/eclass/php-pear-r1.eclass index aac801f79d4..d565f07a095 100644 --- a/eclass/php-pear-r1.eclass +++ b/eclass/php-pear-r1.eclass @@ -51,7 +51,6 @@ fix_PEAR_PV() { } # @ECLASS-VARIABLE: PEAR_PV -# @DEFAULT: PV with _rc->RC, _beta->b, _alpha->a, _pre->pre, _p->p # @DESCRIPTION: # Set in ebuild if the eclass ${PV} mangling breaks SRC_URI for alpha/beta/rc versions [[ -z "${PEAR_PV}" ]] && fix_PEAR_PV
