Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 21 Sep 2021 08:20:05
Message-Id: 1632210866.73efee14692991db3ced0828dc7199c3aede7fbd.mgorny@gentoo
1 commit: 73efee14692991db3ced0828dc7199c3aede7fbd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 21 06:58:41 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 21 07:54:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73efee14
7
8 toolchain.eclass: Add minimal eclassdoc to enable parsing
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/toolchain.eclass | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
16 index 5bfa58e4a20..b68ac30e89f 100644
17 --- a/eclass/toolchain.eclass
18 +++ b/eclass/toolchain.eclass
19 @@ -1,8 +1,11 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -# Maintainer: Toolchain Ninjas <toolchain@g.o>
24 +# @ECLASS: toolchain.eclass
25 +# @MAINTAINER:
26 +# Toolchain Ninjas <toolchain@g.o>
27 # @SUPPORTED_EAPIS: 5 6 7 8
28 +# @BLURB: Common code for sys-devel/gcc ebuilds
29
30 DESCRIPTION="The GNU Compiler Collection"
31 HOMEPAGE="https://gcc.gnu.org/"