Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/zsh-completions: zsh-completions-9999.ebuild zsh-completions-0.12.0-r2.ebuild ChangeLog zsh-completions-0.12.0-r1.ebuild
Date: Tue, 30 Jun 2015 18:13:24
Message-Id: 20150630181251.A9AD374A@oystercatcher.gentoo.org
1 mrueg 15/06/30 18:12:51
2
3 Modified: zsh-completions-9999.ebuild ChangeLog
4 Added: zsh-completions-0.12.0-r2.ebuild
5 Removed: zsh-completions-0.12.0-r1.ebuild
6 Log:
7 Fix file collision with app-emulation/docker.
8
9 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
10
11 Revision Changes Path
12 1.2 app-shells/zsh-completions/zsh-completions-9999.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/zsh-completions/zsh-completions-9999.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/zsh-completions/zsh-completions-9999.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/zsh-completions/zsh-completions-9999.ebuild?r1=1.1&r2=1.2
17
18 Index: zsh-completions-9999.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-shells/zsh-completions/zsh-completions-9999.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- zsh-completions-9999.ebuild 21 Nov 2014 10:28:13 -0000 1.1
25 +++ zsh-completions-9999.ebuild 30 Jun 2015 18:12:51 -0000 1.2
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2014 Gentoo Foundation
28 +# Copyright 1999-2015 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completions/zsh-completions-9999.ebuild,v 1.1 2014/11/21 10:28:13 radhermit Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completions/zsh-completions-9999.ebuild,v 1.2 2015/06/30 18:12:51 mrueg Exp $
32
33 EAPI=5
34
35
36
37
38 1.5 app-shells/zsh-completions/ChangeLog
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/zsh-completions/ChangeLog?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/zsh-completions/ChangeLog?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/zsh-completions/ChangeLog?r1=1.4&r2=1.5
43
44 Index: ChangeLog
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-shells/zsh-completions/ChangeLog,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- ChangeLog 6 Jun 2015 07:53:13 -0000 1.4
51 +++ ChangeLog 30 Jun 2015 18:12:51 -0000 1.5
52 @@ -1,6 +1,13 @@
53 # ChangeLog for app-shells/zsh-completions
54 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completions/ChangeLog,v 1.4 2015/06/06 07:53:13 jlec Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completions/ChangeLog,v 1.5 2015/06/30 18:12:51 mrueg Exp $
57 +
58 +*zsh-completions-0.12.0-r2 (30 Jun 2015)
59 +
60 + 30 Jun 2015; Manuel RĂ¼ger <mrueg@g.o>
61 + +zsh-completions-0.12.0-r2.ebuild, -zsh-completions-0.12.0-r1.ebuild,
62 + zsh-completions-9999.ebuild:
63 + Fix file collision with app-emulation/docker.
64
65 06 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
66 Add github to remote-id in metadata.xml
67
68
69
70 1.1 app-shells/zsh-completions/zsh-completions-0.12.0-r2.ebuild
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/zsh-completions/zsh-completions-0.12.0-r2.ebuild?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/zsh-completions/zsh-completions-0.12.0-r2.ebuild?rev=1.1&content-type=text/plain
74
75 Index: zsh-completions-0.12.0-r2.ebuild
76 ===================================================================
77 # Copyright 1999-2015 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79 # $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completions/zsh-completions-0.12.0-r2.ebuild,v 1.1 2015/06/30 18:12:51 mrueg Exp $
80
81 EAPI=5
82
83 if [[ ${PV} == 9999* ]] ; then
84 inherit git-r3
85 EGIT_REPO_URI="https://github.com/zsh-users/zsh-completions.git"
86 else
87 SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
88 KEYWORDS="~amd64 ~x86"
89 fi
90
91 DESCRIPTION="Additional completion definitions for Zsh"
92 HOMEPAGE="https://github.com/zsh-users/zsh-completions"
93
94 LICENSE="BSD"
95 SLOT="0"
96
97 RDEPEND="app-shells/zsh"
98
99 src_prepare() {
100 # File collision with dev-python/pip
101 rm src/_pip || die
102 # File collision with app-emulation/docker
103 rm src/_docker || die
104 }
105
106 src_install() {
107 insinto /usr/share/zsh/site-functions
108 doins src/_*
109 }
110
111 pkg_postinst() {
112 elog
113 elog "If you happen to compile your functions, you may need to delete"
114 elog "~/.zcompdump{,.zwc} and recompile to make the new completions available"
115 elog "to your shell."
116 elog
117 }