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.6_beta.ebuild ati-drivers-13.4.ebuild ChangeLog
Date: Mon, 03 Jun 2013 16:08:16
Message-Id: 20130603160810.DDF8D2171D@flycatcher.gentoo.org
1 chithanh 13/06/03 16:08:10
2
3 Modified: ati-drivers-13.6_beta.ebuild
4 ati-drivers-13.4.ebuild ChangeLog
5 Log:
6 Import hardened kernel build fix from the x11 overlay by Emil Karlson, bug #471976.
7
8 (Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.3 x11-drivers/ati-drivers/ati-drivers-13.6_beta.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.6_beta.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.6_beta.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.6_beta.ebuild?r1=1.2&r2=1.3
16
17 Index: ati-drivers-13.6_beta.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.6_beta.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ati-drivers-13.6_beta.ebuild 31 May 2013 21:51:06 -0000 1.2
24 +++ ati-drivers-13.6_beta.ebuild 3 Jun 2013 16:08:10 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 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.6_beta.ebuild,v 1.2 2013/05/31 21:51:06 chithanh Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.6_beta.ebuild,v 1.3 2013/06/03 16:08:10 chithanh Exp $
30
31 EAPI=5
32
33 @@ -193,7 +193,7 @@
34 require_configured_kernel
35 _check_kernel_config
36
37 - if [[ "${KV_EXTRA}" != -hardened ]] && use pax_kernel; then
38 + if ! [[ "${KV_EXTRA}" =~ -hardened.* ]] && use pax_kernel; then
39 eerror "USE pax_kernel enabled for a non-hardened kernel."
40 eerror "If you know this kernel supports pax_kernel, open a bug at"
41 eerror "https://bugs.gentoo.org"
42
43
44
45 1.3 x11-drivers/ati-drivers/ati-drivers-13.4.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.4.ebuild?rev=1.3&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.4.ebuild?rev=1.3&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.4.ebuild?r1=1.2&r2=1.3
50
51 Index: ati-drivers-13.4.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.4.ebuild,v
54 retrieving revision 1.2
55 retrieving revision 1.3
56 diff -u -r1.2 -r1.3
57 --- ati-drivers-13.4.ebuild 20 May 2013 17:41:02 -0000 1.2
58 +++ ati-drivers-13.4.ebuild 3 Jun 2013 16:08:10 -0000 1.3
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2013 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.4.ebuild,v 1.2 2013/05/20 17:41:02 chithanh Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.4.ebuild,v 1.3 2013/06/03 16:08:10 chithanh Exp $
64
65 EAPI=5
66
67 @@ -193,7 +193,7 @@
68 require_configured_kernel
69 _check_kernel_config
70
71 - if [[ "${KV_EXTRA}" != -hardened ]] && use pax_kernel; then
72 + if ! [[ "${KV_EXTRA}" =~ -hardened.* ]] && use pax_kernel; then
73 eerror "USE pax_kernel enabled for a non-hardened kernel."
74 eerror "If you know this kernel supports pax_kernel, open a bug at"
75 eerror "https://bugs.gentoo.org"
76
77
78
79 1.332 x11-drivers/ati-drivers/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?rev=1.332&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?rev=1.332&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?r1=1.331&r2=1.332
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v
88 retrieving revision 1.331
89 retrieving revision 1.332
90 diff -u -r1.331 -r1.332
91 --- ChangeLog 31 May 2013 21:51:06 -0000 1.331
92 +++ ChangeLog 3 Jun 2013 16:08:10 -0000 1.332
93 @@ -1,6 +1,11 @@
94 # ChangeLog for x11-drivers/ati-drivers
95 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.331 2013/05/31 21:51:06 chithanh Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.332 2013/06/03 16:08:10 chithanh Exp $
98 +
99 + 03 Jun 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
100 + ati-drivers-13.4.ebuild, ati-drivers-13.6_beta.ebuild:
101 + Import hardened kernel build fix from the x11 overlay by Emil Karlson, bug
102 + #471976.
103
104 31 May 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
105 ati-drivers-13.6_beta.ebuild: