commit:     d60474f1fd2a2f1da8e1fa26d1d46e261ffb2985
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 23:02:31 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 23:02:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d60474f1

app-shells/zsh-completions: Remove old

Package-Manager: portage-2.3.2

 app-shells/zsh-completions/Manifest                |  1 -
 .../zsh-completions/zsh-completions-0.21.0.ebuild  | 34 ----------------------
 2 files changed, 35 deletions(-)

diff --git a/app-shells/zsh-completions/Manifest 
b/app-shells/zsh-completions/Manifest
index 80ec72b..45b3a36 100644
--- a/app-shells/zsh-completions/Manifest
+++ b/app-shells/zsh-completions/Manifest
@@ -1,2 +1 @@
-DIST zsh-completions-0.21.0.tar.gz 202122 SHA256 
be465b1850d66a90d536460aeba1502aa31829b663023f255e81693420ba7048 SHA512 
a8b8c7fed8a126906560f86f29d5e0d6372a7da47f40037d74813ff2a796a0a011da4635bf941ee04bc0e741558bd56247ca0e2c69ce38896e24ef101483e547
 WHIRLPOOL 
8913628898c7083f59072c416dd202ce4fce90f14baf454e40830f4f36dcb6872c015c536935ef3ab2746955c0987e5f50a97b817455d8ce4ff0ea15f7e8a0be
 DIST zsh-completions-0.22.0.tar.gz 204849 SHA256 
cfb8c4af39c3df4c2d087f5829dc6f0c1cfcc2b2110bcc7e47b59cff5615a79f SHA512 
46c2db28cb58d9abecd51172978c210b3de3b26956e8f8a6a26ebeeacd105ee904b79e2079b046c53b56e6aacd98fb34ef31e1deacdd9230763931f2ae806001
 WHIRLPOOL 
5e2ee49660a32671de98507e7408901f9f2e717c52fc5bc8c9985f2cff530ac1f4312bd950907bf84f1832ef1b83295633ce0cc066fb765318a08c9cf2c9383f

diff --git a/app-shells/zsh-completions/zsh-completions-0.21.0.ebuild 
b/app-shells/zsh-completions/zsh-completions-0.21.0.ebuild
deleted file mode 100644
index e5b1d5f..00000000
--- a/app-shells/zsh-completions/zsh-completions-0.21.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
-}

Reply via email to