From 6109fcdcf2e6e40522855b86f582ec678c4dea49 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 28 Jun 2026 19:17:06 +0100 Subject: [PATCH] app-shells/gentoo-zsh-completions: drop 20260628 Signed-off-by: Sam James --- app-shells/gentoo-zsh-completions/Manifest | 1 - .../gentoo-zsh-completions-20260628.ebuild | 30 ------------------- 2 files changed, 31 deletions(-) delete mode 100644 app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20260628.ebuild diff --git a/app-shells/gentoo-zsh-completions/Manifest b/app-shells/gentoo-zsh-completions/Manifest index cc0e44d90c0a8..6e2a5cd2da5ae 100644 --- a/app-shells/gentoo-zsh-completions/Manifest +++ b/app-shells/gentoo-zsh-completions/Manifest @@ -1,4 +1,3 @@ DIST gentoo-zsh-completions-20220112.tar.gz 25839 BLAKE2B 3cf9a26e14556520ff32172b0e97ee5cb5e3cf45569c97b6f3e701330490be831f211dde327fdd007df9b67df22c243f4e91e0f40b9d4d02551b0b3059d60708 SHA512 b06aa69348b0954b8cf635170fa743960e5d4c3988c0dfa6166e1d4d33bf112e24d1e28bd5a0b228a0d6e78509a8e62954217bbd30c099d99cad4ebab71b328d DIST gentoo-zsh-completions-20230117.tar.gz 25805 BLAKE2B 33b1db3c9e4ab2b4c86a9b378618cda399835ae71fcda320ac6f0123cd2e25683bff260c644dcc27408c831183d5273e4afa15987ff90196380a608c4558bf8b SHA512 00a4f015967fabc2192e4e07f5d7c46ee0d8cd43aebb0dd7876f6d97aeac7d099c5470c100dad531f373502c4094f3689622a083dfe5610111ccf80970334e07 DIST gentoo-zsh-completions-20260628.1.tar.gz 25738 BLAKE2B 742e55d20ddf285e8875b6abe97ce5126e7eb76e587c55259c03ce5b5b046916930aa309b9f0b91ec6a821fcea442fdd48c2d4d05ecfb5a1140ec8fa28b4eb90 SHA512 3565b1e23bf5e368b47d48ffd40fb0c7a4fcd20c63e37b022464bb30db994b5ff4ebaf83974b9234f12502b93afe57f85164b684be265d1148c77dfd56ba5fc7 -DIST gentoo-zsh-completions-20260628.tar.gz 25737 BLAKE2B e8c3fb1cdef906bd15e7967253df02ec04e3aff2c6c70122997c2370080434b5c9466c75399c4f412f09199dfb3e14626f0d1bb0eb2cf41e8c2e2ae579a19d78 SHA512 d2978db3150821b66b2608f6d81d7cd7421f81b18378953d39a1c05b76da9ad7b333d82927a2b72d325328e798b25a42d16b9ecacfeafcf40b269b44a644300d diff --git a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20260628.ebuild b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20260628.ebuild deleted file mode 100644 index 884202010da9e..0000000000000 --- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20260628.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit shell-completion - -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" - S="${WORKDIR}"/zsh-completion-${PV} - - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~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() { - dozshcomp src/_* - - dodoc AUTHORS -}