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, 09 Jan 2018 02:01:30
Message-Id: 1515411729.1931618908cb09216a0b0074d460c32104d5a51e.mrueg@gentoo
1 commit: 1931618908cb09216a0b0074d460c32104d5a51e
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 15:28:34 2018 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 11:42:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19316189
7
8 app-shells/zsh-completions: Remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-shells/zsh-completions/Manifest | 1 -
13 .../zsh-completions/zsh-completions-0.26.0.ebuild | 33 ----------------------
14 2 files changed, 34 deletions(-)
15
16 diff --git a/app-shells/zsh-completions/Manifest b/app-shells/zsh-completions/Manifest
17 index e5b9d1a3d52..215593ae352 100644
18 --- a/app-shells/zsh-completions/Manifest
19 +++ b/app-shells/zsh-completions/Manifest
20 @@ -1,2 +1 @@
21 -DIST zsh-completions-0.26.0.tar.gz 218057 BLAKE2B c493031c24951fdf94b04c7a9f09dff927daff9e85deab0118c52f1c55156b35a625073d5b0a98a3b6a62731675aa1ba40e63ac3b2ef1efd674816902c33bd0b SHA512 78ba96e0c6a30271181270244488b7f2c783047714dcf1eb39918d4b258fbaf1f54b718407418ffcc62f5bf552192aca3841497c0ffb8d3e9c6ea4fb85bc1754
22 DIST zsh-completions-0.27.0.tar.gz 218869 BLAKE2B 7214506be2100d596842988f946b0f25f9c434f31a6b1d66c40baa1ccf259f827be96011d790f41b85abecfcb0fc1e5d56a715ca80c9926a5fd6ccc779ab98b0 SHA512 1c25fce14117d6eb652e2d3bfb49e68baa9f7c5832031582ec8c3066b91f07491067ff887647177048b51146beda1bcac7080abf140ea5ef846fcdd8ac388b8c
23
24 diff --git a/app-shells/zsh-completions/zsh-completions-0.26.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.26.0.ebuild
25 deleted file mode 100644
26 index e5c753f6371..00000000000
27 --- a/app-shells/zsh-completions/zsh-completions-0.26.0.ebuild
28 +++ /dev/null
29 @@ -1,33 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -if [[ ${PV} == 9999* ]] ; then
36 - inherit git-r3
37 - EGIT_REPO_URI="https://github.com/zsh-users/zsh-completions.git"
38 -else
39 - SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
40 - KEYWORDS="amd64 ~arm ~x86"
41 -fi
42 -
43 -DESCRIPTION="Additional completion definitions for Zsh"
44 -HOMEPAGE="https://github.com/zsh-users/zsh-completions"
45 -
46 -LICENSE="BSD"
47 -SLOT="0"
48 -
49 -RDEPEND="app-shells/zsh"
50 -
51 -src_install() {
52 - insinto /usr/share/zsh/site-functions
53 - doins src/_*
54 -}
55 -
56 -pkg_postinst() {
57 - elog
58 - elog "If you happen to compile your functions, you may need to delete"
59 - elog "~/.zcompdump{,.zwc} and recompile to make the new completions available"
60 - elog "to your shell."
61 - elog
62 -}