Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/bash: bash-4.0_p10.ebuild bash-3.2_p48-r1.ebuild bash-3.2_p39.ebuild bash-3.1_p17.ebuild bash-3.2_p48.ebuild ChangeLog bash-4.0_p10-r1.ebuild
Date: Mon, 23 Mar 2009 18:34:23
Message-Id: E1Lloyb-000115-Bv@stork.gentoo.org
1 grobian 09/03/23 18:34:21
2
3 Modified: bash-4.0_p10.ebuild bash-3.2_p48-r1.ebuild
4 bash-3.2_p39.ebuild bash-3.1_p17.ebuild
5 bash-3.2_p48.ebuild ChangeLog
6 bash-4.0_p10-r1.ebuild
7 Log:
8 Add dependency on virtual/libintl for USE=nls, bug #261118
9 (Portage version: 2.1.6.7/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.3 app-shells/bash/bash-4.0_p10.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-4.0_p10.ebuild?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-4.0_p10.ebuild?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-4.0_p10.ebuild?r1=1.2&r2=1.3
17
18 Index: bash-4.0_p10.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0_p10.ebuild,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- bash-4.0_p10.ebuild 10 Mar 2009 19:05:02 -0000 1.2
25 +++ bash-4.0_p10.ebuild 23 Mar 2009 18:34:21 -0000 1.3
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2009 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0_p10.ebuild,v 1.2 2009/03/10 19:05:02 cardoe Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0_p10.ebuild,v 1.3 2009/03/23 18:34:21 grobian Exp $
31
32 EAPI="1"
33
34 @@ -39,7 +39,8 @@
35 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
36 IUSE="afs bashlogger examples +net nls plugins vanilla"
37
38 -DEPEND=">=sys-libs/ncurses-5.2-r2"
39 +DEPEND=">=sys-libs/ncurses-5.2-r2
40 + nls? ( virtual/libintl )"
41 RDEPEND="${DEPEND}
42 !<sys-apps/portage-2.1.5
43 !<sys-apps/paludis-0.26.0_alpha5"
44
45
46
47 1.4 app-shells/bash/bash-3.2_p48-r1.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p48-r1.ebuild?rev=1.4&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p48-r1.ebuild?rev=1.4&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p48-r1.ebuild?r1=1.3&r2=1.4
52
53 Index: bash-3.2_p48-r1.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p48-r1.ebuild,v
56 retrieving revision 1.3
57 retrieving revision 1.4
58 diff -u -r1.3 -r1.4
59 --- bash-3.2_p48-r1.ebuild 25 Feb 2009 21:20:55 -0000 1.3
60 +++ bash-3.2_p48-r1.ebuild 23 Mar 2009 18:34:21 -0000 1.4
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2009 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p48-r1.ebuild,v 1.3 2009/02/25 21:20:55 vapier Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p48-r1.ebuild,v 1.4 2009/03/23 18:34:21 grobian Exp $
66
67 EAPI=1
68
69 @@ -36,7 +36,8 @@
70 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
71 IUSE="afs bashlogger examples +net nls plugins vanilla"
72
73 -DEPEND=">=sys-libs/ncurses-5.2-r2"
74 +DEPEND=">=sys-libs/ncurses-5.2-r2
75 + nls? ( virtual/libintl )"
76 RDEPEND="${DEPEND}
77 !<sys-apps/portage-2.1.5
78 !<sys-apps/paludis-0.26.0_alpha5"
79
80
81
82 1.19 app-shells/bash/bash-3.2_p39.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p39.ebuild?rev=1.19&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p39.ebuild?rev=1.19&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p39.ebuild?r1=1.18&r2=1.19
87
88 Index: bash-3.2_p39.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p39.ebuild,v
91 retrieving revision 1.18
92 retrieving revision 1.19
93 diff -u -r1.18 -r1.19
94 --- bash-3.2_p39.ebuild 25 Feb 2009 21:20:55 -0000 1.18
95 +++ bash-3.2_p39.ebuild 23 Mar 2009 18:34:21 -0000 1.19
96 @@ -1,6 +1,6 @@
97 # Copyright 1999-2009 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p39.ebuild,v 1.18 2009/02/25 21:20:55 vapier Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p39.ebuild,v 1.19 2009/03/23 18:34:21 grobian Exp $
101
102 inherit eutils flag-o-matic toolchain-funcs multilib
103
104 @@ -34,7 +34,8 @@
105 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
106 IUSE="afs bashlogger examples nls plugins vanilla"
107
108 -DEPEND=">=sys-libs/ncurses-5.2-r2"
109 +DEPEND=">=sys-libs/ncurses-5.2-r2
110 + nls? ( virtual/libintl )"
111 RDEPEND="${DEPEND}
112 !<sys-apps/portage-2.1.5
113 !<sys-apps/paludis-0.26.0_alpha5"
114
115
116
117 1.20 app-shells/bash/bash-3.1_p17.ebuild
118
119 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.1_p17.ebuild?rev=1.20&view=markup
120 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.1_p17.ebuild?rev=1.20&content-type=text/plain
121 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.1_p17.ebuild?r1=1.19&r2=1.20
122
123 Index: bash-3.1_p17.ebuild
124 ===================================================================
125 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.1_p17.ebuild,v
126 retrieving revision 1.19
127 retrieving revision 1.20
128 diff -u -r1.19 -r1.20
129 --- bash-3.1_p17.ebuild 27 Feb 2007 17:02:03 -0000 1.19
130 +++ bash-3.1_p17.ebuild 23 Mar 2009 18:34:21 -0000 1.20
131 @@ -1,6 +1,6 @@
132 -# Copyright 1999-2007 Gentoo Foundation
133 +# Copyright 1999-2009 Gentoo Foundation
134 # Distributed under the terms of the GNU General Public License v2
135 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.1_p17.ebuild,v 1.19 2007/02/27 17:02:03 grobian Exp $
136 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.1_p17.ebuild,v 1.20 2009/03/23 18:34:21 grobian Exp $
137
138 inherit eutils flag-o-matic toolchain-funcs
139
140 @@ -35,7 +35,9 @@
141 KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
142 IUSE="afs bashlogger nls vanilla"
143
144 -DEPEND=">=sys-libs/ncurses-5.2-r2"
145 +DEPEND=">=sys-libs/ncurses-5.2-r2
146 + nls? ( virtual/libintl )"
147 +RDEPEND=${DEPEND}
148
149 S=${WORKDIR}/${MY_P}
150
151
152
153
154 1.3 app-shells/bash/bash-3.2_p48.ebuild
155
156 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p48.ebuild?rev=1.3&view=markup
157 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p48.ebuild?rev=1.3&content-type=text/plain
158 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p48.ebuild?r1=1.2&r2=1.3
159
160 Index: bash-3.2_p48.ebuild
161 ===================================================================
162 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p48.ebuild,v
163 retrieving revision 1.2
164 retrieving revision 1.3
165 diff -u -r1.2 -r1.3
166 --- bash-3.2_p48.ebuild 25 Feb 2009 21:20:55 -0000 1.2
167 +++ bash-3.2_p48.ebuild 23 Mar 2009 18:34:21 -0000 1.3
168 @@ -1,6 +1,6 @@
169 # Copyright 1999-2009 Gentoo Foundation
170 # Distributed under the terms of the GNU General Public License v2
171 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p48.ebuild,v 1.2 2009/02/25 21:20:55 vapier Exp $
172 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p48.ebuild,v 1.3 2009/03/23 18:34:21 grobian Exp $
173
174 inherit eutils flag-o-matic toolchain-funcs multilib
175
176 @@ -34,7 +34,8 @@
177 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
178 IUSE="afs bashlogger examples nls plugins vanilla"
179
180 -DEPEND=">=sys-libs/ncurses-5.2-r2"
181 +DEPEND=">=sys-libs/ncurses-5.2-r2
182 + nls? ( virtual/libintl )"
183 RDEPEND="${DEPEND}
184 !<sys-apps/portage-2.1.5
185 !<sys-apps/paludis-0.26.0_alpha5"
186
187
188
189 1.214 app-shells/bash/ChangeLog
190
191 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/ChangeLog?rev=1.214&view=markup
192 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/ChangeLog?rev=1.214&content-type=text/plain
193 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/ChangeLog?r1=1.213&r2=1.214
194
195 Index: ChangeLog
196 ===================================================================
197 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v
198 retrieving revision 1.213
199 retrieving revision 1.214
200 diff -u -r1.213 -r1.214
201 --- ChangeLog 14 Mar 2009 18:12:58 -0000 1.213
202 +++ ChangeLog 23 Mar 2009 18:34:21 -0000 1.214
203 @@ -1,6 +1,11 @@
204 # ChangeLog for app-shells/bash
205 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
206 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.213 2009/03/14 18:12:58 vapier Exp $
207 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.214 2009/03/23 18:34:21 grobian Exp $
208 +
209 + 23 Mar 2009; Fabian Groffen <grobian@g.o> bash-3.1_p17.ebuild,
210 + bash-3.2_p39.ebuild, bash-3.2_p48.ebuild, bash-3.2_p48-r1.ebuild,
211 + bash-4.0_p10.ebuild, bash-4.0_p10-r1.ebuild:
212 + Add dependency on virtual/libintl for USE=nls, bug #261118
213
214 *bash-4.0_p10-r1 (14 Mar 2009)
215
216
217
218
219 1.2 app-shells/bash/bash-4.0_p10-r1.ebuild
220
221 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-4.0_p10-r1.ebuild?rev=1.2&view=markup
222 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-4.0_p10-r1.ebuild?rev=1.2&content-type=text/plain
223 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-4.0_p10-r1.ebuild?r1=1.1&r2=1.2
224
225 Index: bash-4.0_p10-r1.ebuild
226 ===================================================================
227 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0_p10-r1.ebuild,v
228 retrieving revision 1.1
229 retrieving revision 1.2
230 diff -u -r1.1 -r1.2
231 --- bash-4.0_p10-r1.ebuild 14 Mar 2009 18:12:58 -0000 1.1
232 +++ bash-4.0_p10-r1.ebuild 23 Mar 2009 18:34:21 -0000 1.2
233 @@ -1,6 +1,6 @@
234 # Copyright 1999-2009 Gentoo Foundation
235 # Distributed under the terms of the GNU General Public License v2
236 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0_p10-r1.ebuild,v 1.1 2009/03/14 18:12:58 vapier Exp $
237 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0_p10-r1.ebuild,v 1.2 2009/03/23 18:34:21 grobian Exp $
238
239 EAPI="1"
240
241 @@ -39,7 +39,8 @@
242 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
243 IUSE="afs bashlogger examples +net nls plugins vanilla"
244
245 -DEPEND=">=sys-libs/ncurses-5.2-r2"
246 +DEPEND=">=sys-libs/ncurses-5.2-r2
247 + nls? ( virtual/libintl )"
248 RDEPEND="${DEPEND}
249 !<sys-apps/portage-2.1.5
250 !<sys-apps/paludis-0.26.0_alpha5"