Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libsdl2: libsdl2-2.0.3-r200.ebuild ChangeLog
Date: Thu, 29 Jan 2015 17:42:18
Message-Id: 20150129174215.03250109A8@oystercatcher.gentoo.org
1 mgorny 15/01/29 17:42:15
2
3 Modified: libsdl2-2.0.3-r200.ebuild ChangeLog
4 Log:
5 Convert to CPU_FLAGS_X86.
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.6 media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild?r1=1.5&r2=1.6
15
16 Index: libsdl2-2.0.3-r200.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- libsdl2-2.0.3-r200.ebuild 26 Dec 2014 17:51:17 -0000 1.5
23 +++ libsdl2-2.0.3-r200.ebuild 29 Jan 2015 17:42:14 -0000 1.6
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild,v 1.5 2014/12/26 17:51:17 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild,v 1.6 2015/01/29 17:42:14 mgorny Exp $
30
31 # TODO: convert FusionSound #484250
32
33 @@ -16,7 +16,7 @@
34 SLOT="0"
35 KEYWORDS="~alpha amd64 ~arm x86"
36
37 -IUSE="3dnow alsa altivec custom-cflags dbus fusionsound gles haptic +joystick mmx nas opengl oss pulseaudio +sound sse sse2 static-libs +threads tslib udev +video wayland X xinerama xscreensaver"
38 +IUSE="cpu_flags_x86_3dnow alsa altivec custom-cflags dbus fusionsound gles haptic +joystick cpu_flags_x86_mmx nas opengl oss pulseaudio +sound cpu_flags_x86_sse cpu_flags_x86_sse2 static-libs +threads tslib udev +video wayland X xinerama xscreensaver"
39 REQUIRED_USE="
40 alsa? ( sound )
41 fusionsound? ( sound )
42 @@ -92,11 +92,11 @@
43 --enable-cpuinfo \
44 --enable-atomic \
45 --enable-assembly \
46 - $(use_enable sse ssemath) \
47 - $(use_enable mmx) \
48 - $(use_enable 3dnow) \
49 - $(use_enable sse) \
50 - $(use_enable sse2) \
51 + $(use_enable cpu_flags_x86_sse ssemath) \
52 + $(use_enable cpu_flags_x86_mmx mmx) \
53 + $(use_enable cpu_flags_x86_3dnow 3dnow) \
54 + $(use_enable cpu_flags_x86_sse sse) \
55 + $(use_enable cpu_flags_x86_sse2 sse2) \
56 $(use_enable altivec) \
57 $(use_enable oss) \
58 $(use_enable alsa) \
59
60
61
62 1.31 media-libs/libsdl2/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/ChangeLog?rev=1.31&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/ChangeLog?rev=1.31&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/ChangeLog?r1=1.30&r2=1.31
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl2/ChangeLog,v
71 retrieving revision 1.30
72 retrieving revision 1.31
73 diff -u -r1.30 -r1.31
74 --- ChangeLog 22 Jan 2015 08:22:33 -0000 1.30
75 +++ ChangeLog 29 Jan 2015 17:42:14 -0000 1.31
76 @@ -1,6 +1,9 @@
77 # ChangeLog for media-libs/libsdl2
78 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/ChangeLog,v 1.30 2015/01/22 08:22:33 mr_bones_ Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/ChangeLog,v 1.31 2015/01/29 17:42:14 mgorny Exp $
81 +
82 + 29 Jan 2015; Michał Górny <mgorny@g.o> libsdl2-2.0.3-r200.ebuild:
83 + Convert to CPU_FLAGS_X86.
84
85 22 Jan 2015; Michael Sterrett <mr_bones_@g.o>
86 -libsdl2-2.0.3-r100.ebuild: