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.452.ebuild
Date: Wed, 30 Jan 2008 15:21:51
Message-Id: E1JKEl1-000184-6Z@stork.gentoo.org
1 je_fro 08/01/30 15:21:47
2
3 Modified: ChangeLog ati-drivers-8.452.ebuild
4 Log:
5 ebuild to die if PCI_LEGACY not present with a 2.6.24 kernel, thanks to Jory Pratt
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.106 x11-drivers/ati-drivers/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?rev=1.106&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?rev=1.106&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?r1=1.105&r2=1.106
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v
18 retrieving revision 1.105
19 retrieving revision 1.106
20 diff -u -r1.105 -r1.106
21 --- ChangeLog 25 Jan 2008 05:36:40 -0000 1.105
22 +++ ChangeLog 30 Jan 2008 15:21:46 -0000 1.106
23 @@ -1,6 +1,10 @@
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.105 2008/01/25 05:36:40 je_fro Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.106 2008/01/30 15:21:46 je_fro Exp $
28 +
29 + 30 Jan 2008; Jeff Gardner <je_fro@g.o> ati-drivers-8.452.ebuild:
30 + ebuild to die if PCI_LEGACY not present with a 2.6.24 kernel, thanks to Jory
31 + Pratt
32
33 25 Jan 2008; Jeff Gardner <je_fro@g.o> metadata.xml:
34 Adding myself as a maintainer in metadata.xml
35
36
37
38 1.2 x11-drivers/ati-drivers/ati-drivers-8.452.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.452.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.452.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.452.ebuild?r1=1.1&r2=1.2
43
44 Index: ati-drivers-8.452.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.452.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- ati-drivers-8.452.ebuild 25 Jan 2008 05:14:59 -0000 1.1
51 +++ ati-drivers-8.452.ebuild 30 Jan 2008 15:21:46 -0000 1.2
52 @@ -1,6 +1,6 @@
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.452.ebuild,v 1.1 2008/01/25 05:14:59 je_fro Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.452.ebuild,v 1.2 2008/01/30 15:21:46 je_fro Exp $
57
58 IUSE="acpi debug"
59
60 @@ -73,9 +73,9 @@
61 die "Need a 2.6 kernel to compile against!"
62 fi
63
64 - if kernel_is ge 2 6 24; then
65 - CONFIG_CHECK="PCI_LEGACY"
66 - ERROR_PCI_LEGACY="${P} requires support for pci_find_slot (CONFIG_PCI_LEGACY)."
67 + if kernel_is ge 2 6 24 && ! linux_chkconfig_present PCI_LEGACY; then
68 + eerror "${P} requires support for pci_find_slot."
69 + die "${P} requires support for pci_find_slot."
70 fi
71
72 if ! linux_chkconfig_present MTRR; then
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list