Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/zsh/
Date: Wed, 18 Sep 2019 23:32:56
Message-Id: 1568849364.1acb303f69b69842c3e1222f9207d79563bd18e0.radhermit@gentoo
1 commit: 1acb303f69b69842c3e1222f9207d79563bd18e0
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 18 23:23:29 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 18 23:29:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1acb303f
7
8 app-shells/zsh: fix BadInsIntoDir QA issues
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 app-shells/zsh/zsh-5.6.2.ebuild | 5 ++---
13 app-shells/zsh/zsh-5.7.1.ebuild | 3 +--
14 app-shells/zsh/zsh-9999.ebuild | 3 +--
15 3 files changed, 4 insertions(+), 7 deletions(-)
16
17 diff --git a/app-shells/zsh/zsh-5.6.2.ebuild b/app-shells/zsh/zsh-5.6.2.ebuild
18 index dbbb337d6e9..09315ecb9b2 100644
19 --- a/app-shells/zsh/zsh-5.6.2.ebuild
20 +++ b/app-shells/zsh/zsh-5.6.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -171,10 +171,9 @@ src_install() {
28
29 if use doc ; then
30 pushd "${WORKDIR}/${PN}-${PV%_*}" >/dev/null
31 + dodoc Doc/zsh.{dvi,pdf}
32 docinto html
33 dodoc Doc/*.html
34 - insinto /usr/share/doc/${PF}
35 - doins Doc/zsh.{dvi,pdf}
36 popd >/dev/null
37 fi
38
39
40 diff --git a/app-shells/zsh/zsh-5.7.1.ebuild b/app-shells/zsh/zsh-5.7.1.ebuild
41 index 103eb4abf6a..03b1e1d4553 100644
42 --- a/app-shells/zsh/zsh-5.7.1.ebuild
43 +++ b/app-shells/zsh/zsh-5.7.1.ebuild
44 @@ -176,10 +176,9 @@ src_install() {
45
46 if use doc ; then
47 pushd "${WORKDIR}/${PN}-${PV%_*}" >/dev/null
48 + dodoc Doc/zsh.{dvi,pdf}
49 docinto html
50 dodoc Doc/*.html
51 - insinto /usr/share/doc/${PF}
52 - doins Doc/zsh.{dvi,pdf}
53 popd >/dev/null
54 fi
55
56
57 diff --git a/app-shells/zsh/zsh-9999.ebuild b/app-shells/zsh/zsh-9999.ebuild
58 index 7455f193772..2d05ce7a473 100644
59 --- a/app-shells/zsh/zsh-9999.ebuild
60 +++ b/app-shells/zsh/zsh-9999.ebuild
61 @@ -175,10 +175,9 @@ src_install() {
62
63 if use doc ; then
64 pushd "${WORKDIR}/${PN}-${PV%_*}" >/dev/null
65 + dodoc Doc/zsh.{dvi,pdf}
66 docinto html
67 dodoc Doc/*.html
68 - insinto /usr/share/doc/${PF}
69 - doins Doc/zsh.{dvi,pdf}
70 popd >/dev/null
71 fi