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 3923B58973 for ; Thu, 21 Jan 2016 02:10:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E0EE21C003; Thu, 21 Jan 2016 02:10:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D5D121C003 for ; Thu, 21 Jan 2016 02:10:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82DD4340862 for ; Thu, 21 Jan 2016 02:10:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DB15CF3 for ; Thu, 21 Jan 2016 02:10:30 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1453342103.df6c350677deb22f63b5c4c95dbd336c601850f1.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pkgcore/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/pkgcore/pkgcore-9999.ebuild X-VCS-Directories: sys-apps/pkgcore/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: df6c350677deb22f63b5c4c95dbd336c601850f1 X-VCS-Branch: master Date: Thu, 21 Jan 2016 02:10:30 +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: e5934103-a103-4c47-8f62-195c120a4285 X-Archives-Hash: b12180dc3f7e3150b3e2678ab2ffc185 commit: df6c350677deb22f63b5c4c95dbd336c601850f1 Author: Tim Harder gentoo org> AuthorDate: Thu Jan 21 02:08:23 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Jan 21 02:08:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df6c3506 sys-apps/pkgcore: drop zsh completion install Handled internally via the python install process now. sys-apps/pkgcore/pkgcore-9999.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys-apps/pkgcore/pkgcore-9999.ebuild b/sys-apps/pkgcore/pkgcore-9999.ebuild index 5e72c4c..2d2c135 100644 --- a/sys-apps/pkgcore/pkgcore-9999.ebuild +++ b/sys-apps/pkgcore/pkgcore-9999.ebuild @@ -66,9 +66,6 @@ python_install_all() { distutils-r1_python_install "${cmds[@]}" distutils-r1_python_install_all - - insinto /usr/share/zsh/site-functions - doins shell/zsh/completion/* } pkg_postinst() {