summaryrefslogtreecommitdiff
path: root/app-shells/zsh-completions/zsh-completions-0.27.0.ebuild
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2019-04-16 10:51:55 +0200
committerManuel Rüger <mrueg@gentoo.org>2019-04-16 10:52:33 +0200
commit00ad1540e34a39edfba8307686f6e59fad830433 (patch)
treec4cde544c706c345028d445e0e025dc43d073f23 /app-shells/zsh-completions/zsh-completions-0.27.0.ebuild
parent59b7a9754db9c7edc6520808cb68f9fc6670c342 (diff)
downloadgentoo-00ad1540e34a39edfba8307686f6e59fad830433.tar.gz
gentoo-00ad1540e34a39edfba8307686f6e59fad830433.tar.xz
app-shells/zsh-completions: Remove old
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
Diffstat (limited to 'app-shells/zsh-completions/zsh-completions-0.27.0.ebuild')
-rw-r--r--app-shells/zsh-completions/zsh-completions-0.27.0.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-shells/zsh-completions/zsh-completions-0.27.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.27.0.ebuild
deleted file mode 100644
index f59a24150fa..00000000000
--- a/app-shells/zsh-completions/zsh-completions-0.27.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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/zsh-users/zsh-completions.git"
-else
- SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 ~arm ~sparc ~x86"
-fi
-
-DESCRIPTION="Additional completion definitions for Zsh"
-HOMEPAGE="https://github.com/zsh-users/zsh-completions"
-
-LICENSE="BSD"
-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
-}