Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: eclass-writing/
Date: Fri, 18 Sep 2020 07:01:54
Message-Id: 1599933557.5a28f4c774671cc78517596ef77692dbce0e2704.ulm@gentoo
1 commit: 5a28f4c774671cc78517596ef77692dbce0e2704
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 17:05:00 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 17:59:17 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=5a28f4c7
7
8 eclass-writing: Update list of eclass examples.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 eclass-writing/text.xml | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml
16 index d5fcc8d..6598f9a 100644
17 --- a/eclass-writing/text.xml
18 +++ b/eclass-writing/text.xml
19 @@ -27,15 +27,16 @@ Roughly speaking, there are three kinds of eclass:
20 <ul>
21 <li>
22 Those which provide common functions which are used by many ebuilds (for
23 - example, <c>eutils</c>, <c>eapi7-ver</c>, <c>cvs</c>, <c>bash-completion</c>)
24 + example, <c>autotools</c>, <c>bash-completion-r1</c>, <c>flag-o-matic</c>,
25 + <c>toolchain-funcs</c>
26 </li>
27 <li>
28 Those which provide a basic build system for many similar packages (for
29 - example, <c>vim-plugin</c>, <c>kde</c>)
30 + example, <c>perl-module</c>, <c>vim-plugin</c>)
31 </li>
32 <li>
33 Those which handle one or a small number of packages with complex build
34 - systems (for example, <c>vim</c>, <c>toolchain</c>, <c>kernel-2</c>)
35 + systems (for example, <c>kernel-2</c>, <c>toolchain</c>)
36 </li>
37 </ul>