Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/vmware-modules: vmware-modules-279.2.ebuild vmware-modules-279.1-r1.ebuild vmware-modules-271.3.ebuild ChangeLog
Date: Sat, 07 Jun 2014 22:07:36
Message-Id: 20140607220657.DC03D2004F@flycatcher.gentoo.org
1 dilfridge 14/06/07 22:06:57
2
3 Modified: vmware-modules-279.2.ebuild
4 vmware-modules-279.1-r1.ebuild
5 vmware-modules-271.3.ebuild ChangeLog
6 Log:
7 Conditionally add patch for kernel 3.11, bug 483410
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
10
11 Revision Changes Path
12 1.2 app-emulation/vmware-modules/vmware-modules-279.2.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/vmware-modules-279.2.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/vmware-modules-279.2.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/vmware-modules-279.2.ebuild?r1=1.1&r2=1.2
17
18 Index: vmware-modules-279.2.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-279.2.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- vmware-modules-279.2.ebuild 19 Apr 2014 10:10:25 -0000 1.1
25 +++ vmware-modules-279.2.ebuild 7 Jun 2014 22:06:57 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-279.2.ebuild,v 1.1 2014/04/19 10:10:25 dilfridge Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-279.2.ebuild,v 1.2 2014/06/07 22:06:57 dilfridge Exp $
31
32 EAPI=5
33
34 @@ -80,6 +80,7 @@
35 epatch "${FILESDIR}/${PV_MAJOR}-apic.patch"
36 kernel_is ge 3 7 0 && epatch "${FILESDIR}/${PV_MAJOR}-putname.patch"
37 kernel_is ge 3 10 0 && epatch "${FILESDIR}/${PV_MAJOR}-vmblock.patch"
38 + kernel_is ge 3 11 0 && epatch "${FILESDIR}/${PV_MAJOR}-filldir.patch"
39
40 # Allow user patches so they can support RC kernels and whatever else
41 epatch_user
42
43
44
45 1.2 app-emulation/vmware-modules/vmware-modules-279.1-r1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/vmware-modules-279.1-r1.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/vmware-modules-279.1-r1.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/vmware-modules-279.1-r1.ebuild?r1=1.1&r2=1.2
50
51 Index: vmware-modules-279.1-r1.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-279.1-r1.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- vmware-modules-279.1-r1.ebuild 12 Apr 2014 20:13:46 -0000 1.1
58 +++ vmware-modules-279.1-r1.ebuild 7 Jun 2014 22:06:57 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2014 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-279.1-r1.ebuild,v 1.1 2014/04/12 20:13:46 dilfridge Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-279.1-r1.ebuild,v 1.2 2014/06/07 22:06:57 dilfridge Exp $
64
65 EAPI=5
66
67 @@ -80,6 +80,7 @@
68 epatch "${FILESDIR}/${PV_MAJOR}-apic.patch"
69 kernel_is ge 3 7 0 && epatch "${FILESDIR}/${PV_MAJOR}-putname.patch"
70 kernel_is ge 3 10 0 && epatch "${FILESDIR}/${PV_MAJOR}-vmblock.patch"
71 + kernel_is ge 3 11 0 && epatch "${FILESDIR}/${PV_MAJOR}-filldir.patch"
72
73 # Allow user patches so they can support RC kernels and whatever else
74 epatch_user
75
76
77
78 1.2 app-emulation/vmware-modules/vmware-modules-271.3.ebuild
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/vmware-modules-271.3.ebuild?rev=1.2&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/vmware-modules-271.3.ebuild?rev=1.2&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/vmware-modules-271.3.ebuild?r1=1.1&r2=1.2
83
84 Index: vmware-modules-271.3.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-271.3.ebuild,v
87 retrieving revision 1.1
88 retrieving revision 1.2
89 diff -u -r1.1 -r1.2
90 --- vmware-modules-271.3.ebuild 12 Apr 2014 18:28:49 -0000 1.1
91 +++ vmware-modules-271.3.ebuild 7 Jun 2014 22:06:57 -0000 1.2
92 @@ -1,6 +1,6 @@
93 # Copyright 1999-2014 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-271.3.ebuild,v 1.1 2014/04/12 18:28:49 dilfridge Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-271.3.ebuild,v 1.2 2014/06/07 22:06:57 dilfridge Exp $
97
98 EAPI="4"
99
100 @@ -66,6 +66,7 @@
101 epatch "${FILESDIR}/${PV_MAJOR}-apic.patch"
102 kernel_is ge 3 7 0 && epatch "${FILESDIR}/${PV_MAJOR}-putname.patch"
103 kernel_is ge 3 10 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.10.0.patch"
104 + kernel_is ge 3 11 0 && epatch "${FILESDIR}/${PV_MAJOR}-filldir.patch"
105
106 # Allow user patches so they can support RC kernels and whatever else
107 epatch_user
108
109
110
111 1.118 app-emulation/vmware-modules/ChangeLog
112
113 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/ChangeLog?rev=1.118&view=markup
114 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/ChangeLog?rev=1.118&content-type=text/plain
115 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/ChangeLog?r1=1.117&r2=1.118
116
117 Index: ChangeLog
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v
120 retrieving revision 1.117
121 retrieving revision 1.118
122 diff -u -r1.117 -r1.118
123 --- ChangeLog 19 Apr 2014 10:10:25 -0000 1.117
124 +++ ChangeLog 7 Jun 2014 22:06:57 -0000 1.118
125 @@ -1,6 +1,12 @@
126 # ChangeLog for app-emulation/vmware-modules
127 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
128 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v 1.117 2014/04/19 10:10:25 dilfridge Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v 1.118 2014/06/07 22:06:57 dilfridge Exp $
130 +
131 + 07 Jun 2014; Andreas K. Huettel <dilfridge@g.o>
132 + vmware-modules-271.3.ebuild, vmware-modules-279.1-r1.ebuild,
133 + vmware-modules-279.2.ebuild, +files/271-filldir.patch,
134 + +files/279-filldir.patch:
135 + Conditionally add patch for kernel 3.11, bug 483410
136
137 *vmware-modules-279.2 (19 Apr 2014)