commit: 658c96d0f74dd2888d821dce63d70705e9f5b412
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 5 05:54:58 2015 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 5 06:04:05 2015 +0000
URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=658c96d0
fixup! EAPI 6 has a different src_install implementation.
ebuild-functions.tex | 3 +++
1 file changed, 3 insertions(+)
diff --git a/ebuild-functions.tex b/ebuild-functions.tex
index 10560b2..77ef59e 100644
--- a/ebuild-functions.tex
+++ b/ebuild-functions.tex
@@ -333,6 +333,8 @@ src_install() {
6, the default implementation used when the ebuild lacks the \t{src\_install}
function shall behave
as:
+\begin{listing}[H]
+\caption{src\_install, format~6} \label{lst:src-install-6}
\begin{verbatim}
src_install() {
if [[ -f Makefile ]] || [[ -f GNUmakefile ]] || [[ -f makefile ]]; then
@@ -342,6 +344,7 @@ src_install() {
einstalldocs
}
\end{verbatim}
+\end{listing}
For other EAPIs, the default implementation used when the ebuild lacks the
\t{src\_install} function
is a no-op.