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 2911C138334 for ; Sun, 29 Jul 2018 19:26:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 272E2E08A2; Sun, 29 Jul 2018 19:26:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EB0F7E0897 for ; Sun, 29 Jul 2018 19:26:21 +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 25F93335C9A for ; Sun, 29 Jul 2018 19:26:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45B412D7 for ; Sun, 29 Jul 2018 19:26:18 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1532892372.48aab22989ade3276760d3ace973b66f23df61d4.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/youtube-dl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/youtube-dl/youtube-dl-2018.07.29-r1.ebuild net-misc/youtube-dl/youtube-dl-2018.07.29.ebuild X-VCS-Directories: net-misc/youtube-dl/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 48aab22989ade3276760d3ace973b66f23df61d4 X-VCS-Branch: master Date: Sun, 29 Jul 2018 19:26:18 +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: a3671e2d-b37c-4b81-8c02-2786d0213232 X-Archives-Hash: ffa691417ebe04d8bd100b4b2052cd95 commit: 48aab22989ade3276760d3ace973b66f23df61d4 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Jul 29 19:08:16 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Jul 29 19:26:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48aab229 net-misc/youtube-dl: Install vendor_completions.d/youtube-dl.fish. Package-Manager: Portage-2.3.44, Repoman-2.3.10 .../{youtube-dl-2018.07.29.ebuild => youtube-dl-2018.07.29-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/youtube-dl/youtube-dl-2018.07.29.ebuild b/net-misc/youtube-dl/youtube-dl-2018.07.29-r1.ebuild similarity index 98% rename from net-misc/youtube-dl/youtube-dl-2018.07.29.ebuild rename to net-misc/youtube-dl/youtube-dl-2018.07.29-r1.ebuild index 37bffad45c8..033b66fc205 100644 --- a/net-misc/youtube-dl/youtube-dl-2018.07.29.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2018.07.29-r1.ebuild @@ -87,7 +87,7 @@ python_install_all() { insinto /usr/share/zsh/site-functions newins youtube-dl.zsh _youtube-dl - insinto /usr/share/fish/completions + insinto /usr/share/fish/completions/vendor_completions.d doins youtube-dl.fish distutils-r1_python_install_all