Gentoo Archives: gentoo-dev

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-dev@l.g.o
Cc: Conrad Kostecki <conikost@g.o>, candrews@g.o, Arthur Zamarin <arthurzam@g.o>
Subject: [gentoo-dev] [PATCH 3/4] myspell-r2.eclass: improve code examples format
Date: Sun, 04 Sep 2022 19:37:04
Message-Id: 20220904193515.210321-4-arthurzam@gentoo.org
In Reply to: [gentoo-dev] Various changes to eclasses by Arthur Zamarin
1 Signed-off-by: Arthur Zamarin <arthurzam@g.o>
2 ---
3 eclass/myspell-r2.eclass | 6 ++++++
4 1 file changed, 6 insertions(+)
5
6 diff --git a/eclass/myspell-r2.eclass b/eclass/myspell-r2.eclass
7 index cce75ae4d6..965327ac1b 100644
8 --- a/eclass/myspell-r2.eclass
9 +++ b/eclass/myspell-r2.eclass
10 @@ -16,19 +16,25 @@
11 # @DEFAULT_UNSET
12 # @DESCRIPTION:
13 # Array variable containing list of all dictionary files.
14 +# @CODE
15 # MYSPELL_DICT=( "file.dic" "dir/file2.aff" )
16 +# @CODE
17
18 # @ECLASS_VARIABLE: MYSPELL_HYPH
19 # @DEFAULT_UNSET
20 # @DESCRIPTION:
21 # Array variable containing list of all hyphenation files.
22 +# @CODE
23 # MYSPELL_HYPH=( "file.dic" "dir/file2.dic" )
24 +# @CODE
25
26 # @ECLASS_VARIABLE: MYSPELL_THES
27 # @DEFAULT_UNSET
28 # @DESCRIPTION:
29 # Array variable containing list of all thesarus files.
30 +# @CODE
31 # MYSPELL_THES=( "file.dat" "dir/file2.idx" )
32 +# @CODE
33
34 case ${EAPI} in
35 7|8)
36 --
37 2.37.3