Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/zsh-completions/
Date: Tue, 29 Nov 2016 23:02:47
Message-Id: 1480460551.d60474f1fd2a2f1da8e1fa26d1d46e261ffb2985.mrueg@gentoo
1 commit: d60474f1fd2a2f1da8e1fa26d1d46e261ffb2985
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 23:02:31 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 23:02:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d60474f1
7
8 app-shells/zsh-completions: Remove old
9
10 Package-Manager: portage-2.3.2
11
12 app-shells/zsh-completions/Manifest | 1 -
13 .../zsh-completions/zsh-completions-0.21.0.ebuild | 34 ----------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/app-shells/zsh-completions/Manifest b/app-shells/zsh-completions/Manifest
17 index 80ec72b..45b3a36 100644
18 --- a/app-shells/zsh-completions/Manifest
19 +++ b/app-shells/zsh-completions/Manifest
20 @@ -1,2 +1 @@
21 -DIST zsh-completions-0.21.0.tar.gz 202122 SHA256 be465b1850d66a90d536460aeba1502aa31829b663023f255e81693420ba7048 SHA512 a8b8c7fed8a126906560f86f29d5e0d6372a7da47f40037d74813ff2a796a0a011da4635bf941ee04bc0e741558bd56247ca0e2c69ce38896e24ef101483e547 WHIRLPOOL 8913628898c7083f59072c416dd202ce4fce90f14baf454e40830f4f36dcb6872c015c536935ef3ab2746955c0987e5f50a97b817455d8ce4ff0ea15f7e8a0be
22 DIST zsh-completions-0.22.0.tar.gz 204849 SHA256 cfb8c4af39c3df4c2d087f5829dc6f0c1cfcc2b2110bcc7e47b59cff5615a79f SHA512 46c2db28cb58d9abecd51172978c210b3de3b26956e8f8a6a26ebeeacd105ee904b79e2079b046c53b56e6aacd98fb34ef31e1deacdd9230763931f2ae806001 WHIRLPOOL 5e2ee49660a32671de98507e7408901f9f2e717c52fc5bc8c9985f2cff530ac1f4312bd950907bf84f1832ef1b83295633ce0cc066fb765318a08c9cf2c9383f
23
24 diff --git a/app-shells/zsh-completions/zsh-completions-0.21.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.21.0.ebuild
25 deleted file mode 100644
26 index e5b1d5f..00000000
27 --- a/app-shells/zsh-completions/zsh-completions-0.21.0.ebuild
28 +++ /dev/null
29 @@ -1,34 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -if [[ ${PV} == 9999* ]] ; then
37 - inherit git-r3
38 - EGIT_REPO_URI="https://github.com/zsh-users/zsh-completions.git"
39 -else
40 - SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 - KEYWORDS="~amd64 ~x86"
42 -fi
43 -
44 -DESCRIPTION="Additional completion definitions for Zsh"
45 -HOMEPAGE="https://github.com/zsh-users/zsh-completions"
46 -
47 -LICENSE="BSD"
48 -SLOT="0"
49 -
50 -RDEPEND="app-shells/zsh"
51 -
52 -src_install() {
53 - insinto /usr/share/zsh/site-functions
54 - doins src/_*
55 -}
56 -
57 -pkg_postinst() {
58 - elog
59 - elog "If you happen to compile your functions, you may need to delete"
60 - elog "~/.zcompdump{,.zwc} and recompile to make the new completions available"
61 - elog "to your shell."
62 - elog
63 -}