Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/ati-drivers: ati-drivers-13.12.ebuild ChangeLog
Date: Sun, 26 Jan 2014 17:56:16
Message-Id: 20140126175612.B18662004C@flycatcher.gentoo.org
1 chithanh 14/01/26 17:56:12
2
3 Modified: ati-drivers-13.12.ebuild ChangeLog
4 Log:
5 Fix building against kernel 3.13, bug #498766. Import of Emil Karlson's ebuild from the x11 overlay.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 x11-drivers/ati-drivers/ati-drivers-13.12.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.12.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.12.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.12.ebuild?r1=1.1&r2=1.2
15
16 Index: ati-drivers-13.12.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.12.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ati-drivers-13.12.ebuild 27 Dec 2013 12:47:52 -0000 1.1
23 +++ ati-drivers-13.12.ebuild 26 Jan 2014 17:56:12 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.12.ebuild,v 1.1 2013/12/27 12:47:52 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.12.ebuild,v 1.2 2014/01/26 17:56:12 chithanh Exp $
30
31 EAPI=5
32
33 @@ -307,6 +307,9 @@
34 # Fix build on new kernels
35 epatch "${FILESDIR}/ati-drivers-13.12-acpi.patch"
36
37 + # Add support for linux-3.13. See #498766
38 + epatch "${FILESDIR}/ati-drivers-linux-3.13-acpi-handle.patch"
39 +
40 # Compile fix, https://bugs.gentoo.org/show_bug.cgi?id=454870
41 use pax_kernel && epatch "${FILESDIR}/const-notifier-block.patch"
42
43
44
45
46 1.350 x11-drivers/ati-drivers/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?rev=1.350&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?rev=1.350&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?r1=1.349&r2=1.350
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v
55 retrieving revision 1.349
56 retrieving revision 1.350
57 diff -u -r1.349 -r1.350
58 --- ChangeLog 27 Dec 2013 12:47:52 -0000 1.349
59 +++ ChangeLog 26 Jan 2014 17:56:12 -0000 1.350
60 @@ -1,6 +1,12 @@
61 # ChangeLog for x11-drivers/ati-drivers
62 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.349 2013/12/27 12:47:52 scarabeus Exp $
64 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.350 2014/01/26 17:56:12 chithanh Exp $
66 +
67 + 26 Jan 2014; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
68 + +files/ati-drivers-linux-3.13-acpi-handle.patch, ati-drivers-13.12.ebuild,
69 + files/ati-drivers-kernel-3.8-acpihandle.patch:
70 + Fix building against kernel 3.13, bug #498766. Import of Emil Karlson's ebuild
71 + from the x11 overlay.
72
73 *ati-drivers-13.12 (27 Dec 2013)