commit:     6254346b61b1608969d3a2e78e934def15adfb86
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  1 04:13:10 2016 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Mar  1 04:19:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6254346b

app-misc/tmux: fix 9999 ebuild breakage for bug 574592

Package-Manager: portage-2.2.27

 app-misc/tmux/Manifest         | 2 ++
 app-misc/tmux/tmux-9999.ebuild | 9 +++++----
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/app-misc/tmux/Manifest b/app-misc/tmux/Manifest
index c34e47a..2e5b570 100644
--- a/app-misc/tmux/Manifest
+++ b/app-misc/tmux/Manifest
@@ -1 +1,3 @@
 DIST tmux-2.1.tar.gz 462965 SHA256 
31564e7bf4bcef2defb3cb34b9e596bd43a3937cad9e5438701a81a5a9af6176 SHA512 
0faa0a60a84b777ca3cf572cf741d0e4f82a9f32d27dfeddfda41bad57830823a6d5f2323f27ba794b86e194d9f7db7028c94dc6a15bb4ac5a18508f890bdaa4
 WHIRLPOOL 
983024886bdb868bb69ccedc18e9fd62cc5a8f147d647ea43b6f20e297b9b3c45a061e542bcb590ab50cf5d3db43d22015c3a8f18bee33d9c76552bfe13424ed
+DIST tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b 458 SHA256 
a0905c595fec7f0258fba5466315d42d67eca3bd2d3b12f4af8936d7f168b6c6 SHA512 
fe0aca7d03067af87e0788a2fa902c7ef5500ba72295cb63c5a1814534a008c224256d7f890ac1af6d17f3734b45148765e1632f075e284c453185df2927b979
 WHIRLPOOL 
aa83ea77c084e643f2cbf74ddf10bf6e43304b0a7c1f6af24b153844ad01732af8f45de0d8a39093f11be19ff9af20116f4aa7b9c750f3452525fcd7b31a3d8a
+DIST tmux.vim-95f6126c187667cc7f9c573c45c3b356cf69f4ca 5626 SHA256 
040cbb7ce19f5a256ae400061d310e0f64f58cbc525402043708b59546af2462 SHA512 
956b2c1ca08e3c92aa39c9df54fbe1c661d0e076c91628c4b88f81f97104241b6505412fa0e21a681adc231eb2e6e7feee850474d4277812d186548bbb05f6d1
 WHIRLPOOL 
3eaa20479fccf7e20dbd7ccb8669bd8c47da90f7218fdb386fcd150c1223cc7300d68f880baa706bbdb7abf54394d44fd80479ba3fae934de9b53f40acc6286a

diff --git a/app-misc/tmux/tmux-9999.ebuild b/app-misc/tmux/tmux-9999.ebuild
index d71fba0..577675c 100644
--- a/app-misc/tmux/tmux-9999.ebuild
+++ b/app-misc/tmux/tmux-9999.ebuild
@@ -10,7 +10,8 @@ inherit autotools-utils git-r3 bash-completion-r1 
flag-o-matic versionator
 
 DESCRIPTION="Terminal multiplexer"
 HOMEPAGE="http://tmux.github.io/";
-SRC_URI=""
+SRC_URI="https://raw.githubusercontent.com/przepompownia/tmux-bash-completion/678a27616b70c649c6701cae9cd8c92b58cc051b/completions/tmux
 -> tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b
+vim-syntax? ( 
https://raw.githubusercontent.com/keith/tmux.vim/95f6126c187667cc7f9c573c45c3b356cf69f4ca/syntax/tmux.vim
 -> tmux.vim-95f6126c187667cc7f9c573c45c3b356cf69f4ca )"
 EGIT_REPO_URI="https://github.com/tmux/tmux.git";
 
 LICENSE="ISC"
@@ -61,14 +62,14 @@ src_configure() {
 src_install() {
        autotools-utils_src_install
 
-       newbashcomp examples/bash_completion_tmux.sh ${PN}
+       newbashcomp 
"${DISTDIR}/tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b" ${PN}
 
        docinto examples
-       dodoc examples/*.conf
+       dodoc example_tmux.conf
 
        if use vim-syntax; then
                insinto /usr/share/vim/vimfiles/syntax
-               doins examples/tmux.vim
+               newins 
"${DISTDIR}/tmux.vim-95f6126c187667cc7f9c573c45c3b356cf69f4ca" tmux.vim
 
                insinto /usr/share/vim/vimfiles/ftdetect
                doins "${FILESDIR}"/tmux.vim

Reply via email to