diff options
author | Sam James <sam@gentoo.org> | 2022-07-10 21:16:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-10 21:23:45 +0100 |
commit | 6c256489b99a12a0ce9dc141ada0602bfeef1dc5 (patch) | |
tree | fcc311c58bd9ef15dc35a709db494ae550553ce7 /app-shells/gentoo-zsh-completions | |
parent | net-vpn/frp: add 0.44.0 (diff) | |
download | gentoo-6c256489b99a12a0ce9dc141ada0602bfeef1dc5.tar.gz gentoo-6c256489b99a12a0ce9dc141ada0602bfeef1dc5.tar.bz2 gentoo-6c256489b99a12a0ce9dc141ada0602bfeef1dc5.zip |
app-shells/gentoo-zsh-completions: drop 20200914
Bug: https://bugs.gentoo.org/857216
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells/gentoo-zsh-completions')
-rw-r--r-- | app-shells/gentoo-zsh-completions/Manifest | 1 | ||||
-rw-r--r-- | app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20200914.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/app-shells/gentoo-zsh-completions/Manifest b/app-shells/gentoo-zsh-completions/Manifest index 1c319944b72e..d7f0b3297e9e 100644 --- a/app-shells/gentoo-zsh-completions/Manifest +++ b/app-shells/gentoo-zsh-completions/Manifest @@ -1,2 +1 @@ -DIST gentoo-zsh-completions-20200914.tar.gz 25823 BLAKE2B 2a4af0fe85819f5cb8b3669f5a3b5b0e9672864a1562641c1760b7fa889648d3b405d5e28fd863bcea7800faca3c7392ecf3c5169755345bbf75d17c996c0de2 SHA512 a7f65e255a3c9f342d266d3a8604645c117124bd3f714d90aa63b3f6f873a4cf46224d7a9969061fc522107139b97695b8bbeb8a6dcb360f41128079adf9ce8c DIST gentoo-zsh-completions-20220112.tar.gz 25839 BLAKE2B 3cf9a26e14556520ff32172b0e97ee5cb5e3cf45569c97b6f3e701330490be831f211dde327fdd007df9b67df22c243f4e91e0f40b9d4d02551b0b3059d60708 SHA512 b06aa69348b0954b8cf635170fa743960e5d4c3988c0dfa6166e1d4d33bf112e24d1e28bd5a0b228a0d6e78509a8e62954217bbd30c099d99cad4ebab71b328d diff --git a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20200914.ebuild b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20200914.ebuild deleted file mode 100644 index 8f20b77d5d71..000000000000 --- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20200914.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris" -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 -} |