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: Sat, 27 Feb 2016 09:52:22
Message-Id: 1456566186.782b62ffc7209243a21b50020852b50a1540a912.mrueg@gentoo
1 commit: 782b62ffc7209243a21b50020852b50a1540a912
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 09:43:06 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 09:43:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=782b62ff
7
8 app-shells/zsh-completions: Remove old
9
10 Package-Manager: portage-2.2.27
11
12 app-shells/zsh-completions/Manifest | 1 -
13 .../zsh-completions/zsh-completions-0.14.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 e89f214..4b3c000 100644
18 --- a/app-shells/zsh-completions/Manifest
19 +++ b/app-shells/zsh-completions/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST zsh-completions-0.14.0.tar.gz 199317 SHA256 54e4f5aad66acd729c46f589dc0b9f2a518b453892e4c21e495f33bb959c7eef SHA512 fd2fa683c5990fba9dfa12e839d70c24b7821b487175f5c51d603d21a494f7e9e921628fdd8fff1c02f8c2f52ac1fba1f48638da6a356240e0b7806c1b747ec2 WHIRLPOOL 28df4d93c0bf80bd5c3bb2c189897042e0cfd99fef77492adfe410dca96e140a8e654c0a896b45991f3605822a209d6561f7b196344b704ccd718f0a284f3e28
22 DIST zsh-completions-0.15.0.tar.gz 217047 SHA256 358c576a44247959966d65f673d2861f232dbef04457954d9ac06e1f5315ca51 SHA512 d4670eb960bf620d627e57ec8dfd92bfba004ccffbbbc3f5e1209fe1569f99477cdd7105837fc6052c7b017c8d0216a44505f60c69abf00031927e6f457c931d WHIRLPOOL b0ceed917498dd3ef843fcca73b6fc730055df3996e0dd19317c0591817662e9b4cf7a69d87dacddf3efd5e484e2d807b65bb4beec84fadc57b5f1b2864fc54c
23 DIST zsh-completions-0.16.0.tar.gz 218282 SHA256 37fec2bfa7497165530b6afe6d6b837cefff3c8f918c36556cc5ef89f2781102 SHA512 f438dd42fed5cb6b18bc0de3d68792d0fcc6364ff7fc286a9359976987a812010d0c0ce7845d8794a87f1106968cb1afd72cbf73628d7128c1f6e76497f25108 WHIRLPOOL 3724acd47502de7a940c93d9d48d5bef1832c99ac9169a5b77fd2596d187c0d0f52e43e4bd6e88bd95b861cf022bfcb3c4e3920d26ab333b9177ff76d5016c6c
24
25 diff --git a/app-shells/zsh-completions/zsh-completions-0.14.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.14.0.ebuild
26 deleted file mode 100644
27 index e5b1d5f..0000000
28 --- a/app-shells/zsh-completions/zsh-completions-0.14.0.ebuild
29 +++ /dev/null
30 @@ -1,34 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -
37 -if [[ ${PV} == 9999* ]] ; then
38 - inherit git-r3
39 - EGIT_REPO_URI="https://github.com/zsh-users/zsh-completions.git"
40 -else
41 - SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 - KEYWORDS="~amd64 ~x86"
43 -fi
44 -
45 -DESCRIPTION="Additional completion definitions for Zsh"
46 -HOMEPAGE="https://github.com/zsh-users/zsh-completions"
47 -
48 -LICENSE="BSD"
49 -SLOT="0"
50 -
51 -RDEPEND="app-shells/zsh"
52 -
53 -src_install() {
54 - insinto /usr/share/zsh/site-functions
55 - doins src/_*
56 -}
57 -
58 -pkg_postinst() {
59 - elog
60 - elog "If you happen to compile your functions, you may need to delete"
61 - elog "~/.zcompdump{,.zwc} and recompile to make the new completions available"
62 - elog "to your shell."
63 - elog
64 -}