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