Gentoo Archives: gentoo-commits

From: "Vlastimil Babka (caster)" <caster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/bash-completion: bash-completion-20050121-r10.ebuild ChangeLog bash-completion-20060301-r2.ebuild bash-completion-20060301.ebuild bash-completion-20050721.ebuild
Date: Sat, 12 Jan 2008 18:36:00
Message-Id: E1JDlD2-0001Di-Mt@stork.gentoo.org
1 caster 08/01/12 18:35:56
2
3 Modified: bash-completion-20050121-r10.ebuild ChangeLog
4 bash-completion-20060301-r2.ebuild
5 bash-completion-20060301.ebuild
6 bash-completion-20050721.ebuild
7 Log:
8 Convert einfo to elog.
9 (Portage version: 2.1.4_rc14)
10
11 Revision Changes Path
12 1.4 app-shells/bash-completion/bash-completion-20050121-r10.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash-completion/bash-completion-20050121-r10.ebuild?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash-completion/bash-completion-20050121-r10.ebuild?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash-completion/bash-completion-20050121-r10.ebuild?r1=1.3&r2=1.4
17
18 Index: bash-completion-20050121-r10.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20050121-r10.ebuild,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- bash-completion-20050121-r10.ebuild 1 Mar 2007 10:04:09 -0000 1.3
25 +++ bash-completion-20050121-r10.ebuild 12 Jan 2008 18:35:56 -0000 1.4
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2005 Gentoo Foundation
28 +# Copyright 1999-2008 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20050121-r10.ebuild,v 1.3 2007/03/01 10:04:09 genstef Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20050121-r10.ebuild,v 1.4 2008/01/12 18:35:56 caster Exp $
32
33 inherit eutils
34
35 @@ -44,22 +44,22 @@
36
37 pkg_postinst() {
38 echo
39 - einfo "Add the following to your ~/.bashrc to enable completion support."
40 - einfo "NOTE: to avoid things like Gentoo bug #98627, you should set aliases"
41 - einfo "after sourcing /etc/profile.d/bash-completion."
42 - einfo
43 - einfo "[[ -f /etc/profile.d/bash-completion ]] && \\ "
44 - einfo " source /etc/profile.d/bash-completion"
45 - einfo
46 - einfo "Additional completion functions can be enabled by installing"
47 - einfo "app-admin/eselect and using the included bashcomp module."
48 + elog "Add the following to your ~/.bashrc to enable completion support."
49 + elog "NOTE: to avoid things like Gentoo bug #98627, you should set aliases"
50 + elog "after sourcing /etc/profile.d/bash-completion."
51 + elog
52 + elog "[[ -f /etc/profile.d/bash-completion ]] && \\ "
53 + elog " source /etc/profile.d/bash-completion"
54 + elog
55 + elog "Additional completion functions can be enabled by installing"
56 + elog "app-admin/eselect and using the included bashcomp module."
57 echo
58
59 if has_version 'app-shells/zsh' ; then
60 - einfo "If you are interested in using the provided bash completion functions with"
61 - einfo "zsh, valuable tips on the effective use of bashcompinit are available:"
62 - einfo " http://www.zsh.org/mla/workers/2003/msg00046.html"
63 - einfo " http://zshwiki.org/ZshSwitchingTo"
64 + elog "If you are interested in using the provided bash completion functions with"
65 + elog "zsh, valuable tips on the effective use of bashcompinit are available:"
66 + elog " http://www.zsh.org/mla/workers/2003/msg00046.html"
67 + elog " http://zshwiki.org/ZshSwitchingTo"
68 echo
69 fi
70 }
71
72
73
74 1.141 app-shells/bash-completion/ChangeLog
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.141&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.141&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash-completion/ChangeLog?r1=1.140&r2=1.141
79
80 Index: ChangeLog
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v
83 retrieving revision 1.140
84 retrieving revision 1.141
85 diff -u -r1.140 -r1.141
86 --- ChangeLog 31 May 2007 03:32:50 -0000 1.140
87 +++ ChangeLog 12 Jan 2008 18:35:56 -0000 1.141
88 @@ -1,6 +1,11 @@
89 # ChangeLog for app-shells/bash-completion
90 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
91 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.140 2007/05/31 03:32:50 pioto Exp $
92 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
93 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.141 2008/01/12 18:35:56 caster Exp $
94 +
95 + 12 Jan 2008; Vlastimil Babka <caster@g.o>
96 + bash-completion-20050121-r10.ebuild, bash-completion-20050721.ebuild,
97 + bash-completion-20060301.ebuild, bash-completion-20060301-r2.ebuild:
98 + Convert einfo to elog.
99
100 31 May 2007; Mike Kelly <pioto@g.o> metadata.xml:
101 Remove myself from maintainers.xml. I haven't had success getting this
102
103
104
105 1.3 app-shells/bash-completion/bash-completion-20060301-r2.ebuild
106
107 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash-completion/bash-completion-20060301-r2.ebuild?rev=1.3&view=markup
108 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash-completion/bash-completion-20060301-r2.ebuild?rev=1.3&content-type=text/plain
109 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash-completion/bash-completion-20060301-r2.ebuild?r1=1.2&r2=1.3
110
111 Index: bash-completion-20060301-r2.ebuild
112 ===================================================================
113 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20060301-r2.ebuild,v
114 retrieving revision 1.2
115 retrieving revision 1.3
116 diff -u -r1.2 -r1.3
117 --- bash-completion-20060301-r2.ebuild 1 Mar 2007 10:04:09 -0000 1.2
118 +++ bash-completion-20060301-r2.ebuild 12 Jan 2008 18:35:56 -0000 1.3
119 @@ -1,6 +1,6 @@
120 -# Copyright 1999-2006 Gentoo Foundation
121 +# Copyright 1999-2008 Gentoo Foundation
122 # Distributed under the terms of the GNU General Public License v2
123 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20060301-r2.ebuild,v 1.2 2007/03/01 10:04:09 genstef Exp $
124 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20060301-r2.ebuild,v 1.3 2008/01/12 18:35:56 caster Exp $
125
126 inherit eutils
127
128 @@ -66,28 +66,28 @@
129 }
130
131 pkg_postinst() {
132 - einfo
133 - einfo "Versions of bash-completion prior to 20060301-r1 required each user to"
134 - einfo "explicitly source /etc/profile.d/bash-completion in ~/.bashrc. This"
135 - einfo "was kludgy and inconsistent with the completion modules which are"
136 - einfo "enabled with eselect bashcomp. Now any user can enable the base"
137 - einfo "completions without editing their .bashrc by running"
138 - einfo
139 - einfo " eselect bashcomp enable base"
140 - einfo
141 - einfo "The system administrator can also be enable this globally with"
142 - einfo
143 - einfo " eselect bashcomp enable --global base"
144 - einfo
145 - einfo "Additional completion functions can also be enabled or"
146 - einfo "disabled using eselect's bashcomp module."
147 - einfo
148 + elog
149 + elog "Versions of bash-completion prior to 20060301-r1 required each user to"
150 + elog "explicitly source /etc/profile.d/bash-completion in ~/.bashrc. This"
151 + elog "was kludgy and inconsistent with the completion modules which are"
152 + elog "enabled with eselect bashcomp. Now any user can enable the base"
153 + elog "completions without editing their .bashrc by running"
154 + elog
155 + elog " eselect bashcomp enable base"
156 + elog
157 + elog "The system administrator can also be enable this globally with"
158 + elog
159 + elog " eselect bashcomp enable --global base"
160 + elog
161 + elog "Additional completion functions can also be enabled or"
162 + elog "disabled using eselect's bashcomp module."
163 + elog
164
165 if has_version 'app-shells/zsh' ; then
166 - einfo "If you are interested in using the provided bash completion functions with"
167 - einfo "zsh, valuable tips on the effective use of bashcompinit are available:"
168 - einfo " http://www.zsh.org/mla/workers/2003/msg00046.html"
169 - einfo " http://zshwiki.org/ZshSwitchingTo"
170 - einfo
171 + elog "If you are interested in using the provided bash completion functions with"
172 + elog "zsh, valuable tips on the effective use of bashcompinit are available:"
173 + elog " http://www.zsh.org/mla/workers/2003/msg00046.html"
174 + elog " http://zshwiki.org/ZshSwitchingTo"
175 + elog
176 fi
177 }
178
179
180
181 1.3 app-shells/bash-completion/bash-completion-20060301.ebuild
182
183 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash-completion/bash-completion-20060301.ebuild?rev=1.3&view=markup
184 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash-completion/bash-completion-20060301.ebuild?rev=1.3&content-type=text/plain
185 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash-completion/bash-completion-20060301.ebuild?r1=1.2&r2=1.3
186
187 Index: bash-completion-20060301.ebuild
188 ===================================================================
189 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20060301.ebuild,v
190 retrieving revision 1.2
191 retrieving revision 1.3
192 diff -u -r1.2 -r1.3
193 --- bash-completion-20060301.ebuild 1 Mar 2007 10:04:09 -0000 1.2
194 +++ bash-completion-20060301.ebuild 12 Jan 2008 18:35:56 -0000 1.3
195 @@ -1,6 +1,6 @@
196 -# Copyright 1999-2006 Gentoo Foundation
197 +# Copyright 1999-2008 Gentoo Foundation
198 # Distributed under the terms of the GNU General Public License v2
199 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20060301.ebuild,v 1.2 2007/03/01 10:04:09 genstef Exp $
200 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20060301.ebuild,v 1.3 2008/01/12 18:35:56 caster Exp $
201
202 inherit eutils
203
204 @@ -45,22 +45,22 @@
205
206 pkg_postinst() {
207 echo
208 - einfo "Add the following to your ~/.bashrc to enable completion support."
209 - einfo "NOTE: to avoid things like Gentoo bug #98627, you should set aliases"
210 - einfo "after sourcing /etc/profile.d/bash-completion."
211 - einfo
212 - einfo "[[ -f /etc/profile.d/bash-completion ]] && \\ "
213 - einfo " source /etc/profile.d/bash-completion"
214 - einfo
215 - einfo "Additional completion functions can be enabled by installing"
216 - einfo "app-admin/eselect and using the included bashcomp module."
217 + elog "Add the following to your ~/.bashrc to enable completion support."
218 + elog "NOTE: to avoid things like Gentoo bug #98627, you should set aliases"
219 + elog "after sourcing /etc/profile.d/bash-completion."
220 + elog
221 + elog "[[ -f /etc/profile.d/bash-completion ]] && \\ "
222 + elog " source /etc/profile.d/bash-completion"
223 + elog
224 + elog "Additional completion functions can be enabled by installing"
225 + elog "app-admin/eselect and using the included bashcomp module."
226 echo
227
228 if has_version 'app-shells/zsh' ; then
229 - einfo "If you are interested in using the provided bash completion functions with"
230 - einfo "zsh, valuable tips on the effective use of bashcompinit are available:"
231 - einfo " http://www.zsh.org/mla/workers/2003/msg00046.html"
232 - einfo " http://zshwiki.org/ZshSwitchingTo"
233 + elog "If you are interested in using the provided bash completion functions with"
234 + elog "zsh, valuable tips on the effective use of bashcompinit are available:"
235 + elog " http://www.zsh.org/mla/workers/2003/msg00046.html"
236 + elog " http://zshwiki.org/ZshSwitchingTo"
237 echo
238 fi
239 }
240
241
242
243 1.3 app-shells/bash-completion/bash-completion-20050721.ebuild
244
245 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash-completion/bash-completion-20050721.ebuild?rev=1.3&view=markup
246 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash-completion/bash-completion-20050721.ebuild?rev=1.3&content-type=text/plain
247 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash-completion/bash-completion-20050721.ebuild?r1=1.2&r2=1.3
248
249 Index: bash-completion-20050721.ebuild
250 ===================================================================
251 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20050721.ebuild,v
252 retrieving revision 1.2
253 retrieving revision 1.3
254 diff -u -r1.2 -r1.3
255 --- bash-completion-20050721.ebuild 1 Mar 2007 10:04:09 -0000 1.2
256 +++ bash-completion-20050721.ebuild 12 Jan 2008 18:35:56 -0000 1.3
257 @@ -1,6 +1,6 @@
258 -# Copyright 1999-2005 Gentoo Foundation
259 +# Copyright 1999-2008 Gentoo Foundation
260 # Distributed under the terms of the GNU General Public License v2
261 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20050721.ebuild,v 1.2 2007/03/01 10:04:09 genstef Exp $
262 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20050721.ebuild,v 1.3 2008/01/12 18:35:56 caster Exp $
263
264 inherit eutils
265
266 @@ -44,22 +44,22 @@
267
268 pkg_postinst() {
269 echo
270 - einfo "Add the following to your ~/.bashrc to enable completion support."
271 - einfo "NOTE: to avoid things like Gentoo bug #98627, you should set aliases"
272 - einfo "after sourcing /etc/profile.d/bash-completion."
273 - einfo
274 - einfo "[[ -f /etc/profile.d/bash-completion ]] && \\ "
275 - einfo " source /etc/profile.d/bash-completion"
276 - einfo
277 - einfo "Additional completion functions can be enabled by installing"
278 - einfo "app-admin/eselect and using the included bashcomp module."
279 + elog "Add the following to your ~/.bashrc to enable completion support."
280 + elog "NOTE: to avoid things like Gentoo bug #98627, you should set aliases"
281 + elog "after sourcing /etc/profile.d/bash-completion."
282 + elog
283 + elog "[[ -f /etc/profile.d/bash-completion ]] && \\ "
284 + elog " source /etc/profile.d/bash-completion"
285 + elog
286 + elog "Additional completion functions can be enabled by installing"
287 + elog "app-admin/eselect and using the included bashcomp module."
288 echo
289
290 if has_version 'app-shells/zsh' ; then
291 - einfo "If you are interested in using the provided bash completion functions with"
292 - einfo "zsh, valuable tips on the effective use of bashcompinit are available:"
293 - einfo " http://www.zsh.org/mla/workers/2003/msg00046.html"
294 - einfo " http://zshwiki.org/ZshSwitchingTo"
295 + elog "If you are interested in using the provided bash completion functions with"
296 + elog "zsh, valuable tips on the effective use of bashcompinit are available:"
297 + elog " http://www.zsh.org/mla/workers/2003/msg00046.html"
298 + elog " http://zshwiki.org/ZshSwitchingTo"
299 echo
300 fi
301 }
302
303
304
305 --
306 gentoo-commits@l.g.o mailing list