Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/nvidia-drivers: nvidia-drivers-331.20.ebuild ChangeLog
Date: Mon, 02 Dec 2013 02:43:11
Message-Id: 20131202024307.F190B2004E@flycatcher.gentoo.org
1 floppym 13/12/02 02:43:07
2
3 Modified: nvidia-drivers-331.20.ebuild ChangeLog
4 Log:
5 Restore pax-usercopy patch; passing ${P} to epatch is stupid.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.5 x11-drivers/nvidia-drivers/nvidia-drivers-331.20.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-331.20.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-331.20.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-331.20.ebuild?r1=1.4&r2=1.5
15
16 Index: nvidia-drivers-331.20.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-331.20.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- nvidia-drivers-331.20.ebuild 18 Nov 2013 19:39:23 -0000 1.4
23 +++ nvidia-drivers-331.20.ebuild 2 Dec 2013 02:43:07 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-331.20.ebuild,v 1.4 2013/11/18 19:39:23 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-331.20.ebuild,v 1.5 2013/12/02 02:43:07 floppym Exp $
29
30 EAPI=5
31
32 @@ -169,12 +169,12 @@
33 # convert_to_m "${NV_SRC}"/Makefile.kbuild
34 fi
35
36 - #if use pax_kernel; then
37 - # ewarn "Using PAX patches is not supported. You will be asked to"
38 - # ewarn "use a standard kernel should you have issues. Should you"
39 - # ewarn "need support with these patches, contact the PaX team."
40 - # epatch "${FILESDIR}"/${P}-pax-usercopy.patch
41 - #fi
42 + if use pax_kernel; then
43 + ewarn "Using PAX patches is not supported. You will be asked to"
44 + ewarn "use a standard kernel should you have issues. Should you"
45 + ewarn "need support with these patches, contact the PaX team."
46 + epatch "${FILESDIR}"/${PN}-331.13-pax-usercopy.patch
47 + fi
48
49 # Allow user patches so they can support RC kernels and whatever else
50 epatch_user
51
52
53
54 1.498 x11-drivers/nvidia-drivers/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?rev=1.498&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?rev=1.498&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?r1=1.497&r2=1.498
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v
63 retrieving revision 1.497
64 retrieving revision 1.498
65 diff -u -r1.497 -r1.498
66 --- ChangeLog 18 Nov 2013 19:39:23 -0000 1.497
67 +++ ChangeLog 2 Dec 2013 02:43:07 -0000 1.498
68 @@ -1,6 +1,9 @@
69 # ChangeLog for x11-drivers/nvidia-drivers
70 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v 1.497 2013/11/18 19:39:23 jer Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v 1.498 2013/12/02 02:43:07 floppym Exp $
73 +
74 + 02 Dec 2013; Mike Gilbert <floppym@g.o> nvidia-drivers-331.20.ebuild:
75 + Restore pax-usercopy patch; passing ${P} to epatch is stupid.
76
77 18 Nov 2013; Jeroen Roovers <jer@g.o> nvidia-drivers-304.116.ebuild,
78 nvidia-drivers-331.20.ebuild: