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 263231382C5 for ; Thu, 13 May 2021 11:42:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 056FEE0916; Thu, 13 May 2021 11:42:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DBBBBE0916 for ; Thu, 13 May 2021 11:42:32 +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 71EBF340D65 for ; Thu, 13 May 2021 11:42:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB35C797 for ; Thu, 13 May 2021 11:42:26 +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: <1619866249.b6e8c44c3f1965b9fce26d9c22fd67644a8eb8a6.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-8 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: eapis.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b6e8c44c3f1965b9fce26d9c22fd67644a8eb8a6 X-VCS-Branch: eapi-8 Date: Thu, 13 May 2021 11:42:26 +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: 9c62b7f3-f7f4-4616-9385-48f848f9d0e9 X-Archives-Hash: 49aaa53d5a5ee730c3f7f5fab5b7701b commit: b6e8c44c3f1965b9fce26d9c22fd67644a8eb8a6 Author: Ulrich Müller gentoo org> AuthorDate: Thu May 10 17:19:32 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat May 1 10:50:49 2021 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=b6e8c44c eapis.tex: Merge redundant descriptions Signed-off-by: Ulrich Müller gentoo.org> eapis.tex | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/eapis.tex b/eapis.tex index 746decf..f902869 100644 --- a/eapis.tex +++ b/eapis.tex @@ -17,20 +17,10 @@ EAPIs are also used for profile directories, as described in section~\ref{sec:pr \section{Defined EAPIs} -The following EAPIs are defined by this specification: - \ChangeWhenAddingAnEAPI{8} -\begin{compactdesc} -\item[0] The `original' base EAPI. -\item[1] EAPI `1' contains a number of extensions to EAPI `0'. -\item[2] EAPI `2' contains a number of extensions to EAPI `1'. -\item[3] EAPI `3' contains a number of extensions to EAPI `2'. -\item[4] EAPI `4' contains a number of extensions to EAPI `3'. -\item[5] EAPI `5' contains a number of extensions to EAPI `4'. -\item[6] EAPI `6' contains a number of extensions to EAPI `5'. -\item[7] EAPI `7' contains a number of extensions to EAPI `6'. -\item[8] EAPI `8' contains a number of extensions to EAPI `7'. -\end{compactdesc} +This specification defines EAPIs `0', `1', `2', `3', `4', `5', `6', `7', and~`8'. +EAPI~`0' is the `original' base EAPI\@. Each of the later EAPIs contains a number of extensions +to its predecessor. Except where explicitly noted, everything in this specification applies to all of the above EAPIs.%