Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/ati-drivers: ChangeLog ati-drivers-9.7.ebuild
Date: Sat, 01 Aug 2009 17:56:20
Message-Id: E1MXIoc-0003iK-At@stork.gentoo.org
1 scarabeus 09/08/01 17:56:18
2
3 Modified: ChangeLog ati-drivers-9.7.ebuild
4 Log:
5 Remove kernel check for paravirt. No longer needed. Per bug #279701.
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.172 x11-drivers/ati-drivers/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?rev=1.172&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?rev=1.172&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?r1=1.171&r2=1.172
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v
18 retrieving revision 1.171
19 retrieving revision 1.172
20 diff -u -r1.171 -r1.172
21 --- ChangeLog 28 Jul 2009 14:42:11 -0000 1.171
22 +++ ChangeLog 1 Aug 2009 17:56:18 -0000 1.172
23 @@ -1,6 +1,10 @@
24 # ChangeLog for x11-drivers/ati-drivers
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.171 2009/07/28 14:42:11 scarabeus Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.172 2009/08/01 17:56:18 scarabeus Exp $
28 +
29 + 01 Aug 2009; Tomáš Chvátal <scarabeus@g.o>
30 + ati-drivers-9.7.ebuild:
31 + Remove kernel check for paravirt. No longer needed. Per bug #279701.
32
33 28 Jul 2009; Tomáš Chvátal <scarabeus@g.o>
34 -ati-drivers-8.27.10-r1.ebuild, -ati-drivers-8.32.5.ebuild,
35
36
37
38 1.2 x11-drivers/ati-drivers/ati-drivers-9.7.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-9.7.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-9.7.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-9.7.ebuild?r1=1.1&r2=1.2
43
44 Index: ati-drivers-9.7.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-9.7.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- ati-drivers-9.7.ebuild 26 Jul 2009 10:39:57 -0000 1.1
51 +++ ati-drivers-9.7.ebuild 1 Aug 2009 17:56:18 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 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-9.7.ebuild,v 1.1 2009/07/26 10:39:57 scarabeus Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-9.7.ebuild,v 1.2 2009/08/01 17:56:18 scarabeus Exp $
57
58 EAPI="2"
59
60 @@ -81,18 +81,6 @@
61 ewarn "Direct rendering will not work."
62 fi
63
64 - if linux_chkconfig_present PARAVIRT; then
65 - eerror "Currently, ati-drivers don't compile with paravirtualization"
66 - eerror "active in the kernel due to GPL symbol export restrictions."
67 - eerror "Please disable it:"
68 - eerror " CONFIG_PARAVIRT=n"
69 - eerror "in /usr/src/linux/.config or"
70 - eerror " Processor type and features -->"
71 - eerror " [ ] Paravirtualization support (EXPERIMENTAL)"
72 - eerror "in the 'menuconfig'"
73 - die "CONFIG_PARAVIRT enabled"
74 - fi
75 -
76 if ! linux_chkconfig_present MAGIC_SYSRQ; then
77 eerror "${P} requires the magic SysRq keys in the kernel."
78 eerror "Please enable it:"