Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/glaxium: glaxium-0.5.ebuild ChangeLog
Date: Fri, 21 Sep 2007 13:56:35
Message-Id: E1IYirs-0003CY-1I@stork.gentoo.org
1 nyhm 07/09/21 13:48:28
2
3 Modified: glaxium-0.5.ebuild ChangeLog
4 Log:
5 Remove check for x11-drivers/nvidia-legacy-drivers, bug #193304
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.17 games-action/glaxium/glaxium-0.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/glaxium/glaxium-0.5.ebuild?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/glaxium/glaxium-0.5.ebuild?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/glaxium/glaxium-0.5.ebuild?r1=1.16&r2=1.17
14
15 Index: glaxium-0.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-action/glaxium/glaxium-0.5.ebuild,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- glaxium-0.5.ebuild 3 Feb 2007 08:37:22 -0000 1.16
22 +++ glaxium-0.5.ebuild 21 Sep 2007 13:48:27 -0000 1.17
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-action/glaxium/glaxium-0.5.ebuild,v 1.16 2007/02/03 08:37:22 nyhm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-action/glaxium/glaxium-0.5.ebuild,v 1.17 2007/09/21 13:48:27 nyhm Exp $
28
29 inherit autotools eutils games
30
31 @@ -25,9 +25,7 @@
32 src_unpack() {
33 unpack ${A}
34 cd "${S}"
35 - if has_version x11-drivers/nvidia-legacy-drivers || \
36 - has_version x11-drivers/nvidia-drivers
37 - then
38 + if has_version x11-drivers/nvidia-drivers ; then
39 epatch "${FILESDIR}"/${P}-glx.patch
40 fi
41 epatch \
42
43
44
45 1.15 games-action/glaxium/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/glaxium/ChangeLog?rev=1.15&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/glaxium/ChangeLog?rev=1.15&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/glaxium/ChangeLog?r1=1.14&r2=1.15
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/games-action/glaxium/ChangeLog,v
54 retrieving revision 1.14
55 retrieving revision 1.15
56 diff -u -r1.14 -r1.15
57 --- ChangeLog 3 Feb 2007 08:37:22 -0000 1.14
58 +++ ChangeLog 21 Sep 2007 13:48:27 -0000 1.15
59 @@ -1,6 +1,9 @@
60 # ChangeLog for games-action/glaxium
61 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/games-action/glaxium/ChangeLog,v 1.14 2007/02/03 08:37:22 nyhm Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/games-action/glaxium/ChangeLog,v 1.15 2007/09/21 13:48:27 nyhm Exp $
64 +
65 + 21 Sep 2007; Tristan Heaven <nyhm@g.o> glaxium-0.5.ebuild:
66 + Remove check for x11-drivers/nvidia-legacy-drivers, bug #193304
67
68 03 Feb 2007; Tristan Heaven <nyhm@g.o>
69 +files/glaxium-0.5-build.patch, glaxium-0.5.ebuild:
70
71
72
73 --
74 gentoo-commits@g.o mailing list