Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:eapi-6 commit in: /
Date: Thu, 05 Nov 2015 16:08:12
Message-Id: 1446703445.658c96d0f74dd2888d821dce63d70705e9f5b412.ulm@gentoo
1 commit: 658c96d0f74dd2888d821dce63d70705e9f5b412
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 5 05:54:58 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 5 06:04:05 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=658c96d0
7
8 fixup! EAPI 6 has a different src_install implementation.
9
10 ebuild-functions.tex | 3 +++
11 1 file changed, 3 insertions(+)
12
13 diff --git a/ebuild-functions.tex b/ebuild-functions.tex
14 index 10560b2..77ef59e 100644
15 --- a/ebuild-functions.tex
16 +++ b/ebuild-functions.tex
17 @@ -333,6 +333,8 @@ src_install() {
18 6, the default implementation used when the ebuild lacks the \t{src\_install} function shall behave
19 as:
20
21 +\begin{listing}[H]
22 +\caption{src\_install, format~6} \label{lst:src-install-6}
23 \begin{verbatim}
24 src_install() {
25 if [[ -f Makefile ]] || [[ -f GNUmakefile ]] || [[ -f makefile ]]; then
26 @@ -342,6 +344,7 @@ src_install() {
27 einstalldocs
28 }
29 \end{verbatim}
30 +\end{listing}
31
32 For other EAPIs, the default implementation used when the ebuild lacks the \t{src\_install} function
33 is a no-op.