Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
Date: Wed, 24 Oct 2018 13:01:13
Message-Id: 1540385797.7cb1e1f8abbf1db100e3685cd9d1093c2a788a03.grknight@gentoo
1 commit: 7cb1e1f8abbf1db100e3685cd9d1093c2a788a03
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 17 15:13:36 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 24 12:56:37 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=7cb1e1f8
7
8 install-functions: Update domo and add dostrip for EAPI=7
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 function-reference/install-functions/text.xml | 14 +++++++++++++-
13 1 file changed, 13 insertions(+), 1 deletion(-)
14
15 diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
16 index 1134164..24552a7 100644
17 --- a/function-reference/install-functions/text.xml
18 +++ b/function-reference/install-functions/text.xml
19 @@ -242,7 +242,8 @@ the first is the source name, the second the name to use when installing.
20 <c>domo</c>
21 </ti>
22 <ti>
23 - Install a Gettext <c>.mo</c> file
24 + Install a Gettext <c>.mo</c> file<br>
25 + (EAPI=7) No longer looks at the value of <c>into</c>
26 </ti>
27 </tr>
28 <tr>
29 @@ -387,6 +388,17 @@ the first is the source name, the second the name to use when installing.
30 Install an <c>sbin</c> file using the second argument as the name
31 </ti>
32 </tr>
33 + <tr>
34 + <ti>
35 + <c>dostrip</c>
36 + </ti>
37 + <ti>
38 + Introduced with EAPI=7, controls the stripping of executables.
39 + Normally executed to exclude from stripping.
40 + Eg. <c>dostrip -x /path/to/important.so</c>. May also be used to include binaries
41 + to strip when <c>RESTRICT=strip</c> without the -x option.
42 + </ti>
43 + </tr>
44 </table>
45
46 </body>