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: Sun, 17 Nov 2019 22:35:57
Message-Id: 1574030118.0a9c1773d859fdbbd735d67825e1d5a3bf1d0d05.radhermit@gentoo
1 commit: 0a9c1773d859fdbbd735d67825e1d5a3bf1d0d05
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 22:35:18 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 22:35:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9c1773
7
8 app-shells/gentoo-zsh-completions: remove old
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 app-shells/gentoo-zsh-completions/Manifest | 1 -
13 .../gentoo-zsh-completions-20150103.ebuild | 27 ----------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/app-shells/gentoo-zsh-completions/Manifest b/app-shells/gentoo-zsh-completions/Manifest
17 index 24aec970866..0cadb7eac11 100644
18 --- a/app-shells/gentoo-zsh-completions/Manifest
19 +++ b/app-shells/gentoo-zsh-completions/Manifest
20 @@ -1,2 +1 @@
21 -DIST gentoo-zsh-completions-20150103.tar.gz 23759 BLAKE2B 9e48cad8b98df4de9479f06ab394e689f2169c6b52e062806b2051f18b86a6f80b660f472fe48b94bb0aff10095d7fcb9e097aa38710d6f3969cb03cfa4aff5c SHA512 4d87edda071d98672df79e3dbb9565757c0738bc50751d31e5dfefab4f17523387fb2342906ecc0600ce86d888ab4a785756bbb1daf37ca56a3ce1af9e5ae173
22 DIST gentoo-zsh-completions-20180228.tar.gz 23246 BLAKE2B a6e4004aa7592cbb097cad55fe9d7286f39bd264d8c463ed22e665ca6a60732b0bc8678a0ac09715e2f34abbadd0e4466d783fdb228ce364bcbe13fb7f097649 SHA512 2b3dcfb910e297eb2f03f4ad9f3749b379ceb60f8b6cbcb7c7d03b7921b79aa21f8d3aa50931c5d4eff52f988a208f1a810c6da7c20720be7a3f2ce4a4564788
23
24 diff --git a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20150103.ebuild b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20150103.ebuild
25 deleted file mode 100644
26 index 8a03144af90..00000000000
27 --- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20150103.ebuild
28 +++ /dev/null
29 @@ -1,27 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -if [[ ${PV} == 9999* ]] ; then
36 - inherit git-r3
37 - EGIT_REPO_URI="https://github.com/gentoo/gentoo-zsh-completions.git"
38 -else
39 - SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
40 - KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris"
41 -fi
42 -
43 -DESCRIPTION="Gentoo specific zsh completion support (includes emerge and ebuild commands)"
44 -HOMEPAGE="https://github.com/gentoo/gentoo-zsh-completions"
45 -
46 -LICENSE="ZSH"
47 -SLOT="0"
48 -
49 -RDEPEND=">=app-shells/zsh-4.3.5"
50 -
51 -src_install() {
52 - insinto /usr/share/zsh/site-functions
53 - doins src/_*
54 -
55 - dodoc AUTHORS
56 -}