Gentoo Archives: gentoo-commits

From: "Jeffrey Gardner (je_fro)" <je_fro@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/ati-drivers: ati-drivers-8.471.3.ebuild ChangeLog
Date: Sun, 20 Apr 2008 16:53:23
Message-Id: E1Jncn2-0006ji-2p@stork.gentoo.org
1 je_fro 08/04/20 16:53:20
2
3 Modified: ati-drivers-8.471.3.ebuild ChangeLog
4 Log:
5 Die on 2.6.25 kernels until fixed - see bug #218422.
6 (Portage version: 2.1.5_rc5)
7
8 Revision Changes Path
9 1.4 x11-drivers/ati-drivers/ati-drivers-8.471.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.471.3.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.471.3.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.471.3.ebuild?r1=1.3&r2=1.4
14
15 Index: ati-drivers-8.471.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.471.3.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- ati-drivers-8.471.3.ebuild 18 Apr 2008 12:54:51 -0000 1.3
22 +++ ati-drivers-8.471.3.ebuild 20 Apr 2008 16:53:19 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.471.3.ebuild,v 1.3 2008/04/18 12:54:51 lu_zero Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.471.3.ebuild,v 1.4 2008/04/20 16:53:19 je_fro Exp $
28
29 IUSE="acpi debug"
30
31 @@ -68,6 +68,11 @@
32 linux-mod_pkg_setup
33 BUILD_PARAMS="GCC_VER_MAJ=$(gcc-major-version) KVER=${KV_FULL} KDIR=${KV_DIR}"
34
35 +# Add this next section until ATI fixes the issue. (gentoo bug #218422)
36 + if ( kernel_is 2 6 25 ); then
37 + die "This is currently broken on 2.6.25 kernels, see gentoo bug #218422."
38 + fi
39 +
40 if ! kernel_is 2 6; then
41 eerror "Need a 2.6 kernel to compile against!"
42 die "Need a 2.6 kernel to compile against!"
43
44
45
46 1.117 x11-drivers/ati-drivers/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?rev=1.117&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?rev=1.117&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?r1=1.116&r2=1.117
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v
55 retrieving revision 1.116
56 retrieving revision 1.117
57 diff -u -r1.116 -r1.117
58 --- ChangeLog 18 Apr 2008 12:54:51 -0000 1.116
59 +++ ChangeLog 20 Apr 2008 16:53:19 -0000 1.117
60 @@ -1,6 +1,9 @@
61 # ChangeLog for x11-drivers/ati-drivers
62 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.116 2008/04/18 12:54:51 lu_zero Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.117 2008/04/20 16:53:19 je_fro Exp $
65 +
66 + 20 Apr 2008; Jeff Gardner <je_fro@g.o> ati-drivers-8.471.3.ebuild:
67 + Die on 2.6.25 kernels until fixed - see bug #218422.
68
69 13 Apr 2008; Luca Barbato <lu_zero@g.o> ati-drivers-8.471.3.ebuild:
70 Remove old dep
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list