Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux/
Date: Tue, 01 Mar 2016 04:20:09
Message-Id: 1456805988.6254346b61b1608969d3a2e78e934def15adfb86.zmedico@gentoo
1 commit: 6254346b61b1608969d3a2e78e934def15adfb86
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 1 04:13:10 2016 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 1 04:19:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6254346b
7
8 app-misc/tmux: fix 9999 ebuild breakage for bug 574592
9
10 Package-Manager: portage-2.2.27
11
12 app-misc/tmux/Manifest | 2 ++
13 app-misc/tmux/tmux-9999.ebuild | 9 +++++----
14 2 files changed, 7 insertions(+), 4 deletions(-)
15
16 diff --git a/app-misc/tmux/Manifest b/app-misc/tmux/Manifest
17 index c34e47a..2e5b570 100644
18 --- a/app-misc/tmux/Manifest
19 +++ b/app-misc/tmux/Manifest
20 @@ -1 +1,3 @@
21 DIST tmux-2.1.tar.gz 462965 SHA256 31564e7bf4bcef2defb3cb34b9e596bd43a3937cad9e5438701a81a5a9af6176 SHA512 0faa0a60a84b777ca3cf572cf741d0e4f82a9f32d27dfeddfda41bad57830823a6d5f2323f27ba794b86e194d9f7db7028c94dc6a15bb4ac5a18508f890bdaa4 WHIRLPOOL 983024886bdb868bb69ccedc18e9fd62cc5a8f147d647ea43b6f20e297b9b3c45a061e542bcb590ab50cf5d3db43d22015c3a8f18bee33d9c76552bfe13424ed
22 +DIST tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b 458 SHA256 a0905c595fec7f0258fba5466315d42d67eca3bd2d3b12f4af8936d7f168b6c6 SHA512 fe0aca7d03067af87e0788a2fa902c7ef5500ba72295cb63c5a1814534a008c224256d7f890ac1af6d17f3734b45148765e1632f075e284c453185df2927b979 WHIRLPOOL aa83ea77c084e643f2cbf74ddf10bf6e43304b0a7c1f6af24b153844ad01732af8f45de0d8a39093f11be19ff9af20116f4aa7b9c750f3452525fcd7b31a3d8a
23 +DIST tmux.vim-95f6126c187667cc7f9c573c45c3b356cf69f4ca 5626 SHA256 040cbb7ce19f5a256ae400061d310e0f64f58cbc525402043708b59546af2462 SHA512 956b2c1ca08e3c92aa39c9df54fbe1c661d0e076c91628c4b88f81f97104241b6505412fa0e21a681adc231eb2e6e7feee850474d4277812d186548bbb05f6d1 WHIRLPOOL 3eaa20479fccf7e20dbd7ccb8669bd8c47da90f7218fdb386fcd150c1223cc7300d68f880baa706bbdb7abf54394d44fd80479ba3fae934de9b53f40acc6286a
24
25 diff --git a/app-misc/tmux/tmux-9999.ebuild b/app-misc/tmux/tmux-9999.ebuild
26 index d71fba0..577675c 100644
27 --- a/app-misc/tmux/tmux-9999.ebuild
28 +++ b/app-misc/tmux/tmux-9999.ebuild
29 @@ -10,7 +10,8 @@ inherit autotools-utils git-r3 bash-completion-r1 flag-o-matic versionator
30
31 DESCRIPTION="Terminal multiplexer"
32 HOMEPAGE="http://tmux.github.io/"
33 -SRC_URI=""
34 +SRC_URI="https://raw.githubusercontent.com/przepompownia/tmux-bash-completion/678a27616b70c649c6701cae9cd8c92b58cc051b/completions/tmux -> tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b
35 +vim-syntax? ( https://raw.githubusercontent.com/keith/tmux.vim/95f6126c187667cc7f9c573c45c3b356cf69f4ca/syntax/tmux.vim -> tmux.vim-95f6126c187667cc7f9c573c45c3b356cf69f4ca )"
36 EGIT_REPO_URI="https://github.com/tmux/tmux.git"
37
38 LICENSE="ISC"
39 @@ -61,14 +62,14 @@ src_configure() {
40 src_install() {
41 autotools-utils_src_install
42
43 - newbashcomp examples/bash_completion_tmux.sh ${PN}
44 + newbashcomp "${DISTDIR}/tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b" ${PN}
45
46 docinto examples
47 - dodoc examples/*.conf
48 + dodoc example_tmux.conf
49
50 if use vim-syntax; then
51 insinto /usr/share/vim/vimfiles/syntax
52 - doins examples/tmux.vim
53 + newins "${DISTDIR}/tmux.vim-95f6126c187667cc7f9c573c45c3b356cf69f4ca" tmux.vim
54
55 insinto /usr/share/vim/vimfiles/ftdetect
56 doins "${FILESDIR}"/tmux.vim