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: ChangeLog ati-drivers-8.573-r1.ebuild ati-drivers-8.582.ebuild
Date: Thu, 23 Apr 2009 04:54:56
Message-Id: E1Lwqxa-0005q6-7e@stork.gentoo.org
1 je_fro 09/04/23 04:54:54
2
3 Modified: ChangeLog ati-drivers-8.573-r1.ebuild
4 ati-drivers-8.582.ebuild
5 Log:
6 Die on linux-2.6.29 kernels
7 (Portage version: 2.1.6.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.154 x11-drivers/ati-drivers/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?rev=1.154&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?rev=1.154&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?r1=1.153&r2=1.154
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v
19 retrieving revision 1.153
20 retrieving revision 1.154
21 diff -u -r1.153 -r1.154
22 --- ChangeLog 23 Apr 2009 03:13:26 -0000 1.153
23 +++ ChangeLog 23 Apr 2009 04:54:54 -0000 1.154
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-drivers/ati-drivers
26 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.153 2009/04/23 03:13:26 je_fro Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.154 2009/04/23 04:54:54 je_fro Exp $
29 +
30 + 23 Apr 2009; Jeff Gardner <je_fro@g.o> ati-drivers-8.573-r1,
31 + ati-drivers-8.582:
32 + Die with linux-2.6.29.
33
34 *ati-drivers-8.593 (23 Apr 2009)
35
36
37
38
39 1.4 x11-drivers/ati-drivers/ati-drivers-8.573-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.573-r1.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.573-r1.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.573-r1.ebuild?r1=1.3&r2=1.4
44
45 Index: ati-drivers-8.573-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.573-r1.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- ati-drivers-8.573-r1.ebuild 14 Mar 2009 23:28:20 -0000 1.3
52 +++ ati-drivers-8.573-r1.ebuild 23 Apr 2009 04:54:54 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.573-r1.ebuild,v 1.3 2009/03/14 23:28:20 mr_bones_ Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.573-r1.ebuild,v 1.4 2009/04/23 04:54:54 je_fro Exp $
58
59 IUSE="acpi debug"
60
61 @@ -50,6 +50,10 @@
62 linux-mod_pkg_setup
63 BUILD_PARAMS="GCC_VER_MAJ=$(gcc-major-version) KVER=${KV_FULL} KDIR=${KV_DIR}"
64
65 + if kernel_is ge 2 6 29; then
66 + die "${P} is not yet compatible with 2.6.29 kernels. See bug #264021."
67 + fi
68 +
69 if ! kernel_is 2 6; then
70 eerror "Need a 2.6 kernel to compile against!"
71 die "Need a 2.6 kernel to compile against!"
72
73
74
75 1.4 x11-drivers/ati-drivers/ati-drivers-8.582.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.582.ebuild?rev=1.4&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.582.ebuild?rev=1.4&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.582.ebuild?r1=1.3&r2=1.4
80
81 Index: ati-drivers-8.582.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.582.ebuild,v
84 retrieving revision 1.3
85 retrieving revision 1.4
86 diff -u -r1.3 -r1.4
87 --- ati-drivers-8.582.ebuild 14 Mar 2009 23:28:20 -0000 1.3
88 +++ ati-drivers-8.582.ebuild 23 Apr 2009 04:54:54 -0000 1.4
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2009 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.582.ebuild,v 1.3 2009/03/14 23:28:20 mr_bones_ Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.582.ebuild,v 1.4 2009/04/23 04:54:54 je_fro Exp $
94
95 IUSE="acpi debug"
96
97 @@ -50,6 +50,10 @@
98 linux-mod_pkg_setup
99 BUILD_PARAMS="GCC_VER_MAJ=$(gcc-major-version) KVER=${KV_FULL} KDIR=${KV_DIR}"
100
101 + if kernel_is ge 2 6 29; then
102 + die "${P} is not yet compatible with 2.6.29 kernels. See bug #264021."
103 + fi
104 +
105 if ! kernel_is 2 6; then
106 eerror "Need a 2.6 kernel to compile against!"
107 die "Need a 2.6 kernel to compile against!"