From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2ECC9138359 for ; Fri, 18 Sep 2020 07:01:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65959E080E; Fri, 18 Sep 2020 07:01:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B04FE080E for ; Fri, 18 Sep 2020 07:01:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F4127340A6A for ; Fri, 18 Sep 2020 07:01:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EFFD2E1 for ; Fri, 18 Sep 2020 07:01:50 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1599933557.5a28f4c774671cc78517596ef77692dbce0e2704.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: eclass-writing/ X-VCS-Repository: proj/devmanual X-VCS-Files: eclass-writing/text.xml X-VCS-Directories: eclass-writing/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 5a28f4c774671cc78517596ef77692dbce0e2704 X-VCS-Branch: master Date: Fri, 18 Sep 2020 07:01:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 426e145b-c155-4d3f-8e13-ff29646584d0 X-Archives-Hash: 81855eab160c4bce936f2146a7159940 commit: 5a28f4c774671cc78517596ef77692dbce0e2704 Author: Ulrich Müller gentoo org> AuthorDate: Sat Sep 12 17:05:00 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Sep 12 17:59:17 2020 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=5a28f4c7 eclass-writing: Update list of eclass examples. Signed-off-by: Ulrich Müller gentoo.org> eclass-writing/text.xml | 7 ++++--- 1 file 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:
  • Those which provide common functions which are used by many ebuilds (for - example, eutils, eapi7-ver, cvs, bash-completion) + example, autotools, bash-completion-r1, flag-o-matic, + toolchain-funcs
  • Those which provide a basic build system for many similar packages (for - example, vim-plugin, kde) + example, perl-module, vim-plugin)
  • Those which handle one or a small number of packages with complex build - systems (for example, vim, toolchain, kernel-2) + systems (for example, kernel-2, toolchain)