Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bash/
Date: Sun, 26 Apr 2020 08:32:15
Message-Id: 1587889928.56099ed6ad87566c7e58090aa8cf472fe5b4e3a9.polynomial-c@gentoo
1 commit: 56099ed6ad87566c7e58090aa8cf472fe5b4e3a9
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 26 08:30:03 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 26 08:32:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56099ed6
7
8 app-shells/bash: Fixed "docinto" usage
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 app-shells/bash/bash-4.4_p23-r1.ebuild | 2 +-
14 app-shells/bash/bash-5.0_p11.ebuild | 2 +-
15 app-shells/bash/bash-5.0_p16.ebuild | 2 +-
16 app-shells/bash/bash-5.0_p17.ebuild | 2 +-
17 4 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/app-shells/bash/bash-4.4_p23-r1.ebuild b/app-shells/bash/bash-4.4_p23-r1.ebuild
20 index d40bcd6d09b..d939664e191 100644
21 --- a/app-shells/bash/bash-4.4_p23-r1.ebuild
22 +++ b/app-shells/bash/bash-4.4_p23-r1.ebuild
23 @@ -217,7 +217,7 @@ src_install() {
24 if use examples ; then
25 for d in examples/{functions,misc,scripts,startup-files} ; do
26 exeinto /usr/share/doc/${PF}/${d}
27 - docinto /usr/share/doc/${PF}/${d}
28 + docinto ${d}
29 for f in ${d}/* ; do
30 if [[ ${f##*/} != PERMISSION ]] && [[ ${f##*/} != *README ]] ; then
31 doexe ${f}
32
33 diff --git a/app-shells/bash/bash-5.0_p11.ebuild b/app-shells/bash/bash-5.0_p11.ebuild
34 index cf6f13f0d78..6f6fa4bb6e8 100644
35 --- a/app-shells/bash/bash-5.0_p11.ebuild
36 +++ b/app-shells/bash/bash-5.0_p11.ebuild
37 @@ -221,7 +221,7 @@ src_install() {
38 if use examples ; then
39 for d in examples/{functions,misc,scripts,startup-files} ; do
40 exeinto /usr/share/doc/${PF}/${d}
41 - docinto /usr/share/doc/${PF}/${d}
42 + docinto ${d}
43 for f in ${d}/* ; do
44 if [[ ${f##*/} != PERMISSION ]] && [[ ${f##*/} != *README ]] ; then
45 doexe ${f}
46
47 diff --git a/app-shells/bash/bash-5.0_p16.ebuild b/app-shells/bash/bash-5.0_p16.ebuild
48 index cf6f13f0d78..6f6fa4bb6e8 100644
49 --- a/app-shells/bash/bash-5.0_p16.ebuild
50 +++ b/app-shells/bash/bash-5.0_p16.ebuild
51 @@ -221,7 +221,7 @@ src_install() {
52 if use examples ; then
53 for d in examples/{functions,misc,scripts,startup-files} ; do
54 exeinto /usr/share/doc/${PF}/${d}
55 - docinto /usr/share/doc/${PF}/${d}
56 + docinto ${d}
57 for f in ${d}/* ; do
58 if [[ ${f##*/} != PERMISSION ]] && [[ ${f##*/} != *README ]] ; then
59 doexe ${f}
60
61 diff --git a/app-shells/bash/bash-5.0_p17.ebuild b/app-shells/bash/bash-5.0_p17.ebuild
62 index cf6f13f0d78..6f6fa4bb6e8 100644
63 --- a/app-shells/bash/bash-5.0_p17.ebuild
64 +++ b/app-shells/bash/bash-5.0_p17.ebuild
65 @@ -221,7 +221,7 @@ src_install() {
66 if use examples ; then
67 for d in examples/{functions,misc,scripts,startup-files} ; do
68 exeinto /usr/share/doc/${PF}/${d}
69 - docinto /usr/share/doc/${PF}/${d}
70 + docinto ${d}
71 for f in ${d}/* ; do
72 if [[ ${f##*/} != PERMISSION ]] && [[ ${f##*/} != *README ]] ; then
73 doexe ${f}