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.40.4.ebuild
Date: Mon, 04 Feb 2008 18:24:58
Message-Id: E1JM5zz-0004KK-1S@stork.gentoo.org
1 je_fro 08/02/04 18:24:55
2
3 Modified: ChangeLog ati-drivers-8.40.4.ebuild
4 Log:
5 Adding PCI_LEGACY check to take care of bug #208776.
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.107 x11-drivers/ati-drivers/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?rev=1.107&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?rev=1.107&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?r1=1.106&r2=1.107
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v
18 retrieving revision 1.106
19 retrieving revision 1.107
20 diff -u -r1.106 -r1.107
21 --- ChangeLog 30 Jan 2008 15:21:46 -0000 1.106
22 +++ ChangeLog 4 Feb 2008 18:24:54 -0000 1.107
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-drivers/ati-drivers
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.106 2008/01/30 15:21:46 je_fro Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.107 2008/02/04 18:24:54 je_fro Exp $
28 +
29 + 04 Feb 2008; Jeff Gardner <je_fro@g.o> ati-drivers-8.40.4.ebuild:
30 + Adding PCI_LEGACY check to take care of bug #208776.
31
32 30 Jan 2008; Jeff Gardner <je_fro@g.o> ati-drivers-8.452.ebuild:
33 ebuild to die if PCI_LEGACY not present with a 2.6.24 kernel, thanks to Jory
34
35
36
37 1.6 x11-drivers/ati-drivers/ati-drivers-8.40.4.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.40.4.ebuild?rev=1.6&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.40.4.ebuild?rev=1.6&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.40.4.ebuild?r1=1.5&r2=1.6
42
43 Index: ati-drivers-8.40.4.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.40.4.ebuild,v
46 retrieving revision 1.5
47 retrieving revision 1.6
48 diff -u -r1.5 -r1.6
49 --- ati-drivers-8.40.4.ebuild 23 Nov 2007 18:34:04 -0000 1.5
50 +++ ati-drivers-8.40.4.ebuild 4 Feb 2008 18:24:54 -0000 1.6
51 @@ -1,6 +1,6 @@
52 -# Copyright 1999-2007 Gentoo Foundation
53 +# Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.40.4.ebuild,v 1.5 2007/11/23 18:34:04 drac Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.40.4.ebuild,v 1.6 2008/02/04 18:24:54 je_fro Exp $
57
58 IUSE="acpi multilib"
59
60 @@ -65,6 +65,11 @@
61 die "Need a 2.6 kernel to compile against!"
62 fi
63
64 + if kernel_is ge 2 6 24 && ! linux_chkconfig_present PCI_LEGACY; then
65 + eerror "${P} requires support for pci_find_slot."
66 + die "${P} requires support for pci_find_slot."
67 + fi
68 +
69 if ! linux_chkconfig_present MTRR; then
70 ewarn "You don't have MTRR support enabled, the direct rendering will not work."
71 fi
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list