Gentoo Archives: gentoo-commits

From: "Luca Barbato (lu_zero)" <lu_zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/bochs: ChangeLog bochs-2.3.6.ebuild
Date: Mon, 31 Mar 2008 12:54:23
Message-Id: E1JgJWm-0006P0-OE@stork.gentoo.org
1 lu_zero 08/03/31 12:54:20
2
3 Modified: ChangeLog bochs-2.3.6.ebuild
4 Log:
5 Update ebuild, remove wrongly used flags
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.75 app-emulation/bochs/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/bochs/ChangeLog?rev=1.75&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/bochs/ChangeLog?rev=1.75&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/bochs/ChangeLog?r1=1.74&r2=1.75
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v
18 retrieving revision 1.74
19 retrieving revision 1.75
20 diff -u -r1.74 -r1.75
21 --- ChangeLog 6 Feb 2008 23:12:29 -0000 1.74
22 +++ ChangeLog 31 Mar 2008 12:54:20 -0000 1.75
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-emulation/bochs
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.74 2008/02/06 23:12:29 lu_zero Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.75 2008/03/31 12:54:20 lu_zero Exp $
28 +
29 + 31 Mar 2008; Luca Barbato <lu_zero@g.o> bochs-2.3.6.ebuild:
30 + Update ebuild, remove wrongly used flags
31
32 *bochs-2.3.6 (06 Feb 2008)
33
34
35
36
37 1.2 app-emulation/bochs/bochs-2.3.6.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/bochs/bochs-2.3.6.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/bochs/bochs-2.3.6.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/bochs/bochs-2.3.6.ebuild?r1=1.1&r2=1.2
42
43 Index: bochs-2.3.6.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.3.6.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- bochs-2.3.6.ebuild 6 Feb 2008 23:12:29 -0000 1.1
50 +++ bochs-2.3.6.ebuild 31 Mar 2008 12:54:20 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.3.6.ebuild,v 1.1 2008/02/06 23:12:29 lu_zero Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.3.6.ebuild,v 1.2 2008/03/31 12:54:20 lu_zero Exp $
56
57 inherit eutils wxwidgets autotools
58
59 @@ -12,7 +12,7 @@
60 LICENSE="LGPL-2.1"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
63 -IUSE="X debugger readline mmx sse usb 3dnow wxwindows svga sdl ncurses vnc acpi"
64 +IUSE="X debugger readline usb wxwindows svga sdl ncurses vnc acpi"
65
66 RDEPEND="virtual/libc
67 X? ( x11-libs/libICE
68 @@ -52,11 +52,11 @@
69 use wxwindows && \
70 need-wxwidgets gtk2
71
72 - [[ "$ARCH" == "x86" ]] \
73 - && myconf="--enable-idle-hack --enable-fast-function-calls"
74 + use x86 && \
75 + myconf="--enable-idle-hack --enable-fast-function-calls"
76
77 - [[ "$ARCH" == "amd64" ]] \
78 - && myconf="--enable-x86-64"
79 + use amd64 && \
80 + myconf="--enable-x86-64"
81
82 use wxwindows && \
83 myconf="${myconf} --with-wx"
84 @@ -78,8 +78,8 @@
85 fi
86
87 # --enable-all-optimizations causes bus error on sparc :(
88 - [[ "$ARCH" != "sparc" ]] \
89 - && myconf="${myconf} --enable-all-optimizations"
90 + use sparc || \
91 + myconf="${myconf} --enable-all-optimizations"
92
93 econf \
94 --prefix=/usr \
95 @@ -88,9 +88,11 @@
96 --enable-plugins \
97 --enable-cdrom \
98 --enable-pci \
99 + --enable-mmx \
100 + --enable-sse=2 \
101 + --enable-3dnow \
102 + --enable-cpu-level=6 \
103 $(use_enable usb) \
104 - $(use_enable sse) \
105 - $(use_enable 3dnow) \
106 $(use_enable readline) \
107 $(use_enable debugger) \
108 $(use_with X) \
109
110
111
112 --
113 gentoo-commits@l.g.o mailing list