summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaran.mccreesh@googlemail.com>2009-03-16 19:08:19 +0000
committerCiaran McCreesh <ciaran.mccreesh@googlemail.com>2009-04-11 20:28:01 +0100
commit32525afc146d2318e37e3144346ccbaac1ace1bc (patch)
tree2520cf8097833108c0a9d91ccba76c53908d256f /ebuild-functions.tex
parentIntroduce eapi 3 (diff)
downloadpms-32525afc146d2318e37e3144346ccbaac1ace1bc.tar.gz
pms-32525afc146d2318e37e3144346ccbaac1ace1bc.tar.bz2
pms-32525afc146d2318e37e3144346ccbaac1ace1bc.zip
Rework tables for EAPI 3.
Update all feature tables for EAPI 3 as a copy of EAPI 2, and introduce an empty change list for EAPI 3. Things differing in EAPI 3 will be changed in subsequent commits. A few tables used the order 0, 1, 2, kdebuild-1 rather than 0, 1, kdebuild-1, 2. These are now fixed for consistency. Switch the features table to landscape, to make it fit better.
Diffstat (limited to 'ebuild-functions.tex')
-rw-r--r--ebuild-functions.tex16
1 files changed, 14 insertions, 2 deletions
diff --git a/ebuild-functions.tex b/ebuild-functions.tex
index 966ed94..ee84f2c 100644
--- a/ebuild-functions.tex
+++ b/ebuild-functions.tex
@@ -74,6 +74,7 @@ The initial working directory must be \t{S} if that exists, falling back to \t{W
\t{1} & No \\
\t{kdebuild-1} & No \\
\t{2} & Yes \\
+ \t{3} & Yes \\
\bottomrule
\end{tabular}
}{
@@ -85,6 +86,7 @@ The initial working directory must be \t{S} if that exists, falling back to \t{W
\t{0} & No \\
\t{1} & No \\
\t{2} & Yes \\
+ \t{3} & Yes \\
\bottomrule
\end{tabular}
}
@@ -121,6 +123,7 @@ src_configure() {
\t{1} & No \\
\t{kdebuild-1} & No \\
\t{2} & Yes \\
+ \t{3} & Yes \\
\bottomrule
\end{tabular}
}{
@@ -132,6 +135,7 @@ src_configure() {
\t{0} & No \\
\t{1} & No \\
\t{2} & Yes \\
+ \t{3} & Yes \\
\bottomrule
\end{tabular}
}
@@ -196,6 +200,7 @@ src_compile() {
\t{1} & 1 \\
\t{kdebuild-1} & 1 \\
\t{2} & 2 \\
+ \t{3} & 2 \\
\bottomrule
\end{tabular}
}{
@@ -207,6 +212,7 @@ src_compile() {
\t{0} & 0 \\
\t{1} & 1 \\
\t{2} & 2 \\
+ \t{3} & 2 \\
\bottomrule
\end{tabular}
}
@@ -240,8 +246,9 @@ The \t{src\_test} function may be disabled by \t{RESTRICT}. See section~\ref{sec
\midrule
\t{0} & At user option \\
\t{1} & At user option \\
- \t{2} & At user option \\
\t{kdebuild-1} & Required \\
+ \t{2} & At user option \\
+ \t{3} & At user option \\
\bottomrule
\end{tabular}
@@ -333,8 +340,9 @@ fully installed. It is the only ebuild function which may be interactive and pro
\midrule
\t{0} & No \\
\t{1} & No \\
- \t{2} & No \\
\t{kdebuild-1} & Yes \\
+ \t{2} & No \\
+ \t{3} & No \\
\bottomrule
\end{tabular}
\end{centertable}
@@ -371,6 +379,8 @@ must not call these functions except when in the phase in question.
\t{kdebuild-1} & None \\
\t{2} & \parbox[t]{3in}{\t{pkg\_nofetch}, \t{src\_unpack}, \t{src\_prepare}, \t{src\_configure},
\t{src\_compile}, \t{src\_test}} \\
+ \t{3} & \parbox[t]{3in}{\t{pkg\_nofetch}, \t{src\_unpack}, \t{src\_prepare}, \t{src\_configure},
+ \t{src\_compile}, \t{src\_test}} \\
\bottomrule
\end{tabular}
}{
@@ -383,6 +393,8 @@ must not call these functions except when in the phase in question.
\t{1} & None \\
\t{2} & \parbox[t]{3in}{\t{pkg\_nofetch}, \t{src\_unpack}, \t{src\_prepare}, \t{src\_configure},
\t{src\_compile}, \t{src\_test}} \\
+ \t{3} & \parbox[t]{3in}{\t{pkg\_nofetch}, \t{src\_unpack}, \t{src\_prepare}, \t{src\_configure},
+ \t{src\_compile}, \t{src\_test}} \\
\bottomrule
\end{tabular}
}