From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A3EDB138206 for ; Sat, 30 Apr 2016 12:04:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83058E0869; Sat, 30 Apr 2016 12:04:34 +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 321B2E0869 for ; Sat, 30 Apr 2016 12:04:34 +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 D325E340D75 for ; Sat, 30 Apr 2016 12:04:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC6AA344 for ; Sat, 30 Apr 2016 12:04:27 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1462017854.ac9072cc80e0d8b6871b5d11ed063f81b9978541.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/zsh-completions/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/zsh-completions/zsh-completions-0.18.0.ebuild X-VCS-Directories: app-shells/zsh-completions/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: ac9072cc80e0d8b6871b5d11ed063f81b9978541 X-VCS-Branch: master Date: Sat, 30 Apr 2016 12:04:27 +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: b7c0080b-5c3f-41b0-81a2-dc131db7988b X-Archives-Hash: 144217b611487ff0cf79ef54efbdd404 commit: ac9072cc80e0d8b6871b5d11ed063f81b9978541 Author: Manuel Rüger gentoo org> AuthorDate: Sat Apr 30 12:04:14 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Apr 30 12:04:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac9072cc app-shells/zsh-completions: Remove ninja completion Package-Manager: portage-2.2.28 app-shells/zsh-completions/zsh-completions-0.18.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-shells/zsh-completions/zsh-completions-0.18.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.18.0.ebuild index e5b1d5f..0d029de 100644 --- a/app-shells/zsh-completions/zsh-completions-0.18.0.ebuild +++ b/app-shells/zsh-completions/zsh-completions-0.18.0.ebuild @@ -20,6 +20,11 @@ SLOT="0" RDEPEND="app-shells/zsh" +src_prepare() { + # Already included in dev-util/ninja + rm src/_ninja || die +} + src_install() { insinto /usr/share/zsh/site-functions doins src/_*