From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3547138334 for ; Wed, 24 Oct 2018 13:01:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00EBBE0982; Wed, 24 Oct 2018 13:01:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE596E0982 for ; Wed, 24 Oct 2018 13:01:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F669335CCB for ; Wed, 24 Oct 2018 13:01:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 096C2450 for ; Wed, 24 Oct 2018 13:01:08 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1540385797.7cb1e1f8abbf1db100e3685cd9d1093c2a788a03.grknight@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/ X-VCS-Repository: proj/devmanual X-VCS-Files: function-reference/install-functions/text.xml X-VCS-Directories: function-reference/install-functions/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 7cb1e1f8abbf1db100e3685cd9d1093c2a788a03 X-VCS-Branch: master Date: Wed, 24 Oct 2018 13:01:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b0836c9d-05e3-4c43-b5c0-f03055cf29fa X-Archives-Hash: 9bbbc4f565d270acdbe611ca01285e59 commit: 7cb1e1f8abbf1db100e3685cd9d1093c2a788a03 Author: Brian Evans gentoo org> AuthorDate: Mon Sep 17 15:13:36 2018 +0000 Commit: Brian Evans gentoo org> CommitDate: Wed Oct 24 12:56:37 2018 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=7cb1e1f8 install-functions: Update domo and add dostrip for EAPI=7 Signed-off-by: Brian Evans gentoo.org> function-reference/install-functions/text.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml index 1134164..24552a7 100644 --- a/function-reference/install-functions/text.xml +++ b/function-reference/install-functions/text.xml @@ -242,7 +242,8 @@ the first is the source name, the second the name to use when installing. domo - Install a Gettext .mo file + Install a Gettext .mo file
+ (EAPI=7) No longer looks at the value of into
@@ -387,6 +388,17 @@ the first is the source name, the second the name to use when installing. Install an sbin file using the second argument as the name + + + dostrip + + + Introduced with EAPI=7, controls the stripping of executables. + Normally executed to exclude from stripping. + Eg. dostrip -x /path/to/important.so. May also be used to include binaries + to strip when RESTRICT=strip without the -x option. + +