Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 06 Jan 2022 09:32:57
Message-Id: 1641461564.31ee069b09e50b3f5d57da61e9fc2e0a731cd9cc.ulm@gentoo
1 commit: 31ee069b09e50b3f5d57da61e9fc2e0a731cd9cc
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 11:01:39 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 6 09:32:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ee069b
7
8 readme.gentoo-r1.eclass: Document the DOC_CONTENTS variable
9
10 This fixes a spurious "UnusedInherits" warning from pkgcheck.
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 eclass/readme.gentoo-r1.eclass | 7 ++++++-
15 1 file changed, 6 insertions(+), 1 deletion(-)
16
17 diff --git a/eclass/readme.gentoo-r1.eclass b/eclass/readme.gentoo-r1.eclass
18 index 3ad36fac2588..0d302179127b 100644
19 --- a/eclass/readme.gentoo-r1.eclass
20 +++ b/eclass/readme.gentoo-r1.eclass
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 # @ECLASS: readme.gentoo-r1.eclass
27 @@ -25,6 +25,11 @@ case ${EAPI} in
28 *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
29 esac
30
31 +# @ECLASS-VARIABLE: DOC_CONTENTS
32 +# @DEFAULT_UNSET
33 +# @DESCRIPTION:
34 +# The information that is used to create the README.gentoo file.
35 +
36 # @ECLASS-VARIABLE: DISABLE_AUTOFORMATTING
37 # @DEFAULT_UNSET
38 # @DESCRIPTION: