Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: function-reference/build-functions/
Date: Thu, 09 Jan 2020 19:13:03
Message-Id: 1578597091.9d7e1284e713998f5af843fe6cb98a811ee6a751.ulm@gentoo
1 commit: 9d7e1284e713998f5af843fe6cb98a811ee6a751
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 9 07:42:13 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 9 19:11:31 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=9d7e1284
7
8 function-reference/build-functions: Drop einstall.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 function-reference/build-functions/text.xml | 9 ---------
13 1 file changed, 9 deletions(-)
14
15 diff --git a/function-reference/build-functions/text.xml b/function-reference/build-functions/text.xml
16 index 7d348ef..798e4ab 100644
17 --- a/function-reference/build-functions/text.xml
18 +++ b/function-reference/build-functions/text.xml
19 @@ -43,15 +43,6 @@ during the unpack and compile stages.
20 Wrapper for <c>make</c>. Passes on all <c>args</c>.
21 </ti>
22 </tr>
23 - <tr>
24 - <ti>
25 - <c>einstall args</c>
26 - </ti>
27 - <ti>
28 - Wrapper for <c>emake install</c>, only to be used if <c>emake DESTDIR="${D}"</c> is unsuitable.
29 - <b>Note</b>: Banned in EAPI 6.
30 - </ti>
31 - </tr>
32 </table>
33
34 </body>