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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 920B615ACFB for ; Wed, 12 Apr 2023 04:04:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66F96E089D; Wed, 12 Apr 2023 04:04:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47714E089D for ; Wed, 12 Apr 2023 04:04:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80C63340F01 for ; Wed, 12 Apr 2023 04:04:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E4A2A1F for ; Wed, 12 Apr 2023 04:04:42 +0000 (UTC) From: "Jonas Frei" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Frei" Message-ID: <1681272079.0494f04663a30f6679d67b5bd99ca897716591f7.freijon@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/tealdeer/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/tealdeer/tealdeer-1.6.1.ebuild X-VCS-Directories: app-misc/tealdeer/ X-VCS-Committer: freijon X-VCS-Committer-Name: Jonas Frei X-VCS-Revision: 0494f04663a30f6679d67b5bd99ca897716591f7 X-VCS-Branch: dev Date: Wed, 12 Apr 2023 04:04:42 +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: 38dbe31d-f370-44f0-a83e-c8c929278d6e X-Archives-Hash: e5067c91b2fdb3da634f4987cd8280a1 commit: 0494f04663a30f6679d67b5bd99ca897716591f7 Author: Jonas Frei pm me> AuthorDate: Wed Apr 12 03:55:59 2023 +0000 Commit: Jonas Frei pm me> CommitDate: Wed Apr 12 04:01:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0494f046 app-misc/tealdeer: Make use of 'shell-completion' eclass Signed-off-by: Jonas Frei pm.me> app-misc/tealdeer/tealdeer-1.6.1.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app-misc/tealdeer/tealdeer-1.6.1.ebuild b/app-misc/tealdeer/tealdeer-1.6.1.ebuild index 8c4f7994f..07f68991c 100644 --- a/app-misc/tealdeer/tealdeer-1.6.1.ebuild +++ b/app-misc/tealdeer/tealdeer-1.6.1.ebuild @@ -183,7 +183,7 @@ yansi-0.5.1 zip-0.6.3 " -inherit cargo flag-o-matic bash-completion-r1 +inherit cargo flag-o-matic shell-completion DESCRIPTION="A very fast implementation of tldr in Rust." HOMEPAGE="https://github.com/tldr-pages/tldr @@ -215,9 +215,7 @@ src_install() { newbashcomp completion/bash_tealdeer tldr - insinto /usr/share/zsh/site-functions - newins completion/zsh_tealdeer _tldr + newzshcomp completion/zsh_tealdeer _tldr - insinto /usr/share/fish/vendor_completions.d - newins completion/fish_tealdeer tldr.fish + newfishcomp completion/fish_tealdeer tldr.fish }