Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-fps/imaze: imaze-1.4.ebuild ChangeLog
Date: Tue, 02 Dec 2008 20:12:00
Message-Id: E1L7bbB-0000fD-Mu@stork.gentoo.org
1 ssuominen 08/12/02 20:11:57
2
3 Modified: imaze-1.4.ebuild ChangeLog
4 Log:
5 Remove deprecated XFree86 -time library support, xview, from imaze ebuild wrt #88334.
6 (Portage version: 2.1.6_rc2/cvs/Linux 2.6.27.7 i686)
7
8 Revision Changes Path
9 1.15 games-fps/imaze/imaze-1.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/imaze/imaze-1.4.ebuild?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/imaze/imaze-1.4.ebuild?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/imaze/imaze-1.4.ebuild?r1=1.14&r2=1.15
14
15 Index: imaze-1.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-fps/imaze/imaze-1.4.ebuild,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- imaze-1.4.ebuild 27 Feb 2007 01:28:55 -0000 1.14
22 +++ imaze-1.4.ebuild 2 Dec 2008 20:11:57 -0000 1.15
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-fps/imaze/imaze-1.4.ebuild,v 1.14 2007/02/27 01:28:55 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-fps/imaze/imaze-1.4.ebuild,v 1.15 2008/12/02 20:11:57 ssuominen Exp $
29
30 inherit games
31
32 @@ -11,14 +11,13 @@
33 LICENSE="BSD"
34 SLOT="0"
35 KEYWORDS="~ppc x86"
36 -IUSE="Xaw3d joystick"
37 +IUSE="joystick"
38
39 RDEPEND="x11-libs/libXmu
40 x11-libs/libX11
41 x11-libs/libXaw
42 x11-libs/libXt
43 - Xaw3d? ( x11-libs/Xaw3d )
44 - !Xaw3d? ( x11-libs/xview )"
45 + x11-libs/Xaw3d"
46 DEPEND="${RDEPEND}
47 x11-proto/xproto"
48
49 @@ -34,11 +33,7 @@
50 }
51
52 src_compile() {
53 - local myconf="audio"
54 -
55 - use Xaw3d \
56 - && myconf="${myconf} athena" \
57 - || myconf="${myconf} xview"
58 + local myconf="audio athena"
59
60 use joystick \
61 && myconf="${myconf} joystick" \
62
63
64
65 1.15 games-fps/imaze/ChangeLog
66
67 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/imaze/ChangeLog?rev=1.15&view=markup
68 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/imaze/ChangeLog?rev=1.15&content-type=text/plain
69 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/imaze/ChangeLog?r1=1.14&r2=1.15
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/games-fps/imaze/ChangeLog,v
74 retrieving revision 1.14
75 retrieving revision 1.15
76 diff -u -r1.14 -r1.15
77 --- ChangeLog 27 Feb 2007 01:28:55 -0000 1.14
78 +++ ChangeLog 2 Dec 2008 20:11:57 -0000 1.15
79 @@ -1,6 +1,10 @@
80 # ChangeLog for games-fps/imaze
81 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/games-fps/imaze/ChangeLog,v 1.14 2007/02/27 01:28:55 mr_bones_ Exp $
83 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
84 +# $Header: /var/cvsroot/gentoo-x86/games-fps/imaze/ChangeLog,v 1.15 2008/12/02 20:11:57 ssuominen Exp $
85 +
86 + 02 Dec 2008; <ssuominen@g.o> imaze-1.4.ebuild:
87 + Remove deprecated XFree86 -time library support, xview, from imaze ebuild
88 + wrt #88334.
89
90 27 Feb 2007; Michael Sterrett <mr_bones_@g.o> imaze-1.4.ebuild:
91 downgrade ppc to ~ppc because of missing stable x11-libs/xview