Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Wed, 01 Nov 2017 18:37:00
Message-Id: 1509561240.63a5ec481f665636907b6c234da920f6e5b30a9a.ulm@gentoo
1 commit: 63a5ec481f665636907b6c234da920f6e5b30a9a
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 1 18:34:00 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 1 18:34:00 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=63a5ec48
7
8 appendices.tex: Fix sentence-end spacing.
9
10 appendices.tex | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/appendices.tex b/appendices.tex
14 index 60e3512..011430c 100644
15 --- a/appendices.tex
16 +++ b/appendices.tex
17 @@ -64,7 +64,7 @@ removed in 2009.
18 \section{Retroactive Changes}
19
20 In some exceptional cases, changes to the specification have been approved by the Gentoo Council
21 -without introducing a new EAPI. This section lists such retroactive changes.
22 +without introducing a new EAPI\@. This section lists such retroactive changes.
23
24 \subsection{Bash version}
25 EAPIs \t{0}, \t{1} and \t{2} originally specified GNU Bash version 3.0. This was retroactively
26 @@ -79,8 +79,8 @@ Old-style virtuals were supported by EAPIs \t{0}, \t{1}, \t{2}, \t{3} and \t{4}.
27 out via GLEP 37~\cite{Glep37} and finally removed in 2011.
28
29 \subsection{EAPI parsing}
30 -The method to specify the EAPI of an ebuild used to be a shell variable assignment, and the
31 -package manager had to source the ebuild in order to determine the EAPI. Therefore any ebuild using
32 +The method to specify the EAPI of an ebuild used to be a shell variable assignment, and the package
33 +manager had to source the ebuild in order to determine the EAPI\@. Therefore any ebuild using
34 a future EAPI would still have to be sourceable by old package managers, which imposed restrictions
35 e.\,g.\ on updating the Bash version or on possible changes of global scope functions. Several
36 approaches to overcome this limitation were discussed, notably GLEP 55~\cite{Glep55}, which was