diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-01-08 15:12:29 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-01-08 15:12:29 +0000 |
commit | 2cce8a756dd73be380bf13766472b83a0fbd13e9 (patch) | |
tree | 67bab119458570ffba8d87311c2c72c8cdc28636 /app-misc/tmux/tmux-1.6.ebuild | |
parent | app-misc/grc: Add support for ipv6, #450324; use python-r1.eclass (diff) | |
download | gentoo-2-2cce8a756dd73be380bf13766472b83a0fbd13e9.tar.gz gentoo-2-2cce8a756dd73be380bf13766472b83a0fbd13e9.tar.bz2 gentoo-2-2cce8a756dd73be380bf13766472b83a0fbd13e9.zip |
app-misc/tmux: Install bashcompletion file, #450896
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'app-misc/tmux/tmux-1.6.ebuild')
-rw-r--r-- | app-misc/tmux/tmux-1.6.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app-misc/tmux/tmux-1.6.ebuild b/app-misc/tmux/tmux-1.6.ebuild index 7e47646fdef8..3efef5fa0104 100644 --- a/app-misc/tmux/tmux-1.6.ebuild +++ b/app-misc/tmux/tmux-1.6.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-1.6.ebuild,v 1.9 2012/10/13 17:23:16 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-1.6.ebuild,v 1.10 2013/01/08 15:12:29 jlec Exp $ EAPI=4 +inherit bash-completion-r1 + DESCRIPTION="Terminal multiplexer" HOMEPAGE="http://tmux.sourceforge.net" SRC_URI="mirror://sourceforge/tmux/${P}.tar.gz" @@ -58,6 +60,8 @@ src_prepare() { src_install() { default + newbashcomp examples/bash_completion_tmux.sh ${PN} + docinto examples dodoc examples/*.conf |