Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 31 Mar 2021 02:04:27
Message-Id: 1617156166.38fa9be14d380d9ce61a74f87ee9bb0db001452d.sam@gentoo
1 commit: 38fa9be14d380d9ce61a74f87ee9bb0db001452d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 00:37:00 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 02:02:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38fa9be1
7
8 pax-utils.eclass: document _pax_list_files and mark as @INTERNAL
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/pax-utils.eclass | 6 +++++-
13 1 file changed, 5 insertions(+), 1 deletion(-)
14
15 diff --git a/eclass/pax-utils.eclass b/eclass/pax-utils.eclass
16 index 1e109c884b1..209e4831f96 100644
17 --- a/eclass/pax-utils.eclass
18 +++ b/eclass/pax-utils.eclass
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 # @ECLASS: pax-utils.eclass
25 @@ -176,6 +176,10 @@ host-is-pax() {
26 # them elsewhere as they are not supported (i.e. they may be removed
27 # or their function may change arbitrarily).
28
29 +# @FUNCTION: _pax_list_files
30 +# @INTERNAL
31 +# @USAGE: <command to display items> [items]
32 +# @DESCRIPTION:
33 # Display a list of things, one per line, indented a bit, using the
34 # display command in $1.
35 _pax_list_files() {