Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/gentoo-zsh-completions/
Date: Thu, 01 Mar 2018 03:13:20
Message-Id: 1519873602.31949445a9e4f7fd52a3c2de1154feb8c5632a58.radhermit@gentoo
1 commit: 31949445a9e4f7fd52a3c2de1154feb8c5632a58
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 1 03:03:56 2018 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 1 03:06:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31949445
7
8 app-shells/gentoo-zsh-completions: remove old
9
10 app-shells/gentoo-zsh-completions/Manifest | 1 -
11 .../gentoo-zsh-completions-20141115.ebuild | 29 ----------------------
12 2 files changed, 30 deletions(-)
13
14 diff --git a/app-shells/gentoo-zsh-completions/Manifest b/app-shells/gentoo-zsh-completions/Manifest
15 index 25484f40cb1..24aec970866 100644
16 --- a/app-shells/gentoo-zsh-completions/Manifest
17 +++ b/app-shells/gentoo-zsh-completions/Manifest
18 @@ -1,3 +1,2 @@
19 -DIST gentoo-zsh-completions-20141115.tar.xz 19672 BLAKE2B 13a121686b051355d80f6c36ef6e9fbd3c691b92df439690f0556260ca9ea7529ce1b3a9254811b1d1c4e632e3cfef0da021bf8a34a559dd076f1ed2fc189a8d SHA512 23debde6227574285ba123ad312db535d40813de686ef4c89f1e4cd9acb3c1ab63f5094194a50e6d272ad9ce3fa1ec6ef0bf4cf93424e2ec7adcb4c74572e420
20 DIST gentoo-zsh-completions-20150103.tar.gz 23759 BLAKE2B 9e48cad8b98df4de9479f06ab394e689f2169c6b52e062806b2051f18b86a6f80b660f472fe48b94bb0aff10095d7fcb9e097aa38710d6f3969cb03cfa4aff5c SHA512 4d87edda071d98672df79e3dbb9565757c0738bc50751d31e5dfefab4f17523387fb2342906ecc0600ce86d888ab4a785756bbb1daf37ca56a3ce1af9e5ae173
21 DIST gentoo-zsh-completions-20180228.tar.gz 23246 BLAKE2B a6e4004aa7592cbb097cad55fe9d7286f39bd264d8c463ed22e665ca6a60732b0bc8678a0ac09715e2f34abbadd0e4466d783fdb228ce364bcbe13fb7f097649 SHA512 2b3dcfb910e297eb2f03f4ad9f3749b379ceb60f8b6cbcb7c7d03b7921b79aa21f8d3aa50931c5d4eff52f988a208f1a810c6da7c20720be7a3f2ce4a4564788
22
23 diff --git a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20141115.ebuild b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20141115.ebuild
24 deleted file mode 100644
25 index 687f950f702..00000000000
26 --- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20141115.ebuild
27 +++ /dev/null
28 @@ -1,29 +0,0 @@
29 -# Copyright 1999-2018 Gentoo Foundation
30 -# Distributed under the terms of the GNU General Public License v2
31 -
32 -EAPI=5
33 -
34 -DESCRIPTION="Gentoo specific zsh completion support (includes emerge and ebuild commands)"
35 -HOMEPAGE="https://github.com/radhermit/gentoo-zsh-completions"
36 -SRC_URI="https://dev.gentoo.org/~radhermit/dist/${P}.tar.xz"
37 -
38 -LICENSE="ZSH"
39 -SLOT="0"
40 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris"
41 -
42 -RDEPEND=">=app-shells/zsh-4.3.5"
43 -
44 -src_install() {
45 - insinto /usr/share/zsh/site-functions
46 - doins _*
47 -
48 - dodoc AUTHORS
49 -}
50 -
51 -pkg_postinst() {
52 - elog
53 - elog "If you happen to compile your functions, you may need to delete"
54 - elog "~/.zcompdump{,.zwc} and recompile to make the new completions available"
55 - elog "to your shell."
56 - elog
57 -}