summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-11-12 17:13:40 +0100
committerManuel Rüger <mrueg@gentoo.org>2016-11-12 17:14:12 +0100
commit768884c84352f90eb54a0b86c57bcdb25a1c42c4 (patch)
tree88c9fe08663aeabf78b5ba77f033ccb96f0edc99 /app-shells/zsh-completions/zsh-completions-0.19.0.ebuild
parentapp-shells/zsh-completions: Version bump to 0.22.0 (diff)
downloadgentoo-768884c84352f90eb54a0b86c57bcdb25a1c42c4.tar.gz
gentoo-768884c84352f90eb54a0b86c57bcdb25a1c42c4.tar.bz2
gentoo-768884c84352f90eb54a0b86c57bcdb25a1c42c4.zip
app-shells/zsh-completions: Remove old
Package-Manager: portage-2.3.2
Diffstat (limited to 'app-shells/zsh-completions/zsh-completions-0.19.0.ebuild')
-rw-r--r--app-shells/zsh-completions/zsh-completions-0.19.0.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/app-shells/zsh-completions/zsh-completions-0.19.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.19.0.ebuild
deleted file mode 100644
index e5b1d5f40bc0..000000000000
--- a/app-shells/zsh-completions/zsh-completions-0.19.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-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 ~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
-}