summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Mueller <ulm@gentoo.org>2009-12-11 16:46:23 +0100
committerChristian Faulhammer <fauli@gentoo.org>2010-01-10 15:19:11 +0100
commit55104a5db89a707ffbe2811efcccece0b9c7c0d7 (patch)
tree1c3793697c9cf2441b8e085ebfe87602f40a49e3 /eapis.tex
parentRevert my change about mandatory ebuild use (diff)
downloadpms-55104a5db89a707ffbe2811efcccece0b9c7c0d7.tar.gz
pms-55104a5db89a707ffbe2811efcccece0b9c7c0d7.tar.bz2
pms-55104a5db89a707ffbe2811efcccece0b9c7c0d7.zip
Remove conditionals for kdebuild-1.
Signed-off-by: Ulrich Mueller <ulm@gentoo.org>
Diffstat (limited to 'eapis.tex')
-rw-r--r--eapis.tex29
1 files changed, 5 insertions, 24 deletions
diff --git a/eapis.tex b/eapis.tex
index 24cabbe..f7ad06b 100644
--- a/eapis.tex
+++ b/eapis.tex
@@ -23,13 +23,6 @@ The following EAPIs are defined by this specification:
\item[0] The `original' base EAPI.
\item[1] EAPI `1' contains a number of extensions to EAPI `0'. Except where explicitly noted, it is
in all other ways identical to EAPI `0'.
-\IFKDEBUILDELSE
-{
- \item[kdebuild-1] A series of extensions to EAPI `1' used by the GenKDEsvn project and
- formerly by the Gentoo KDE project. Except where
- explicitly noted, it is in all other ways identical to EAPI `1'.
-}{
-}
\item[2] EAPI `2' contains a number of extensions to EAPI `1'. Except where explicitly noted, it is
in all other ways identical to EAPI `1'.
\item[3] EAPI `3' contains a number of extensions to EAPI `2'. Except where explicitly noted, it is
@@ -38,21 +31,11 @@ The following EAPIs are defined by this specification:
in all other ways identical to EAPI `3'.
\end{description}
-\ifthenelse{\boolean{ENABLE-ALL-OPTIONS}\and\not\boolean{TEX4HT-HACKS}}
-{
- \note We're not sure whether \t{kdebuild-1} will end up in the final version of this
- specification. For now, it's included but can easily be hidden using a switch in the master
- \t{pms.tex} file. To make editing easier, we also have a mode that shows the document both with
- and without the \t{kdebuild-1} stuff enabled. You currently have that mode enabled---
- \IFKDEBUILDELSE{
- text only shown when \t{kdebuild-1} is enabled looks like this,
- }{
- and text only shown when it is disabled looks like this.
- }
-}{
-}
-
-Except where explicitly noted, everything in this specification applies to all of the above EAPIs.
+Except where explicitly noted, everything in this specification
+applies to all of the above EAPIs.%
+\footnote{Another inofficial EAPI `kdebuild-1' was a series of
+ extensions to EAPI `1' formerly used by the Gentoo KDE project.
+ Some of its features have been included in EAPI `2' or later.}
\section{Reserved EAPIs}
@@ -61,8 +44,6 @@ Except where explicitly noted, everything in this specification applies to all o
specification.
\item EAPIs whose value starts with the string \t{paludis-} are reserved for experimental
use by the Paludis package manager.
-\item EAPIs whose value starts with the string \t{kdebuild-} are reserved for the GenKDEsvn
- project, and were formerly used by the Gentoo KDE project.
\end{compactitem}
% vim: set filetype=tex fileencoding=utf8 et tw=100 spell spelllang=en :