From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C6C6138334 for ; Thu, 21 Jun 2018 22:28:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 201FBE08DB; Thu, 21 Jun 2018 22:28:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E23B7E08DB for ; Thu, 21 Jun 2018 22:28:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8EB2D335C92 for ; Thu, 21 Jun 2018 22:28:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 571E42DA for ; Thu, 21 Jun 2018 22:28:15 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1529619861.91e83f1887fdad7b692f73ee8f078e81912b2806.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker/docker-9999.ebuild X-VCS-Directories: app-emulation/docker/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 91e83f1887fdad7b692f73ee8f078e81912b2806 X-VCS-Branch: master Date: Thu, 21 Jun 2018 22:28:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: afde50b2-f980-4223-9c95-9b11289a3d55 X-Archives-Hash: b20c69a6e73374f77f837e6a53cfaa52 commit: 91e83f1887fdad7b692f73ee8f078e81912b2806 Author: Artur Juraszek juraszek xyz> AuthorDate: Tue Jun 19 09:49:28 2018 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Jun 21 22:24:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91e83f18 app-emulation/docker: Install fish completion Acked-By: William Hubbs gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/8877 app-emulation/docker/docker-9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-emulation/docker/docker-9999.ebuild b/app-emulation/docker/docker-9999.ebuild index c682315da3f..9892842ffeb 100644 --- a/app-emulation/docker/docker-9999.ebuild +++ b/app-emulation/docker/docker-9999.ebuild @@ -261,6 +261,9 @@ src_install() { insinto /usr/share/zsh/site-functions doins contrib/completion/zsh/_* + insinto /usr/share/fish/vendor_completions.d/ + doins contrib/completion/fish/docker.fish + insinto /usr/share/vim/vimfiles doins -r contrib/syntax/vim/ftdetect doins -r contrib/syntax/vim/syntax