Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-shells/k/
Date: Tue, 03 Mar 2020 05:11:10
Message-Id: 1583210287.4aff30d6fdc2d0bdea5b2f7d03b782e9187c0d11.Alessandro-Barbieri@gentoo
1 commit: 4aff30d6fdc2d0bdea5b2f7d03b782e9187c0d11
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 3 04:38:07 2020 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Tue Mar 3 04:38:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4aff30d6
7
8 app-shells/k: use DOCS array
9
10 Package-Manager: Portage-2.3.91, Repoman-2.3.20
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 app-shells/k/k-0.0.5.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/app-shells/k/k-0.0.5.ebuild b/app-shells/k/k-0.0.5.ebuild
17 index 882b4c1..1092c8f 100644
18 --- a/app-shells/k/k-0.0.5.ebuild
19 +++ b/app-shells/k/k-0.0.5.ebuild
20 @@ -16,8 +16,9 @@ RDEPEND="
21 >=dev-vcs/git-1.7.2
22 "
23
24 +DOCS=( readme.md )
25 +
26 src_install() {
27 - dodoc "readme.md"
28 dodir "/usr/share/zsh/plugins"
29 insinto "/usr/share/zsh/plugins/${PN}"
30 doins "${PN}.sh"