Gentoo Archives: gentoo-dev

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-dev@l.g.o
Cc: vim@g.o
Subject: [gentoo-dev] [PATCH v4 9/9] vim-plugin.eclass: fix manpage formatting
Date: Thu, 07 Apr 2022 12:05:02
Message-Id: 20220407120116.12893-10-cyber+gentoo@sysrq.in
In Reply to: [gentoo-dev] [PATCH v4 0/9] Vim eclasses by Anna Vyalkova
1 Signed-off-by: Anna Vyalkova <cyber+gentoo@×××××.in>
2 ---
3 eclass/vim-plugin.eclass | 5 +++++
4 1 file changed, 5 insertions(+)
5
6 diff --git a/eclass/vim-plugin.eclass b/eclass/vim-plugin.eclass
7 index 92db412adc..271758a230 100644
8 --- a/eclass/vim-plugin.eclass
9 +++ b/eclass/vim-plugin.eclass
10 @@ -86,7 +86,9 @@ _VIM_PLUGIN_ALLOWED_DIRS=(
11 # @USAGE: [<dir>...]
12 # @DESCRIPTION:
13 # Overrides the default src_install phase. In order, this function:
14 +#
15 # * installs help and documentation files.
16 +#
17 # * installs all files recognized by default Vim installation and directories
18 # passed to this function as arguments in "${ED}"/usr/share/vim/vimfiles.
19 #
20 @@ -124,8 +126,11 @@ vim-plugin_src_install() {
21 # @DESCRIPTION:
22 # Overrides the pkg_postinst phase for this eclass.
23 # The following functions are called:
24 +#
25 # * update_vim_helptags
26 +#
27 # * update_vim_afterscripts
28 +#
29 # * display_vim_plugin_help
30 vim-plugin_pkg_postinst() {
31 debug-print-function ${FUNCNAME} "${@}"
32 --
33 2.35.1