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 4706113835B for ; Mon, 24 May 2021 10:35:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C3CAE083D; Mon, 24 May 2021 10:35:27 +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 74CF4E083E for ; Mon, 24 May 2021 10:35:27 +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 6206B335D48 for ; Mon, 24 May 2021 10:35:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E245798 for ; Mon, 24 May 2021 10:35:23 +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: <1621848289.d5cd2137f063e84ff330b61014dddc7c655dc716.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: d5cd2137f063e84ff330b61014dddc7c655dc716 X-VCS-Branch: eapi-8 Date: Mon, 24 May 2021 10:35:23 +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: 50c8a973-84b1-4ac2-baa2-2ce4903c7963 X-Archives-Hash: 5eb141b01c9fcafc94464ae944322cd9 commit: d5cd2137f063e84ff330b61014dddc7c655dc716 Author: Ulrich Müller gentoo org> AuthorDate: Thu May 10 17:19:32 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon May 24 09:24:49 2021 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=d5cd2137 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.%