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, 29 Mar 2017 05:12:43
Message-Id: 1490661784.4195eaae6e1e488477d97849fe3c2bf65f976258.ulm@gentoo
1 commit: 4195eaae6e1e488477d97849fe3c2bf65f976258
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 28 00:43:04 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 28 00:43:04 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=4195eaae
7
8 Remove contradiction in historical curiosities chapter.
9
10 Be more specific in the introductory paragraph so that it doesn't
11 contradict the subsequent sections. Delete redundant sentence.
12
13 appendices.tex | 8 +++-----
14 1 file changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/appendices.tex b/appendices.tex
17 index 16edce2..99429ec 100644
18 --- a/appendices.tex
19 +++ b/appendices.tex
20 @@ -26,9 +26,9 @@ been abused in the past.
21
22 \chapter{Historical Curiosities}
23
24 -The items described in this chapter are included for information only. They were deprecated or
25 -abandoned long before \t{EAPI} was introduced. Ebuilds must not use these features, and package
26 -managers should not be changed to support them.
27 +The items described in this chapter are included for information only. Unless otherwise noted,
28 +they were deprecated or abandoned long before \t{EAPI} was introduced. Ebuilds must not use these
29 +features, and package managers should not be changed to support them.
30
31 \section{If-else use blocks}
32
33 @@ -36,8 +36,6 @@ Historically, Portage supported if-else use conditionals, as shown by
34 listing~\ref{lst:if-else-use-listing}. The block before the colon would be taken if the condition
35 was met, and the block after the colon would be taken if the condition was not met.
36
37 -This feature was deprecated and removed from the tree long before the introduction of \t{EAPI}.
38 -
39 \begin{listing}
40 \caption{If-else use blocks} \label{lst:if-else-use-listing}
41 \begin{verbatim}