Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libsdl: libsdl-1.2.11.ebuild libsdl-1.2.12.ebuild ChangeLog libsdl-1.2.11-r2.ebuild libsdl-1.2.11-r1.ebuild
Date: Sun, 30 Dec 2007 00:25:33
Message-Id: E1J8lzU-0006Rp-NJ@stork.gentoo.org
1 vapier 07/12/30 00:25:20
2
3 Modified: libsdl-1.2.11.ebuild libsdl-1.2.12.ebuild ChangeLog
4 libsdl-1.2.11-r2.ebuild libsdl-1.2.11-r1.ebuild
5 Log:
6 Switch USE=noflagstrip to common USE=custom-cflags.
7 (Portage version: 2.1.4_rc11)
8
9 Revision Changes Path
10 1.23 media-libs/libsdl/libsdl-1.2.11.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.11.ebuild?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.11.ebuild?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.11.ebuild?r1=1.22&r2=1.23
15
16 Index: libsdl-1.2.11.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.11.ebuild,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- libsdl-1.2.11.ebuild 20 Mar 2007 02:50:26 -0000 1.22
23 +++ libsdl-1.2.11.ebuild 30 Dec 2007 00:25:20 -0000 1.23
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.11.ebuild,v 1.22 2007/03/20 02:50:26 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.11.ebuild,v 1.23 2007/12/30 00:25:20 vapier Exp $
29
30 inherit flag-o-matic toolchain-funcs eutils libtool
31
32 @@ -12,10 +12,10 @@
33 SLOT="0"
34 KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd"
35 # WARNING:
36 -# if you have the noaudio, novideo, nojoystick, or noflagstrip use flags
37 +# if you have the noaudio, novideo, nojoystick, or custom-cflags use flags
38 # in USE and something breaks, you pick up the pieces. Be prepared for
39 # bug reports to be marked INVALID.
40 -IUSE="oss alsa esd arts nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca noaudio novideo nojoystick noflagstrip"
41 +IUSE="oss alsa esd arts nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca noaudio novideo nojoystick custom-cflags"
42
43 RDEPEND="!noaudio? ( >=media-libs/audiofile-0.1.9 )
44 alsa? ( media-libs/alsa-lib )
45 @@ -59,10 +59,10 @@
46 ewarn "you're doing to selectively turn off parts of libsdl."
47 epause 30
48 fi
49 - if use noflagstrip ; then
50 + if use custom-cflags ; then
51 ewarn "Since you've chosen to use possibly unsafe CFLAGS,"
52 ewarn "don't bother filing libsdl-related bugs until trying to remerge"
53 - ewarn "libsdl without the noflagstrip use flag in USE."
54 + ewarn "libsdl without the custom-cflags use flag in USE."
55 epause 10
56 fi
57 }
58 @@ -106,7 +106,7 @@
59 else
60 myconf="${myconf} $(use_enable x86 nasm)"
61 fi
62 - use noflagstrip || strip-flags
63 + use custom-cflags || strip-flags
64 use noaudio && myconf="${myconf} --disable-audio"
65 use novideo \
66 && myconf="${myconf} --disable-video" \
67
68
69
70 1.4 media-libs/libsdl/libsdl-1.2.12.ebuild
71
72 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.12.ebuild?rev=1.4&view=markup
73 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.12.ebuild?rev=1.4&content-type=text/plain
74 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.12.ebuild?r1=1.3&r2=1.4
75
76 Index: libsdl-1.2.12.ebuild
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.12.ebuild,v
79 retrieving revision 1.3
80 retrieving revision 1.4
81 diff -u -r1.3 -r1.4
82 --- libsdl-1.2.12.ebuild 10 Dec 2007 23:05:03 -0000 1.3
83 +++ libsdl-1.2.12.ebuild 30 Dec 2007 00:25:20 -0000 1.4
84 @@ -1,6 +1,6 @@
85 # Copyright 1999-2007 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.12.ebuild,v 1.3 2007/12/10 23:05:03 vapier Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.12.ebuild,v 1.4 2007/12/30 00:25:20 vapier Exp $
89
90 inherit flag-o-matic toolchain-funcs eutils libtool
91
92 @@ -12,10 +12,10 @@
93 SLOT="0"
94 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
95 # WARNING:
96 -# if you have the noaudio, novideo, nojoystick, or noflagstrip use flags
97 +# if you have the noaudio, novideo, nojoystick, or custom-cflags use flags
98 # in USE and something breaks, you pick up the pieces. Be prepared for
99 # bug reports to be marked INVALID.
100 -IUSE="oss alsa esd arts nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca noaudio novideo nojoystick noflagstrip"
101 +IUSE="oss alsa esd arts nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca noaudio novideo nojoystick custom-cflags"
102
103 RDEPEND="!noaudio? ( >=media-libs/audiofile-0.1.9 )
104 alsa? ( media-libs/alsa-lib )
105 @@ -60,10 +60,10 @@
106 ewarn "you're doing to selectively turn off parts of libsdl."
107 epause 30
108 fi
109 - if use noflagstrip ; then
110 + if use custom-cflags ; then
111 ewarn "Since you've chosen to use possibly unsafe CFLAGS,"
112 ewarn "don't bother filing libsdl-related bugs until trying to remerge"
113 - ewarn "libsdl without the noflagstrip use flag in USE."
114 + ewarn "libsdl without the custom-cflags use flag in USE."
115 epause 10
116 fi
117 }
118 @@ -88,7 +88,7 @@
119 else
120 myconf="${myconf} --enable-nasm"
121 fi
122 - use noflagstrip || strip-flags
123 + use custom-cflags || strip-flags
124 use noaudio && myconf="${myconf} --disable-audio"
125 use novideo \
126 && myconf="${myconf} --disable-video" \
127
128
129
130 1.137 media-libs/libsdl/ChangeLog
131
132 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.137&view=markup
133 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.137&content-type=text/plain
134 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?r1=1.136&r2=1.137
135
136 Index: ChangeLog
137 ===================================================================
138 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v
139 retrieving revision 1.136
140 retrieving revision 1.137
141 diff -u -r1.136 -r1.137
142 --- ChangeLog 21 Oct 2007 00:34:02 -0000 1.136
143 +++ ChangeLog 30 Dec 2007 00:25:20 -0000 1.137
144 @@ -1,6 +1,10 @@
145 # ChangeLog for media-libs/libsdl
146 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
147 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.136 2007/10/21 00:34:02 mr_bones_ Exp $
148 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.137 2007/12/30 00:25:20 vapier Exp $
149 +
150 + 30 Dec 2007; Mike Frysinger <vapier@g.o> libsdl-1.2.11.ebuild,
151 + libsdl-1.2.11-r1.ebuild, libsdl-1.2.11-r2.ebuild, libsdl-1.2.12.ebuild:
152 + Switch USE=noflagstrip to common USE=custom-cflags.
153
154 21 Oct 2007; Michael Sterrett <mr_bones_@g.o>
155 +files/libsdl-1.2.12-c90-comments.patch, libsdl-1.2.12.ebuild:
156
157
158
159 1.12 media-libs/libsdl/libsdl-1.2.11-r2.ebuild
160
161 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.11-r2.ebuild?rev=1.12&view=markup
162 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.11-r2.ebuild?rev=1.12&content-type=text/plain
163 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.11-r2.ebuild?r1=1.11&r2=1.12
164
165 Index: libsdl-1.2.11-r2.ebuild
166 ===================================================================
167 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.11-r2.ebuild,v
168 retrieving revision 1.11
169 retrieving revision 1.12
170 diff -u -r1.11 -r1.12
171 --- libsdl-1.2.11-r2.ebuild 10 Dec 2007 23:05:03 -0000 1.11
172 +++ libsdl-1.2.11-r2.ebuild 30 Dec 2007 00:25:20 -0000 1.12
173 @@ -1,6 +1,6 @@
174 # Copyright 1999-2007 Gentoo Foundation
175 # Distributed under the terms of the GNU General Public License v2
176 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.11-r2.ebuild,v 1.11 2007/12/10 23:05:03 vapier Exp $
177 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.11-r2.ebuild,v 1.12 2007/12/30 00:25:20 vapier Exp $
178
179 inherit flag-o-matic toolchain-funcs eutils libtool
180
181 @@ -12,10 +12,10 @@
182 SLOT="0"
183 KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd"
184 # WARNING:
185 -# if you have the noaudio, novideo, nojoystick, or noflagstrip use flags
186 +# if you have the noaudio, novideo, nojoystick, or custom-cflags use flags
187 # in USE and something breaks, you pick up the pieces. Be prepared for
188 # bug reports to be marked INVALID.
189 -IUSE="oss alsa esd arts nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca noaudio novideo nojoystick noflagstrip"
190 +IUSE="oss alsa esd arts nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca noaudio novideo nojoystick custom-cflags"
191
192 RDEPEND="!noaudio? ( >=media-libs/audiofile-0.1.9 )
193 alsa? ( media-libs/alsa-lib )
194 @@ -60,10 +60,10 @@
195 ewarn "you're doing to selectively turn off parts of libsdl."
196 epause 30
197 fi
198 - if use noflagstrip ; then
199 + if use custom-cflags ; then
200 ewarn "Since you've chosen to use possibly unsafe CFLAGS,"
201 ewarn "don't bother filing libsdl-related bugs until trying to remerge"
202 - ewarn "libsdl without the noflagstrip use flag in USE."
203 + ewarn "libsdl without the custom-cflags use flag in USE."
204 epause 10
205 fi
206 }
207 @@ -110,7 +110,7 @@
208 else
209 myconf="${myconf} --enable-nasm"
210 fi
211 - use noflagstrip || strip-flags
212 + use custom-cflags || strip-flags
213 use noaudio && myconf="${myconf} --disable-audio"
214 use novideo \
215 && myconf="${myconf} --disable-video" \
216
217
218
219 1.7 media-libs/libsdl/libsdl-1.2.11-r1.ebuild
220
221 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.11-r1.ebuild?rev=1.7&view=markup
222 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.11-r1.ebuild?rev=1.7&content-type=text/plain
223 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.11-r1.ebuild?r1=1.6&r2=1.7
224
225 Index: libsdl-1.2.11-r1.ebuild
226 ===================================================================
227 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.11-r1.ebuild,v
228 retrieving revision 1.6
229 retrieving revision 1.7
230 diff -u -r1.6 -r1.7
231 --- libsdl-1.2.11-r1.ebuild 20 Mar 2007 02:50:26 -0000 1.6
232 +++ libsdl-1.2.11-r1.ebuild 30 Dec 2007 00:25:20 -0000 1.7
233 @@ -1,6 +1,6 @@
234 # Copyright 1999-2007 Gentoo Foundation
235 # Distributed under the terms of the GNU General Public License v2
236 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.11-r1.ebuild,v 1.6 2007/03/20 02:50:26 vapier Exp $
237 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.11-r1.ebuild,v 1.7 2007/12/30 00:25:20 vapier Exp $
238
239 inherit flag-o-matic toolchain-funcs eutils libtool
240
241 @@ -12,10 +12,10 @@
242 SLOT="0"
243 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc ~x86 ~x86-fbsd"
244 # WARNING:
245 -# if you have the noaudio, novideo, nojoystick, or noflagstrip use flags
246 +# if you have the noaudio, novideo, nojoystick, or custom-cflags use flags
247 # in USE and something breaks, you pick up the pieces. Be prepared for
248 # bug reports to be marked INVALID.
249 -IUSE="oss alsa esd arts nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca noaudio novideo nojoystick noflagstrip"
250 +IUSE="oss alsa esd arts nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca noaudio novideo nojoystick custom-cflags"
251
252 RDEPEND="!noaudio? ( >=media-libs/audiofile-0.1.9 )
253 alsa? ( media-libs/alsa-lib )
254 @@ -59,10 +59,10 @@
255 ewarn "you're doing to selectively turn off parts of libsdl."
256 epause 30
257 fi
258 - if use noflagstrip ; then
259 + if use custom-cflags ; then
260 ewarn "Since you've chosen to use possibly unsafe CFLAGS,"
261 ewarn "don't bother filing libsdl-related bugs until trying to remerge"
262 - ewarn "libsdl without the noflagstrip use flag in USE."
263 + ewarn "libsdl without the custom-cflags use flag in USE."
264 epause 10
265 fi
266 }
267 @@ -108,7 +108,7 @@
268 else
269 myconf="${myconf} --enable-nasm"
270 fi
271 - use noflagstrip || strip-flags
272 + use custom-cflags || strip-flags
273 use noaudio && myconf="${myconf} --disable-audio"
274 use novideo \
275 && myconf="${myconf} --disable-video" \
276
277
278
279 --
280 gentoo-commits@g.o mailing list