Gentoo Archives: gentoo-commits

From: "Vadim Kuznetsov (vadimk)" <vadimk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/vmware-modules: vmware-modules-238.5.ebuild ChangeLog
Date: Tue, 10 Jan 2012 14:53:55
Message-Id: 20120110145341.BAFCD2004C@flycatcher.gentoo.org
1 vadimk 12/01/10 14:53:41
2
3 Modified: vmware-modules-238.5.ebuild ChangeLog
4 Log:
5 patches for 3.1.x and 3.2 kernels. Bug 395305
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-emulation/vmware-modules/vmware-modules-238.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/vmware-modules-238.5.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/vmware-modules-238.5.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/vmware-modules-238.5.ebuild?r1=1.1&r2=1.2
15
16 Index: vmware-modules-238.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-238.5.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- vmware-modules-238.5.ebuild 8 Oct 2011 18:04:57 -0000 1.1
23 +++ vmware-modules-238.5.ebuild 10 Jan 2012 14:53:41 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-238.5.ebuild,v 1.1 2011/10/08 18:04:57 vadimk Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-238.5.ebuild,v 1.2 2012/01/10 14:53:41 vadimk Exp $
30
31 EAPI="2"
32
33 @@ -64,6 +64,8 @@
34 epatch "${FILESDIR}/${PV_MAJOR}-jobserver.patch"
35 kernel_is ge 2 6 37 && epatch "${FILESDIR}/${PV_MAJOR}-sema.patch"
36 kernel_is ge 2 6 39 && epatch "${FILESDIR}/${PV_MAJOR}-2.6.39.patch"
37 + epatch "${FILESDIR}/${PV_MAJOR}-netdevice.patch"
38 + epatch "${FILESDIR}/${PV_MAJOR}-3.2.0.patch"
39 }
40
41 src_install() {
42
43
44
45 1.87 app-emulation/vmware-modules/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/ChangeLog?rev=1.87&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/ChangeLog?rev=1.87&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/ChangeLog?r1=1.86&r2=1.87
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v
54 retrieving revision 1.86
55 retrieving revision 1.87
56 diff -u -r1.86 -r1.87
57 --- ChangeLog 6 Jan 2012 21:29:50 -0000 1.86
58 +++ ChangeLog 10 Jan 2012 14:53:41 -0000 1.87
59 @@ -1,6 +1,10 @@
60 # ChangeLog for app-emulation/vmware-modules
61 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v 1.86 2012/01/06 21:29:50 vadimk Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v 1.87 2012/01/10 14:53:41 vadimk Exp $
64 +
65 + 10 Jan 2012; Vadim Kuznetsov <vadimk@g.o> +files/238-3.2.0.patch,
66 + +files/238-netdevice.patch, vmware-modules-238.5.ebuild:
67 + patches for 3.1.x and 3.2 kernels. Bug 395305
68
69 06 Jan 2012; Vadim Kuznetsov <vadimk@g.o> files/264-3.2.0.patch:
70 fixed patch for 3.2.0 kernel . Bug 397733.