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 E552E158010 for ; Fri, 20 Jan 2023 13:31:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02668E085A; Fri, 20 Jan 2023 13:31:30 +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 DE687E085A for ; Fri, 20 Jan 2023 13:31:29 +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 0BAD0335DB2 for ; Fri, 20 Jan 2023 13:31:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F066738 for ; Fri, 20 Jan 2023 13:31:27 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1674221468.6af797e62e89b2345d9a9599af03c63989c33818.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/zsh-completions/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/zsh-completions/Manifest app-shells/zsh-completions/zsh-completions-0.33.0.ebuild X-VCS-Directories: app-shells/zsh-completions/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6af797e62e89b2345d9a9599af03c63989c33818 X-VCS-Branch: master Date: Fri, 20 Jan 2023 13:31:27 +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: 73ea038f-3d35-4e7c-8c9f-7d518e7b8308 X-Archives-Hash: 7ef26664bf790d3c9c5df902fc56266f commit: 6af797e62e89b2345d9a9599af03c63989c33818 Author: Marco Scardovi icloud com> AuthorDate: Wed Dec 28 22:55:11 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Jan 20 13:31:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af797e6 app-shells/zsh-completions: drop 0.33.0 Signed-off-by: Marco Scardovi icloud.com> Signed-off-by: Joonas Niilola gentoo.org> app-shells/zsh-completions/Manifest | 1 - .../zsh-completions/zsh-completions-0.33.0.ebuild | 33 ---------------------- 2 files changed, 34 deletions(-) diff --git a/app-shells/zsh-completions/Manifest b/app-shells/zsh-completions/Manifest index 5de3a9af26ad..84fdecb48bea 100644 --- a/app-shells/zsh-completions/Manifest +++ b/app-shells/zsh-completions/Manifest @@ -1,2 +1 @@ -DIST zsh-completions-0.33.0.tar.gz 285049 BLAKE2B bcbbb2966a48f1b8c06e14f14432e147b4a4ca28c7d9769b4a108e3d4e005c37874c93c836c8636dabb860780077ccc5d9ebbd339f63c34fd16975ec5486a5c4 SHA512 8eaa7d9d2a58e8e2daa6ba7d9a8498e607b271bfd0484184482ec610e7f647ca72ba945f6897b2d619918304a18d048c4b079dae0993dc660cba61d4bce1e0a3 DIST zsh-completions-0.34.0.tar.gz 304543 BLAKE2B 75afed3059e889f92843099ad3eddae1f939a7d9a46d87a8048c5742b44699c2da13a9c2ea00ca2ea02898472199f064c420aac8943338e3b22189a7cc0d23b4 SHA512 643e967a77ab708c6316a9b43edd8b411f133aa4abe10bf69d3f5e545b2128423ad80d3509e7f9077b30cb8a83f60fe8d4355ed0a697dadffe1e1aaac6597c04 diff --git a/app-shells/zsh-completions/zsh-completions-0.33.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.33.0.ebuild deleted file mode 100644 index ccbe230c7310..000000000000 --- a/app-shells/zsh-completions/zsh-completions-0.33.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == 9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/zsh-users/zsh-completions.git" -else - SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~x64-macos" -fi - -DESCRIPTION="Additional completion definitions for Zsh" -HOMEPAGE="https://github.com/zsh-users/zsh-completions" - -LICENSE="Apache-2.0 BSD MIT ZSH" -SLOT="0" - -RDEPEND="app-shells/zsh" - -src_install() { - insinto /usr/share/zsh/site-functions - doins src/_* -} - -pkg_postinst() { - elog - elog "If you happen to compile your functions, you may need to delete" - elog "~/.zcompdump{,.zwc} and recompile to make the new completions available" - elog "to your shell." - elog -}