Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-board/crafty: crafty-20.13.ebuild crafty-22.0.ebuild ChangeLog crafty-21.6-r1.ebuild
Date: Fri, 11 Apr 2008 15:41:16
Message-Id: E1JkLNI-0001qQ-6M@stork.gentoo.org
1 wolf31o2 08/04/11 15:41:12
2
3 Modified: crafty-20.13.ebuild crafty-22.0.ebuild ChangeLog
4 Removed: crafty-21.6-r1.ebuild
5 Log:
6 Removed icc USE flag use for bug #216511.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.4 games-board/crafty/crafty-20.13.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/crafty/crafty-20.13.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/crafty/crafty-20.13.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/crafty/crafty-20.13.ebuild?r1=1.3&r2=1.4
15
16 Index: crafty-20.13.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-20.13.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- crafty-20.13.ebuild 12 Mar 2007 13:44:57 -0000 1.3
23 +++ crafty-20.13.ebuild 11 Apr 2008 15:41:11 -0000 1.4
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-20.13.ebuild,v 1.3 2007/03/12 13:44:57 genone Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-20.13.ebuild,v 1.4 2008/04/11 15:41:11 wolf31o2 Exp $
30
31 -inherit flag-o-matic games
32 +inherit flag-o-matic toolchain-funcs games
33
34 DESCRIPTION="Bob Hyatt's strong chess engine"
35 HOMEPAGE="ftp://ftp.cis.uab.edu/pub/hyatt/"
36 @@ -11,12 +11,11 @@
37 LICENSE="crafty"
38 SLOT="0"
39 KEYWORDS="~amd64 ppc x86"
40 -IUSE="icc no-opts"
41 +IUSE="no-opts"
42
43 RDEPEND=""
44 DEPEND="${RDEPEND}
45 - app-arch/unzip
46 - icc? ( >=dev-lang/icc-5.0 )"
47 + app-arch/unzip"
48
49 src_unpack() {
50 unpack ${A}
51 @@ -33,7 +32,7 @@
52 local makeopts="target=LINUX"
53
54 if ! use no-opts ; then
55 - if use icc ; then
56 + if [[ $(tc-getCC) = icc ]] ; then
57 makeopts="${makeopts} CC=icc CXX=gcc asm=X86.o"
58 append-flags -D_REENTRANT -tpp6 \
59 -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS \
60
61
62
63 1.2 games-board/crafty/crafty-22.0.ebuild
64
65 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/crafty/crafty-22.0.ebuild?rev=1.2&view=markup
66 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/crafty/crafty-22.0.ebuild?rev=1.2&content-type=text/plain
67 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/crafty/crafty-22.0.ebuild?r1=1.1&r2=1.2
68
69 Index: crafty-22.0.ebuild
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-22.0.ebuild,v
72 retrieving revision 1.1
73 retrieving revision 1.2
74 diff -u -r1.1 -r1.2
75 --- crafty-22.0.ebuild 29 Feb 2008 23:41:34 -0000 1.1
76 +++ crafty-22.0.ebuild 11 Apr 2008 15:41:11 -0000 1.2
77 @@ -1,6 +1,6 @@
78 # Copyright 1999-2008 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80 -# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-22.0.ebuild,v 1.1 2008/02/29 23:41:34 tupone Exp $
81 +# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-22.0.ebuild,v 1.2 2008/04/11 15:41:11 wolf31o2 Exp $
82
83 inherit flag-o-matic games
84
85 @@ -12,13 +12,12 @@
86 LICENSE="crafty"
87 SLOT="0"
88 KEYWORDS="~amd64 ~ppc ~x86"
89 -IUSE="icc no-opts"
90 +IUSE="no-opts"
91 RESTRICT="test"
92
93 RDEPEND=""
94 DEPEND="${RDEPEND}
95 - app-arch/unzip
96 - icc? ( >=dev-lang/icc-5.0 )"
97 + app-arch/unzip"
98
99 src_unpack() {
100 unpack ${A}
101 @@ -37,7 +36,7 @@
102 local makeopts="target=LINUX"
103
104 if ! use no-opts ; then
105 - if use icc ; then
106 + if [[ $(tc-getCC) = icc ]] ; then
107 makeopts="${makeopts} CC=icc CXX=gcc asm=X86.o"
108 append-flags -D_REENTRANT -tpp6 \
109 -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS \
110
111
112
113 1.26 games-board/crafty/ChangeLog
114
115 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/crafty/ChangeLog?rev=1.26&view=markup
116 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/crafty/ChangeLog?rev=1.26&content-type=text/plain
117 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/crafty/ChangeLog?r1=1.25&r2=1.26
118
119 Index: ChangeLog
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/games-board/crafty/ChangeLog,v
122 retrieving revision 1.25
123 retrieving revision 1.26
124 diff -u -r1.25 -r1.26
125 --- ChangeLog 29 Feb 2008 23:41:34 -0000 1.25
126 +++ ChangeLog 11 Apr 2008 15:41:11 -0000 1.26
127 @@ -1,6 +1,10 @@
128 # ChangeLog for games-board/crafty
129 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
130 -# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/ChangeLog,v 1.25 2008/02/29 23:41:34 tupone Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/ChangeLog,v 1.26 2008/04/11 15:41:11 wolf31o2 Exp $
132 +
133 + 11 Apr 2008; Chris Gianelloni <wolf31o2@g.o> crafty-20.13.ebuild,
134 + -crafty-21.6-r1.ebuild, crafty-22.0.ebuild:
135 + Removed icc USE flag use for bug #216511.
136
137 *crafty-22.0 (29 Feb 2008)
138
139
140
141
142 --
143 gentoo-commits@l.g.o mailing list