Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 17 Jan 2022 17:31:00
Message-Id: 1642440650.6b59e2dcbbe14ff29179bb07913b4d4f4af47f84.juippis@gentoo
1 commit: 6b59e2dcbbe14ff29179bb07913b4d4f4af47f84
2 Author: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Mon Jan 17 17:29:07 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 17 17:30:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b59e2dc
7
8 common-lisp-3.eclass: use einstalldocs
9
10 Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 eclass/common-lisp-3.eclass | 8 +++-----
14 1 file changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/eclass/common-lisp-3.eclass b/eclass/common-lisp-3.eclass
17 index 91752dcacc9b..78f18f5231fa 100644
18 --- a/eclass/common-lisp-3.eclass
19 +++ b/eclass/common-lisp-3.eclass
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 # @ECLASS: common-lisp-3.eclass
26 @@ -167,13 +167,11 @@ common-lisp-install-asdf() {
27
28 # @FUNCTION: common-lisp-3_src_install
29 # @DESCRIPTION:
30 -# Recursively install Lisp sources, asdf files and most common doc files.
31 +# Recursively install Lisp sources, asdf files and doc files.
32 common-lisp-3_src_install() {
33 common-lisp-install-sources .
34 common-lisp-install-asdf
35 - for i in AUTHORS README* HEADER TODO* CHANGELOG Change[lL]og CHANGES BUGS CONTRIBUTORS *NEWS* ; do
36 - [[ -f ${i} ]] && dodoc ${i}
37 - done
38 + einstalldocs
39 }
40
41 # @FUNCTION: common-lisp-find-lisp-impl