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 8ED08158089 for ; Thu, 14 Sep 2023 07:45:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF6952BC019; Thu, 14 Sep 2023 07:45:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 87D7C2BC019 for ; Thu, 14 Sep 2023 07:45:22 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39C07335C7E for ; Thu, 14 Sep 2023 07:45:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A38EB1050 for ; Thu, 14 Sep 2023 07:45:19 +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: <1694677486.fba6341540f1069da84dee95ad9bb5d315228052.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/gentoo-zsh-completions/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/gentoo-zsh-completions/Manifest app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20230117.ebuild X-VCS-Directories: app-shells/gentoo-zsh-completions/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: fba6341540f1069da84dee95ad9bb5d315228052 X-VCS-Branch: master Date: Thu, 14 Sep 2023 07:45:19 +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: b4ef98bb-140d-4711-8cfc-b08ced79fac3 X-Archives-Hash: 9aa69f958382fb5c5a70c27aaeb631d5 commit: fba6341540f1069da84dee95ad9bb5d315228052 Author: Bailey Kasin gmail com> AuthorDate: Wed Sep 13 13:16:55 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Sep 14 07:44:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fba63415 app-shells/gentoo-zsh-completions: add 20230117 Signed-off-by: Bailey Kasin gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32761 Signed-off-by: Florian Schmaus gentoo.org> app-shells/gentoo-zsh-completions/Manifest | 1 + .../gentoo-zsh-completions-20230117.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/app-shells/gentoo-zsh-completions/Manifest b/app-shells/gentoo-zsh-completions/Manifest index d7f0b3297e9e..da938c573254 100644 --- a/app-shells/gentoo-zsh-completions/Manifest +++ b/app-shells/gentoo-zsh-completions/Manifest @@ -1 +1,2 @@ DIST gentoo-zsh-completions-20220112.tar.gz 25839 BLAKE2B 3cf9a26e14556520ff32172b0e97ee5cb5e3cf45569c97b6f3e701330490be831f211dde327fdd007df9b67df22c243f4e91e0f40b9d4d02551b0b3059d60708 SHA512 b06aa69348b0954b8cf635170fa743960e5d4c3988c0dfa6166e1d4d33bf112e24d1e28bd5a0b228a0d6e78509a8e62954217bbd30c099d99cad4ebab71b328d +DIST gentoo-zsh-completions-20230117.tar.gz 25805 BLAKE2B 33b1db3c9e4ab2b4c86a9b378618cda399835ae71fcda320ac6f0123cd2e25683bff260c644dcc27408c831183d5273e4afa15987ff90196380a608c4558bf8b SHA512 00a4f015967fabc2192e4e07f5d7c46ee0d8cd43aebb0dd7876f6d97aeac7d099c5470c100dad531f373502c4094f3689622a083dfe5610111ccf80970334e07 diff --git a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20230117.ebuild b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20230117.ebuild new file mode 100644 index 000000000000..5b710a44d1e4 --- /dev/null +++ b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20230117.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +if [[ ${PV} == 9999* ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/gentoo/gentoo-zsh-completions.git" +else + SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +fi + +DESCRIPTION="Gentoo specific zsh completion support (includes emerge and ebuild commands)" +HOMEPAGE="https://github.com/gentoo/gentoo-zsh-completions" + +LICENSE="ZSH" +SLOT="0" + +RDEPEND=">=app-shells/zsh-4.3.5" + +src_install() { + insinto /usr/share/zsh/site-functions + doins src/_* + + dodoc AUTHORS +}