diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-09-12 19:05:00 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-09-12 19:59:17 +0200 |
commit | 5a28f4c774671cc78517596ef77692dbce0e2704 (patch) | |
tree | 53ae18c2fc6489f2de07de3334f14acfad06b745 /eclass-writing | |
parent | ebuild-writing/functions/src_test: Add nonfatal to if conditions. (diff) | |
download | devmanual-5a28f4c774671cc78517596ef77692dbce0e2704.tar.gz devmanual-5a28f4c774671cc78517596ef77692dbce0e2704.tar.bz2 devmanual-5a28f4c774671cc78517596ef77692dbce0e2704.zip |
eclass-writing: Update list of eclass examples.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass-writing')
-rw-r--r-- | eclass-writing/text.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml index d5fcc8d..6598f9a 100644 --- a/eclass-writing/text.xml +++ b/eclass-writing/text.xml @@ -27,15 +27,16 @@ Roughly speaking, there are three kinds of eclass: <ul> <li> Those which provide common functions which are used by many ebuilds (for - example, <c>eutils</c>, <c>eapi7-ver</c>, <c>cvs</c>, <c>bash-completion</c>) + example, <c>autotools</c>, <c>bash-completion-r1</c>, <c>flag-o-matic</c>, + <c>toolchain-funcs</c> </li> <li> Those which provide a basic build system for many similar packages (for - example, <c>vim-plugin</c>, <c>kde</c>) + example, <c>perl-module</c>, <c>vim-plugin</c>) </li> <li> Those which handle one or a small number of packages with complex build - systems (for example, <c>vim</c>, <c>toolchain</c>, <c>kernel-2</c>) + systems (for example, <c>kernel-2</c>, <c>toolchain</c>) </li> </ul> |