• [gentoo-dev] [PATCH v5 6/9] vim-doc.eclass: add debug-print-function ca

    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 | 2 ++
    1 file changed, 2 insertions(+)

    diff --git a/eclass/vim-doc.eclass b/eclass/vim-doc.eclass
    index f0c5c6edc6..968f4657b6 100644
    --- a/eclass/vim-doc.eclass
    +++ b/eclass/vim-doc.eclass
    @@ -1,98 +1,100 @@
    # 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) ;;
    *) die