Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/megaglest: megaglest-3.9.1-r1.ebuild ChangeLog
Date: Wed, 28 Jan 2015 21:59:41
Message-Id: 20150128215938.B54BE1081A@oystercatcher.gentoo.org
1 mgorny 15/01/28 21:59:38
2
3 Modified: megaglest-3.9.1-r1.ebuild ChangeLog
4 Log:
5 Switch 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.4 games-strategy/megaglest/megaglest-3.9.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest/megaglest-3.9.1-r1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest/megaglest-3.9.1-r1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest/megaglest-3.9.1-r1.ebuild?r1=1.3&r2=1.4
15
16 Index: megaglest-3.9.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.9.1-r1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- megaglest-3.9.1-r1.ebuild 5 Dec 2014 10:16:02 -0000 1.3
23 +++ megaglest-3.9.1-r1.ebuild 28 Jan 2015 21:59:38 -0000 1.4
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/games-strategy/megaglest/megaglest-3.9.1-r1.ebuild,v 1.3 2014/12/05 10:16:02 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.9.1-r1.ebuild,v 1.4 2015/01/28 21:59:38 mgorny Exp $
30
31 # google-breakpad
32 # TODO: fribidi, libvorbis static
33 @@ -16,7 +16,7 @@
34 LICENSE="GPL-3 BitstreamVera"
35 SLOT="0"
36 KEYWORDS="amd64 x86"
37 -IUSE="debug +editor fribidi sse sse2 sse3 static +streflop +tools +unicode wxuniversal +model-viewer videos"
38 +IUSE="debug +editor fribidi cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 static +streflop +tools +unicode wxuniversal +model-viewer videos"
39
40 RDEPEND="
41 >=dev-lang/lua-5.1
42 @@ -75,11 +75,11 @@
43 }
44
45 src_configure() {
46 - if use sse3; then
47 + if use cpu_flags_x86_sse3; then
48 SSE=3
49 - elif use sse2; then
50 + elif use cpu_flags_x86_sse2; then
51 SSE=2
52 - elif use sse; then
53 + elif use cpu_flags_x86_sse; then
54 SSE=1
55 else
56 SSE=0
57
58
59
60 1.26 games-strategy/megaglest/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest/ChangeLog?rev=1.26&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest/ChangeLog?rev=1.26&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest/ChangeLog?r1=1.25&r2=1.26
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/games-strategy/megaglest/ChangeLog,v
69 retrieving revision 1.25
70 retrieving revision 1.26
71 diff -u -r1.25 -r1.26
72 --- ChangeLog 7 Dec 2014 06:09:45 -0000 1.25
73 +++ ChangeLog 28 Jan 2015 21:59:38 -0000 1.26
74 @@ -1,6 +1,9 @@
75 # ChangeLog for games-strategy/megaglest
76 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/ChangeLog,v 1.25 2014/12/07 06:09:45 mr_bones_ Exp $
78 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
79 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/ChangeLog,v 1.26 2015/01/28 21:59:38 mgorny Exp $
80 +
81 + 28 Jan 2015; Michał Górny <mgorny@g.o> megaglest-3.9.1-r1.ebuild:
82 + Switch to CPU_FLAGS_X86.
83
84 07 Dec 2014; Michael Sterrett <mr_bones_@g.o>
85 -files/megaglest-3.6.0.3-as-needed.patch,