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.542.ebuild ChangeLog
Date: Sun, 19 Oct 2008 08:08:34
Message-Id: E1KrTKl-0000T2-V6@stork.gentoo.org
1 je_fro 08/10/19 08:08:19
2
3 Modified: ati-drivers-8.542.ebuild ChangeLog
4 Log:
5 Check for UNUSED_SYMBOLS
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
7
8 Revision Changes Path
9 1.4 x11-drivers/ati-drivers/ati-drivers-8.542.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.542.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.542.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.542.ebuild?r1=1.3&r2=1.4
14
15 Index: ati-drivers-8.542.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.542.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- ati-drivers-8.542.ebuild 17 Oct 2008 15:24:47 -0000 1.3
22 +++ ati-drivers-8.542.ebuild 19 Oct 2008 08:08: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.542.ebuild,v 1.3 2008/10/17 15:24:47 je_fro Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.542.ebuild,v 1.4 2008/10/19 08:08:19 je_fro Exp $
28
29 IUSE="acpi debug"
30
31 @@ -78,7 +78,7 @@
32 die "${P} is not compatible with RCU Preemption (bug #223281), please disable it"
33 fi
34
35 - if ! linux_chkconfig_present UNUSED_SYMBOLS; then
36 + if kernel_is ge 2 6 26 && ! linux_chkconfig_present UNUSED_SYMBOLS; then
37 ewarn "You have to Enable unused/obsolete exported symbols in Kernel hacking section of kernel config for fglrx to load"
38 fi
39
40
41
42
43 1.130 x11-drivers/ati-drivers/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?rev=1.130&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?rev=1.130&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?r1=1.129&r2=1.130
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v
52 retrieving revision 1.129
53 retrieving revision 1.130
54 diff -u -r1.129 -r1.130
55 --- ChangeLog 17 Oct 2008 15:24:47 -0000 1.129
56 +++ ChangeLog 19 Oct 2008 08:08:19 -0000 1.130
57 @@ -1,6 +1,9 @@
58 # ChangeLog for x11-drivers/ati-drivers
59 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.129 2008/10/17 15:24:47 je_fro Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.130 2008/10/19 08:08:19 je_fro Exp $
62 +
63 + 19 Oct 2008; Jeff Gardner <je_fro@g.o> ChangeLog:
64 + Fix to check for UNUSED_SYMBOLS.
65
66 17 Oct 2008; Jeff Gardner <je_fro@g.o>
67 +files/8.542/ati-drivers-2.6.27.patch, ati-drivers-8.542.ebuild: