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-simulation/openttd: openttd-1.4.4.ebuild ChangeLog
Date: Wed, 28 Jan 2015 21:59:17
Message-Id: 20150128215913.614A91081A@oystercatcher.gentoo.org
1 mgorny 15/01/28 21:59:13
2
3 Modified: openttd-1.4.4.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.2 games-simulation/openttd/openttd-1.4.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild?r1=1.1&r2=1.2
15
16 Index: openttd-1.4.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- openttd-1.4.4.ebuild 10 Jan 2015 05:38:19 -0000 1.1
23 +++ openttd-1.4.4.ebuild 28 Jan 2015 21:59:13 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild,v 1.1 2015/01/10 05:38:19 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild,v 1.2 2015/01/28 21:59:13 mgorny Exp $
29
30 EAPI=5
31 inherit eutils gnome2-utils games
32 @@ -12,7 +12,7 @@
33 LICENSE="GPL-2"
34 SLOT="0"
35 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
36 -IUSE="aplaymidi debug dedicated iconv icu lzo +openmedia +png sse +timidity +truetype zlib"
37 +IUSE="aplaymidi debug dedicated iconv icu lzo +openmedia +png cpu_flags_x86_sse +timidity +truetype zlib"
38 RESTRICT="test" # needs a graphics set in order to test
39
40 DEPEND="!dedicated? (
41 @@ -94,7 +94,7 @@
42 ${myopts} \
43 $(use_with iconv) \
44 $(use_with png) \
45 - $(use_with sse) \
46 + $(use_with cpu_flags_x86_sse sse) \
47 $(use_with lzo liblzo2) \
48 || die
49 }
50
51
52
53 1.151 games-simulation/openttd/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/ChangeLog?rev=1.151&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/ChangeLog?rev=1.151&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/ChangeLog?r1=1.150&r2=1.151
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v
62 retrieving revision 1.150
63 retrieving revision 1.151
64 diff -u -r1.150 -r1.151
65 --- ChangeLog 26 Jan 2015 18:10:13 -0000 1.150
66 +++ ChangeLog 28 Jan 2015 21:59:13 -0000 1.151
67 @@ -1,6 +1,9 @@
68 # ChangeLog for games-simulation/openttd
69 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.150 2015/01/26 18:10:13 mr_bones_ Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.151 2015/01/28 21:59:13 mgorny Exp $
72 +
73 + 28 Jan 2015; Michał Górny <mgorny@g.o> openttd-1.4.4.ebuild:
74 + Switch to CPU_FLAGS_X86.
75
76 26 Jan 2015; Michael Sterrett <mr_bones_@g.o>
77 -files/openttd-1.4.2-cflags.patch, -openttd-1.4.2.ebuild: