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: ChangeLog vmware-modules-264.5.ebuild
Date: Fri, 27 Dec 2013 16:34:18
Message-Id: 20131227163413.B7D6B2004C@flycatcher.gentoo.org
1 dilfridge 13/12/27 16:34:13
2
3 Modified: ChangeLog vmware-modules-264.5.ebuild
4 Log:
5 Add cosmetic patch for bug 439280
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
8
9 Revision Changes Path
10 1.114 app-emulation/vmware-modules/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/ChangeLog?rev=1.114&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/ChangeLog?rev=1.114&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/ChangeLog?r1=1.113&r2=1.114
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v
19 retrieving revision 1.113
20 retrieving revision 1.114
21 diff -u -r1.113 -r1.114
22 --- ChangeLog 23 Nov 2013 14:05:03 -0000 1.113
23 +++ ChangeLog 27 Dec 2013 16:34:13 -0000 1.114
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-emulation/vmware-modules
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v 1.113 2013/11/23 14:05:03 zorry Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v 1.114 2013/12/27 16:34:13 dilfridge Exp $
29 +
30 + 27 Dec 2013; Andreas K. Huettel <dilfridge@g.o>
31 + +files/264-newline.patch, vmware-modules-264.5.ebuild:
32 + Add cosmetic patch for bug 439280
33
34 23 Nov 2013; Magnus Granberg <zorry@g.o> vmware-modules-279.0.ebuild,
35 vmware-modules-279.1.ebuild, +files/279-hardened.patch:
36
37
38
39 1.5 app-emulation/vmware-modules/vmware-modules-264.5.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/vmware-modules-264.5.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/vmware-modules-264.5.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/vmware-modules-264.5.ebuild?r1=1.4&r2=1.5
44
45 Index: vmware-modules-264.5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-264.5.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- vmware-modules-264.5.ebuild 11 Aug 2013 17:24:06 -0000 1.4
52 +++ vmware-modules-264.5.ebuild 27 Dec 2013 16:34:13 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-264.5.ebuild,v 1.4 2013/08/11 17:24:06 dilfridge Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-264.5.ebuild,v 1.5 2013/12/27 16:34:13 dilfridge Exp $
58
59 EAPI="4"
60
61 @@ -59,6 +59,7 @@
62 }
63
64 src_prepare() {
65 + epatch "${FILESDIR}/${PV_MAJOR}-newline.patch"
66 epatch "${FILESDIR}/${PV_MAJOR}-makefile-kernel-dir.patch"
67 epatch "${FILESDIR}/${PV_MAJOR}-makefile-include.patch"
68 epatch "${FILESDIR}/${PV_MAJOR}-jobserver.patch"