• [gentoo-dev] [PATCH v5 7/9] vim-doc.eclass: document update_vim_helptag

    From Anna Vyalkova@21:1/5 to All on Mon Apr 11 14:40:01 2022
    Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in>
    ---
    eclass/vim-doc.eclass | 4 ++++
    1 file changed, 4 insertions(+)

    diff --git a/eclass/vim-doc.eclass b/eclass/vim-doc.eclass
    index 968f4657b6..119ce79307 100644
    --- a/eclass/vim-doc.eclass
    +++ b/eclass/vim-doc.eclass
    @@ -1,100 +1,104 @@
    # Copyright 1999-2022 Gentoo Authors
    # Distributed under the terms of the GNU General Public License v2

    # @ECLASS: vim-doc.eclass
    # @MAINTAINER:
    # vim@gentoo.org
    # @SUPPORTED_EAPIS: 6 7 8
    # @BLURB: Eclass for vim{,-plugin}.eclass to update documentation tags.
    # @DESCRIPTION:
    # This eclass is used by vim.eclass and vim-plugin.eclass to update
    # the documentation tags. This is necessary since vim doesn't look in
    # /usr/share/vim/vimfiles/doc for documentation; it only uses the
    # versioned directory, for example /usr/share/vim/vim62/doc
    #
    # We depend on vim being installed, which is satisfied by either the
    # DEPEND in vim-plugin or by whatever version of vim is being
    # installed by the eclass.

    case ${EAPI} in
    6|7|8) ;;
    *) d