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-misc/tmux/
Date: Thu, 02 Jun 2016 12:43:23
Message-Id: 1464871380.dac5e28f67c70f2ca32fdad3be0fc7a1c2803aaa.polynomial-c@gentoo
1 commit: dac5e28f67c70f2ca32fdad3be0fc7a1c2803aaa
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 12:43:00 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 12:43:00 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dac5e28f
7
8 app-misc/tmux: Install example config.
9
10 Package-Manager: portage-2.2.28
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 app-misc/tmux/tmux-2.2.ebuild | 3 +++
14 app-misc/tmux/tmux-9999.ebuild | 3 +++
15 2 files changed, 6 insertions(+)
16
17 diff --git a/app-misc/tmux/tmux-2.2.ebuild b/app-misc/tmux/tmux-2.2.ebuild
18 index 57d9618..62520a3 100644
19 --- a/app-misc/tmux/tmux-2.2.ebuild
20 +++ b/app-misc/tmux/tmux-2.2.ebuild
21 @@ -65,6 +65,9 @@ src_install() {
22
23 einstalldocs
24
25 + dodoc example_tmux.conf
26 + docompress -x /usr/share/doc/${PF}/example_tmux.conf
27 +
28 if use vim-syntax; then
29 insinto /usr/share/vim/vimfiles/ftdetect
30 doins "${FILESDIR}"/tmux.vim
31
32 diff --git a/app-misc/tmux/tmux-9999.ebuild b/app-misc/tmux/tmux-9999.ebuild
33 index 223d23a..520cae0 100644
34 --- a/app-misc/tmux/tmux-9999.ebuild
35 +++ b/app-misc/tmux/tmux-9999.ebuild
36 @@ -65,6 +65,9 @@ src_install() {
37
38 einstalldocs
39
40 + dodoc example_tmux.conf
41 + docompress -x /usr/share/doc/${PF}/example_tmux.conf
42 +
43 if use vim-syntax; then
44 insinto /usr/share/vim/vimfiles/ftdetect
45 doins "${FILESDIR}"/tmux.vim