Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/ati-drivers: ati-drivers-12.1-r1.ebuild ChangeLog
Date: Tue, 07 Feb 2012 15:53:48
Message-Id: 20120207155337.DC1AC2004B@flycatcher.gentoo.org
1 xarthisius 12/02/07 15:53:37
2
3 Modified: ati-drivers-12.1-r1.ebuild ChangeLog
4 Log:
5 Invoke eselect opencl during postinst to avoid ati flavour of bug 402407
6
7 (Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 x11-drivers/ati-drivers/ati-drivers-12.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.1-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.1-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.1-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: ati-drivers-12.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.1-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ati-drivers-12.1-r1.ebuild 4 Feb 2012 12:32:36 -0000 1.2
23 +++ ati-drivers-12.1-r1.ebuild 7 Feb 2012 15:53:37 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.1-r1.ebuild,v 1.2 2012/02/04 12:32:36 xarthisius Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.1-r1.ebuild,v 1.3 2012/02/07 15:53:37 xarthisius Exp $
29
30 EAPI=4
31
32 @@ -586,6 +586,7 @@
33
34 use modules && linux-mod_pkg_postinst
35 "${ROOT}"/usr/bin/eselect opengl set --use-old ati
36 + "${ROOT}"/usr/bin/eselect opencl set --use-old amd
37 }
38
39 pkg_preinst() {
40
41
42
43 1.273 x11-drivers/ati-drivers/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?rev=1.273&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?rev=1.273&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?r1=1.272&r2=1.273
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v
52 retrieving revision 1.272
53 retrieving revision 1.273
54 diff -u -r1.272 -r1.273
55 --- ChangeLog 4 Feb 2012 12:32:36 -0000 1.272
56 +++ ChangeLog 7 Feb 2012 15:53:37 -0000 1.273
57 @@ -1,6 +1,10 @@
58 # ChangeLog for x11-drivers/ati-drivers
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.272 2012/02/04 12:32:36 xarthisius Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.273 2012/02/07 15:53:37 xarthisius Exp $
62 +
63 + 07 Feb 2012; Kacper Kowalik <xarthisius@g.o>
64 + ati-drivers-12.1-r1.ebuild:
65 + Invoke eselect opencl during postinst to avoid ati flavour of bug 402407
66
67 04 Feb 2012; Kacper Kowalik <xarthisius@g.o>
68 ati-drivers-12.1-r1.ebuild: