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 4766715ACFC for ; Thu, 13 Apr 2023 07:02:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30E22E07BA; Thu, 13 Apr 2023 07:02:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C4ADE07BA for ; Thu, 13 Apr 2023 07:02:19 +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 22D51340F2E for ; Thu, 13 Apr 2023 07:02:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55177A41 for ; Thu, 13 Apr 2023 07:02:17 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1681324950.01245d2fcbce7ecdf0a900774b711eabc7541c36.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: eclass/ X-VCS-Repository: repo/proj/guru X-VCS-Files: eclass/shell-completion.eclass X-VCS-Directories: eclass/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 01245d2fcbce7ecdf0a900774b711eabc7541c36 X-VCS-Branch: master Date: Thu, 13 Apr 2023 07:02:17 +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: 30f4bf8c-6c31-4436-bca9-83544b9045ee X-Archives-Hash: 8a2cd1e41ce13310a04584e93774b897 commit: 01245d2fcbce7ecdf0a900774b711eabc7541c36 Author: Jonas Frei pm me> AuthorDate: Wed Apr 12 18:42:30 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Apr 12 18:42:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01245d2f shell-completion.eclass: Credit to original author cc: @parona-source Signed-off-by: Jonas Frei pm.me> eclass/shell-completion.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/shell-completion.eclass b/eclass/shell-completion.eclass index aa7c7bab7..b7b59802a 100644 --- a/eclass/shell-completion.eclass +++ b/eclass/shell-completion.eclass @@ -4,6 +4,8 @@ # @ECLASS: shell-completion.eclass # @SUPPORTED_EAPIS: 8 # @PROVIDES: bash-completion-r1 +# @AUTHOR: +# Alfred Wingate # @MAINTAINER: # Jonas Frei # @BLURB: a few quick functions to install various shell completion files