Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 18 Jun 2021 18:27:21
Message-Id: 1624040764.3f4cf0d9984e3d8a5657082b260de31b75b61b4b.mpagano@gentoo
1 commit: 3f4cf0d9984e3d8a5657082b260de31b75b61b4b
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 18 18:26:04 2021 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 18 18:26:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f4cf0d9
7
8 eclass/linux-info: eclassdoc fixes. Mark variables correctly
9
10 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
11
12 eclass/linux-info.eclass | 16 ++++++++--------
13 1 file changed, 8 insertions(+), 8 deletions(-)
14
15 diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass
16 index 861123e0e8b..e2f2ad1b888 100644
17 --- a/eclass/linux-info.eclass
18 +++ b/eclass/linux-info.eclass
19 @@ -76,43 +76,43 @@ KERNEL_DIR="${KERNEL_DIR:-${ROOT%/}/usr/src/linux}"
20 # set by hand. These are as follows:
21
22 # @ECLASS-VARIABLE: KV_FULL
23 -# @INTERNAL
24 +# @OUTPUT_VARIABLE
25 # @DESCRIPTION:
26 # A read-only variable. It's a string containing the full kernel version. ie: 2.6.9-gentoo-johnm-r1
27
28 # @ECLASS-VARIABLE: KV_MAJOR
29 -# @INTERNAL
30 +# @OUTPUT_VARIABLE
31 # @DESCRIPTION:
32 # A read-only variable. It's an integer containing the kernel major version. ie: 2
33
34 # @ECLASS-VARIABLE: KV_MINOR
35 -# @INTERNAL
36 +# @OUTPUT_VARIABLE
37 # @DESCRIPTION:
38 # A read-only variable. It's an integer containing the kernel minor version. ie: 6
39
40 # @ECLASS-VARIABLE: KV_PATCH
41 -# @INTERNAL
42 +# @OUTPUT_VARIABLE
43 # @DESCRIPTION:
44 # A read-only variable. It's an integer containing the kernel patch version. ie: 9
45
46 # @ECLASS-VARIABLE: KV_EXTRA
47 -# @INTERNAL
48 +# @OUTPUT_VARIABLE
49 # @DESCRIPTION:
50 # A read-only variable. It's a string containing the kernel EXTRAVERSION. ie: -gentoo
51
52 # @ECLASS-VARIABLE: KV_LOCAL
53 -# @INTERNAL
54 +# @OUTPUT_VARIABLE
55 # @DESCRIPTION:
56 # A read-only variable. It's a string containing the kernel LOCALVERSION concatenation. ie: -johnm
57
58 # @ECLASS-VARIABLE: KV_DIR
59 -# @INTERNAL
60 +# @OUTPUT_VARIABLE
61 # @DESCRIPTION:
62 # A read-only variable. It's a string containing the kernel source directory, will be null if
63 # KERNEL_DIR is invalid.
64
65 # @ECLASS-VARIABLE: KV_OUT_DIR
66 -# @INTERNAL
67 +# @OUTPUT_VARIABLE
68 # @DESCRIPTION:
69 # A read-only variable. It's a string containing the kernel object directory, will be KV_DIR unless
70 # KBUILD_OUTPUT is used. This should be used for referencing .config.