Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 30 May 2022 12:57:18
Message-Id: 1653915422.65f188cc928a2c56cf9c72b2e21464e6d6d1f5ec.monsieurp@gentoo
1 commit: 65f188cc928a2c56cf9c72b2e21464e6d6d1f5ec
2 Author: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Thu Apr 7 11:54:08 2022 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 12:57:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f188cc
7
8 vim-plugin.eclass: fix manpage formatting
9
10 Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 eclass/vim-plugin.eclass | 5 +++++
14 1 file changed, 5 insertions(+)
15
16 diff --git a/eclass/vim-plugin.eclass b/eclass/vim-plugin.eclass
17 index c4fa6b2771c6..edf1c94d31b1 100644
18 --- a/eclass/vim-plugin.eclass
19 +++ b/eclass/vim-plugin.eclass
20 @@ -75,7 +75,9 @@ _VIM_PLUGIN_ALLOWED_DIRS=(
21 # @USAGE: [<dir>...]
22 # @DESCRIPTION:
23 # Overrides the default src_install phase. In order, this function:
24 +#
25 # * installs help and documentation files.
26 +#
27 # * installs all files recognized by default Vim installation and directories
28 # passed to this function as arguments in "${ED}"/usr/share/vim/vimfiles.
29 #
30 @@ -113,8 +115,11 @@ vim-plugin_src_install() {
31 # @DESCRIPTION:
32 # Overrides the pkg_postinst phase for this eclass.
33 # The following functions are called:
34 +#
35 # * update_vim_helptags
36 +#
37 # * update_vim_afterscripts
38 +#
39 # * display_vim_plugin_help
40 vim-plugin_pkg_postinst() {
41 debug-print-function ${FUNCNAME} "${@}"