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.8.ebuild
Date: Fri, 04 Sep 2009 08:42:12
Message-Id: E1MjZBa-0007t6-AO@stork.gentoo.org
1 scarabeus 09/09/04 13:50:42
2
3 Modified: ChangeLog ati-drivers-9.8.ebuild
4 Log:
5 Add preinst function. Fixes left behind fglrx.ko.
6 (Portage version: 2.2_rc38/cvs/Linux i686)
7
8 Revision Changes Path
9 1.182 x11-drivers/ati-drivers/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?rev=1.182&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?rev=1.182&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?r1=1.181&r2=1.182
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v
18 retrieving revision 1.181
19 retrieving revision 1.182
20 diff -u -r1.181 -r1.182
21 --- ChangeLog 31 Aug 2009 18:22:47 -0000 1.181
22 +++ ChangeLog 4 Sep 2009 13:50:42 -0000 1.182
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.181 2009/08/31 18:22:47 scarabeus Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.182 2009/09/04 13:50:42 scarabeus Exp $
28 +
29 + 03 Sep 2009; Tomáš Chvátal <scarabeus@g.o>
30 + ati-drivers-9.8.ebuild:
31 + Add preinst function. Fixes left behind fglrx.ko.
32
33 31 Aug 2009; Tomáš Chvátal <scarabeus@g.o>
34 ati-drivers-9.8.ebuild:
35
36
37
38 1.13 x11-drivers/ati-drivers/ati-drivers-9.8.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-9.8.ebuild?rev=1.13&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-9.8.ebuild?rev=1.13&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-9.8.ebuild?r1=1.12&r2=1.13
43
44 Index: ati-drivers-9.8.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-9.8.ebuild,v
47 retrieving revision 1.12
48 retrieving revision 1.13
49 diff -u -r1.12 -r1.13
50 --- ati-drivers-9.8.ebuild 31 Aug 2009 18:22:47 -0000 1.12
51 +++ ati-drivers-9.8.ebuild 4 Sep 2009 13:50:42 -0000 1.13
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.8.ebuild,v 1.12 2009/08/31 18:22:47 scarabeus Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-9.8.ebuild,v 1.13 2009/09/04 13:50:42 scarabeus Exp $
57
58 EAPI="2"
59
60 @@ -535,6 +535,10 @@
61 "${ROOT}"/usr/bin/eselect opengl set --use-old ati
62 }
63
64 +pkg_preinst() {
65 + use modules && linux-mod_pkg_preinst
66 +}
67 +
68 pkg_prerm() {
69 "${ROOT}"/usr/bin/eselect opengl set --use-old xorg-x11
70 }