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 B0F7F1382C5 for ; Sun, 18 Apr 2021 09:10:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91B45E085B; Sun, 18 Apr 2021 09:10:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 60929E085B for ; Sun, 18 Apr 2021 09:10:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4CE35340DED for ; Sun, 18 Apr 2021 09:10:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C64ED732 for ; Sun, 18 Apr 2021 09:10:38 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1618726806.14c2b81ed8adabb353a273ca2772a1e19e98cbef.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-process/nq/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-process/nq/nq-0.4.ebuild X-VCS-Directories: sys-process/nq/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 14c2b81ed8adabb353a273ca2772a1e19e98cbef X-VCS-Branch: master Date: Sun, 18 Apr 2021 09:10:38 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a51a19a2-8642-44d6-bc80-7adde0dc4cb3 X-Archives-Hash: a4d0c7a0ef8e0cbfdb9e0ff4a07a0e84 commit: 14c2b81ed8adabb353a273ca2772a1e19e98cbef Author: Marco Sirabella sirabella org> AuthorDate: Sun Apr 18 06:19:05 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Apr 18 06:20:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=14c2b81e sys-process/nq: Install zsh completion script Untested since I don't use zsh Signed-off-by: Marco Sirabella sirabella.org> sys-process/nq/nq-0.4.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-process/nq/nq-0.4.ebuild b/sys-process/nq/nq-0.4.ebuild index 64666b61b..380bc4da9 100644 --- a/sys-process/nq/nq-0.4.ebuild +++ b/sys-process/nq/nq-0.4.ebuild @@ -35,4 +35,6 @@ src_compile() { src_install() { emake DESTDIR="${D}" PREFIX=/usr ALL="nq fq $(usev tq)" install einstalldocs + insinto /usr/share/zsh/site-functions + doins _nq }