Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/elfutils: elfutils-0.145.ebuild elfutils-0.143-r1.ebuild elfutils-0.144.ebuild ChangeLog elfutils-0.131-r1.ebuild elfutils-0.127.ebuild elfutils-0.131-r2.ebuild
Date: Wed, 31 Mar 2010 19:17:19
Message-Id: E1Nx2SZ-0003sf-DA@stork.gentoo.org
1 solar 10/03/31 18:16:11
2
3 Modified: elfutils-0.145.ebuild elfutils-0.143-r1.ebuild
4 elfutils-0.144.ebuild ChangeLog
5 elfutils-0.131-r1.ebuild elfutils-0.127.ebuild
6 elfutils-0.131-r2.ebuild
7 Log:
8 - elibc_glibc has to be defined in IUSE= for profiles that are unable to use.force that flag bug #312085
9 (Portage version: 2.1.8.2/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 dev-libs/elfutils/elfutils-0.145.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/elfutils/elfutils-0.145.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/elfutils/elfutils-0.145.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/elfutils/elfutils-0.145.ebuild?r1=1.1&r2=1.2
17
18 Index: elfutils-0.145.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.145.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- elfutils-0.145.ebuild 7 Mar 2010 06:08:44 -0000 1.1
25 +++ elfutils-0.145.ebuild 31 Mar 2010 18:16:11 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2010 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.145.ebuild,v 1.1 2010/03/07 06:08:44 dirtyepic Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.145.ebuild,v 1.2 2010/03/31 18:16:11 solar Exp $
31
32 inherit eutils
33
34 @@ -13,7 +13,7 @@
35 LICENSE="GPL-2-with-exceptions"
36 SLOT="0"
37 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
38 -IUSE="bzip2 lzma nls test zlib"
39 +IUSE="bzip2 lzma nls test zlib elibc_glibc"
40
41 # This pkg does not actually seem to compile currently in a uClibc
42 # environment (xrealloc errs), but we need to ensure that glibc never
43
44
45
46 1.3 dev-libs/elfutils/elfutils-0.143-r1.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/elfutils/elfutils-0.143-r1.ebuild?rev=1.3&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/elfutils/elfutils-0.143-r1.ebuild?rev=1.3&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/elfutils/elfutils-0.143-r1.ebuild?r1=1.2&r2=1.3
51
52 Index: elfutils-0.143-r1.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.143-r1.ebuild,v
55 retrieving revision 1.2
56 retrieving revision 1.3
57 diff -u -r1.2 -r1.3
58 --- elfutils-0.143-r1.ebuild 26 Nov 2009 19:09:40 -0000 1.2
59 +++ elfutils-0.143-r1.ebuild 31 Mar 2010 18:16:11 -0000 1.3
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2009 Gentoo Foundation
62 +# Copyright 1999-2010 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.143-r1.ebuild,v 1.2 2009/11/26 19:09:40 truedfx Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.143-r1.ebuild,v 1.3 2010/03/31 18:16:11 solar Exp $
66
67 inherit eutils
68
69 @@ -13,7 +13,7 @@
70 LICENSE="GPL-2-with-exceptions"
71 SLOT="0"
72 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
73 -IUSE="bzip2 lzma nls test zlib"
74 +IUSE="bzip2 lzma nls test zlib elibc_glibc"
75
76 # This pkg does not actually seem to compile currently in a uClibc
77 # environment (xrealloc errs), but we need to ensure that glibc never
78
79
80
81 1.3 dev-libs/elfutils/elfutils-0.144.ebuild
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/elfutils/elfutils-0.144.ebuild?rev=1.3&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/elfutils/elfutils-0.144.ebuild?rev=1.3&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/elfutils/elfutils-0.144.ebuild?r1=1.2&r2=1.3
86
87 Index: elfutils-0.144.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.144.ebuild,v
90 retrieving revision 1.2
91 retrieving revision 1.3
92 diff -u -r1.2 -r1.3
93 --- elfutils-0.144.ebuild 20 Feb 2010 20:12:20 -0000 1.2
94 +++ elfutils-0.144.ebuild 31 Mar 2010 18:16:11 -0000 1.3
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2010 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.144.ebuild,v 1.2 2010/02/20 20:12:20 abcd Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.144.ebuild,v 1.3 2010/03/31 18:16:11 solar Exp $
100
101 inherit eutils
102
103 @@ -13,7 +13,7 @@
104 LICENSE="GPL-2-with-exceptions"
105 SLOT="0"
106 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
107 -IUSE="bzip2 lzma nls test zlib"
108 +IUSE="bzip2 lzma nls test zlib elibc_glibc"
109
110 # This pkg does not actually seem to compile currently in a uClibc
111 # environment (xrealloc errs), but we need to ensure that glibc never
112
113
114
115 1.131 dev-libs/elfutils/ChangeLog
116
117 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/elfutils/ChangeLog?rev=1.131&view=markup
118 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/elfutils/ChangeLog?rev=1.131&content-type=text/plain
119 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/elfutils/ChangeLog?r1=1.130&r2=1.131
120
121 Index: ChangeLog
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v
124 retrieving revision 1.130
125 retrieving revision 1.131
126 diff -u -r1.130 -r1.131
127 --- ChangeLog 7 Mar 2010 06:08:44 -0000 1.130
128 +++ ChangeLog 31 Mar 2010 18:16:11 -0000 1.131
129 @@ -1,6 +1,12 @@
130 # ChangeLog for dev-libs/elfutils
131 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
132 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.130 2010/03/07 06:08:44 dirtyepic Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.131 2010/03/31 18:16:11 solar Exp $
134 +
135 + 31 Mar 2010; <solar@g.o> elfutils-0.127.ebuild,
136 + elfutils-0.131-r1.ebuild, elfutils-0.131-r2.ebuild,
137 + elfutils-0.143-r1.ebuild, elfutils-0.144.ebuild, elfutils-0.145.ebuild:
138 + - elibc_glibc has to be defined in IUSE= for profiles that are unable to
139 + use.force that flag bug #312085
140
141 *elfutils-0.145 (07 Mar 2010)
142
143
144
145
146 1.2 dev-libs/elfutils/elfutils-0.131-r1.ebuild
147
148 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/elfutils/elfutils-0.131-r1.ebuild?rev=1.2&view=markup
149 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/elfutils/elfutils-0.131-r1.ebuild?rev=1.2&content-type=text/plain
150 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/elfutils/elfutils-0.131-r1.ebuild?r1=1.1&r2=1.2
151
152 Index: elfutils-0.131-r1.ebuild
153 ===================================================================
154 RCS file: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.131-r1.ebuild,v
155 retrieving revision 1.1
156 retrieving revision 1.2
157 diff -u -r1.1 -r1.2
158 --- elfutils-0.131-r1.ebuild 6 Jan 2008 17:38:46 -0000 1.1
159 +++ elfutils-0.131-r1.ebuild 31 Mar 2010 18:16:11 -0000 1.2
160 @@ -1,6 +1,6 @@
161 -# Copyright 1999-2008 Gentoo Foundation
162 +# Copyright 1999-2010 Gentoo Foundation
163 # Distributed under the terms of the GNU General Public License v2
164 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.131-r1.ebuild,v 1.1 2008/01/06 17:38:46 vapier Exp $
165 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.131-r1.ebuild,v 1.2 2010/03/31 18:16:11 solar Exp $
166
167 inherit eutils autotools
168
169 @@ -13,7 +13,7 @@
170 LICENSE="OpenSoftware"
171 SLOT="0"
172 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
173 -IUSE=""
174 +IUSE="elibc_glibc"
175
176 # This pkg does not actually seem to compile currently in a uClibc
177 # environment (xrealloc errs), but we need to ensure that glibc never
178
179
180
181 1.12 dev-libs/elfutils/elfutils-0.127.ebuild
182
183 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/elfutils/elfutils-0.127.ebuild?rev=1.12&view=markup
184 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/elfutils/elfutils-0.127.ebuild?rev=1.12&content-type=text/plain
185 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/elfutils/elfutils-0.127.ebuild?r1=1.11&r2=1.12
186
187 Index: elfutils-0.127.ebuild
188 ===================================================================
189 RCS file: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.127.ebuild,v
190 retrieving revision 1.11
191 retrieving revision 1.12
192 diff -u -r1.11 -r1.12
193 --- elfutils-0.127.ebuild 15 Mar 2009 11:29:33 -0000 1.11
194 +++ elfutils-0.127.ebuild 31 Mar 2010 18:16:11 -0000 1.12
195 @@ -1,6 +1,6 @@
196 -# Copyright 1999-2009 Gentoo Foundation
197 +# Copyright 1999-2010 Gentoo Foundation
198 # Distributed under the terms of the GNU General Public License v2
199 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.127.ebuild,v 1.11 2009/03/15 11:29:33 pva Exp $
200 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.127.ebuild,v 1.12 2010/03/31 18:16:11 solar Exp $
201
202 inherit eutils autotools
203
204 @@ -13,7 +13,7 @@
205 LICENSE="OpenSoftware"
206 SLOT="0"
207 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
208 -IUSE=""
209 +IUSE="elibc_glibc"
210
211 # This pkg does not actually seem to compile currently in a uClibc
212 # environment (xrealloc errs), but we need to ensure that glibc never
213
214
215
216 1.10 dev-libs/elfutils/elfutils-0.131-r2.ebuild
217
218 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/elfutils/elfutils-0.131-r2.ebuild?rev=1.10&view=markup
219 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/elfutils/elfutils-0.131-r2.ebuild?rev=1.10&content-type=text/plain
220 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/elfutils/elfutils-0.131-r2.ebuild?r1=1.9&r2=1.10
221
222 Index: elfutils-0.131-r2.ebuild
223 ===================================================================
224 RCS file: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.131-r2.ebuild,v
225 retrieving revision 1.9
226 retrieving revision 1.10
227 diff -u -r1.9 -r1.10
228 --- elfutils-0.131-r2.ebuild 14 Feb 2009 05:40:18 -0000 1.9
229 +++ elfutils-0.131-r2.ebuild 31 Mar 2010 18:16:11 -0000 1.10
230 @@ -1,6 +1,6 @@
231 -# Copyright 1999-2009 Gentoo Foundation
232 +# Copyright 1999-2010 Gentoo Foundation
233 # Distributed under the terms of the GNU General Public License v2
234 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.131-r2.ebuild,v 1.9 2009/02/14 05:40:18 ken69267 Exp $
235 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.131-r2.ebuild,v 1.10 2010/03/31 18:16:11 solar Exp $
236
237 inherit eutils
238
239 @@ -12,7 +12,7 @@
240 LICENSE="OpenSoftware"
241 SLOT="0"
242 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
243 -IUSE=""
244 +IUSE="elibc_glibc"
245
246 # This pkg does not actually seem to compile currently in a uClibc
247 # environment (xrealloc errs), but we need to ensure that glibc never