Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:eapi-8 commit in: /
Date: Tue, 18 May 2021 05:44:37
Message-Id: 1621316655.04830bfe47a62121f26a60638d9b6f103d12081e.ulm@gentoo
1 commit: 04830bfe47a62121f26a60638d9b6f103d12081e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 10 17:19:32 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 05:44:15 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=04830bfe
7
8 eapis.tex: Merge redundant descriptions
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 eapis.tex | 16 +++-------------
13 1 file changed, 3 insertions(+), 13 deletions(-)
14
15 diff --git a/eapis.tex b/eapis.tex
16 index 746decf..f902869 100644
17 --- a/eapis.tex
18 +++ b/eapis.tex
19 @@ -17,20 +17,10 @@ EAPIs are also used for profile directories, as described in section~\ref{sec:pr
20
21 \section{Defined EAPIs}
22
23 -The following EAPIs are defined by this specification:
24 -
25 \ChangeWhenAddingAnEAPI{8}
26 -\begin{compactdesc}
27 -\item[0] The `original' base EAPI.
28 -\item[1] EAPI `1' contains a number of extensions to EAPI `0'.
29 -\item[2] EAPI `2' contains a number of extensions to EAPI `1'.
30 -\item[3] EAPI `3' contains a number of extensions to EAPI `2'.
31 -\item[4] EAPI `4' contains a number of extensions to EAPI `3'.
32 -\item[5] EAPI `5' contains a number of extensions to EAPI `4'.
33 -\item[6] EAPI `6' contains a number of extensions to EAPI `5'.
34 -\item[7] EAPI `7' contains a number of extensions to EAPI `6'.
35 -\item[8] EAPI `8' contains a number of extensions to EAPI `7'.
36 -\end{compactdesc}
37 +This specification defines EAPIs `0', `1', `2', `3', `4', `5', `6', `7', and~`8'.
38 +EAPI~`0' is the `original' base EAPI\@. Each of the later EAPIs contains a number of extensions
39 +to its predecessor.
40
41 Except where explicitly noted, everything in this specification
42 applies to all of the above EAPIs.%