From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-885058-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 850D913829C for <garchives@archives.gentoo.org>; Thu, 2 Jun 2016 12:43:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33B1421C054; Thu, 2 Jun 2016 12:43:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD64621C054 for <gentoo-commits@lists.gentoo.org>; Thu, 2 Jun 2016 12:43:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7144D340D81 for <gentoo-commits@lists.gentoo.org>; Thu, 2 Jun 2016 12:43:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A86D980 for <gentoo-commits@lists.gentoo.org>; Thu, 2 Jun 2016 12:43:05 +0000 (UTC) From: "Lars Wendler" <polynomial-c@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" <polynomial-c@gentoo.org> Message-ID: <1464871380.dac5e28f67c70f2ca32fdad3be0fc7a1c2803aaa.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/tmux/tmux-2.2.ebuild app-misc/tmux/tmux-9999.ebuild X-VCS-Directories: app-misc/tmux/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: dac5e28f67c70f2ca32fdad3be0fc7a1c2803aaa X-VCS-Branch: master Date: Thu, 2 Jun 2016 12:43:05 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c3e12ea1-04bf-4be4-afc6-b6e477ae8dc4 X-Archives-Hash: c75f83db254b05c6aac53766273a23a4 commit: dac5e28f67c70f2ca32fdad3be0fc7a1c2803aaa Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Thu Jun 2 12:43:00 2016 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Thu Jun 2 12:43:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dac5e28f app-misc/tmux: Install example config. Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> app-misc/tmux/tmux-2.2.ebuild | 3 +++ app-misc/tmux/tmux-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/app-misc/tmux/tmux-2.2.ebuild b/app-misc/tmux/tmux-2.2.ebuild index 57d9618..62520a3 100644 --- a/app-misc/tmux/tmux-2.2.ebuild +++ b/app-misc/tmux/tmux-2.2.ebuild @@ -65,6 +65,9 @@ src_install() { einstalldocs + dodoc example_tmux.conf + docompress -x /usr/share/doc/${PF}/example_tmux.conf + if use vim-syntax; then insinto /usr/share/vim/vimfiles/ftdetect doins "${FILESDIR}"/tmux.vim diff --git a/app-misc/tmux/tmux-9999.ebuild b/app-misc/tmux/tmux-9999.ebuild index 223d23a..520cae0 100644 --- a/app-misc/tmux/tmux-9999.ebuild +++ b/app-misc/tmux/tmux-9999.ebuild @@ -65,6 +65,9 @@ src_install() { einstalldocs + dodoc example_tmux.conf + docompress -x /usr/share/doc/${PF}/example_tmux.conf + if use vim-syntax; then insinto /usr/share/vim/vimfiles/ftdetect doins "${FILESDIR}"/tmux.vim