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/open-vm-tools: ChangeLog open-vm-tools-0.0.20091015.201664.ebuild
Date: Sat, 07 Nov 2009 13:46:19
Message-Id: E1N6lcO-0003ab-SK@stork.gentoo.org
1 vadimk 09/11/07 13:46:16
2
3 Modified: ChangeLog open-vm-tools-0.0.20091015.201664.ebuild
4 Log:
5 Bug 200376
6 (Portage version: 2.2_rc48/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.27 app-emulation/open-vm-tools/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/open-vm-tools/ChangeLog?rev=1.27&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/open-vm-tools/ChangeLog?rev=1.27&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/open-vm-tools/ChangeLog?r1=1.26&r2=1.27
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/ChangeLog,v
18 retrieving revision 1.26
19 retrieving revision 1.27
20 diff -u -r1.26 -r1.27
21 --- ChangeLog 29 Oct 2009 14:14:51 -0000 1.26
22 +++ ChangeLog 7 Nov 2009 13:46:16 -0000 1.27
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-emulation/open-vm-tools
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/ChangeLog,v 1.26 2009/10/29 14:14:51 vadimk Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/ChangeLog,v 1.27 2009/11/07 13:46:16 vadimk Exp $
28 +
29 + 07 Nov 2009; Vadim Kuznetsov vadimk@g.o
30 + open-vm-tools-0.0.20091015.201664.ebuild, +files/checkvm-pie-safety.patch:
31 + Bug 200376. Thanks to Gordon Malm and Anthony Basile.
32
33 *open-vm-tools-0.0.20091015.201664 (29 Oct 2009)
34
35
36
37
38 1.2 app-emulation/open-vm-tools/open-vm-tools-0.0.20091015.201664.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/open-vm-tools/open-vm-tools-0.0.20091015.201664.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/open-vm-tools/open-vm-tools-0.0.20091015.201664.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/open-vm-tools/open-vm-tools-0.0.20091015.201664.ebuild?r1=1.1&r2=1.2
43
44 Index: open-vm-tools-0.0.20091015.201664.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/open-vm-tools-0.0.20091015.201664.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- open-vm-tools-0.0.20091015.201664.ebuild 29 Oct 2009 14:14:51 -0000 1.1
51 +++ open-vm-tools-0.0.20091015.201664.ebuild 7 Nov 2009 13:46:16 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/open-vm-tools-0.0.20091015.201664.ebuild,v 1.1 2009/10/29 14:14:51 vadimk Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/open-vm-tools-0.0.20091015.201664.ebuild,v 1.2 2009/11/07 13:46:16 vadimk Exp $
57
58 EAPI="2"
59
60 @@ -60,7 +60,7 @@
61
62 src_prepare() {
63 epatch "${FILESDIR}/default-scripts1.patch"
64 - #epatch "${FILESDIR}/checkvm-pie-safety.patch"
65 + epatch "${FILESDIR}/checkvm-pie-safety.patch"
66 sed -i -e 's/proc-3.2.7/proc/g' configure || die "sed configure failed"
67 sed -i -e 's/CFLAGS=.*Werror/#&/g' configure || die "sed comment out Werror failed"
68 }