diff options
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/open-vm-tools/ChangeLog | 9 | ||||
-rw-r--r-- | app-emulation/open-vm-tools/open-vm-tools-0.0.20090618.172495-r2.ebuild (renamed from app-emulation/open-vm-tools/open-vm-tools-0.0.20090618.172495-r1.ebuild) | 7 |
2 files changed, 11 insertions, 5 deletions
diff --git a/app-emulation/open-vm-tools/ChangeLog b/app-emulation/open-vm-tools/ChangeLog index 1ebf416743ea..47b3cd04af89 100644 --- a/app-emulation/open-vm-tools/ChangeLog +++ b/app-emulation/open-vm-tools/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-emulation/open-vm-tools # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/ChangeLog,v 1.21 2009/07/09 21:01:41 vadimk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/ChangeLog,v 1.22 2009/07/10 19:51:51 vadimk Exp $ + +*open-vm-tools-0.0.20090618.172495-r2 (10 Jul 2009) + + 10 Jul 2009; Vadim Kuznetsov vadimk@gentoo.org + -open-vm-tools-0.0.20090618.172495-r1.ebuild, + +open-vm-tools-0.0.20090618.172495-r2.ebuild: + re-fixing wmtoolsd plugin path *open-vm-tools-0.0.20090618.172495-r1 (09 Jul 2009) diff --git a/app-emulation/open-vm-tools/open-vm-tools-0.0.20090618.172495-r1.ebuild b/app-emulation/open-vm-tools/open-vm-tools-0.0.20090618.172495-r2.ebuild index 18cb5b5dfdef..e3eb4f0f5afe 100644 --- a/app-emulation/open-vm-tools/open-vm-tools-0.0.20090618.172495-r1.ebuild +++ b/app-emulation/open-vm-tools/open-vm-tools-0.0.20090618.172495-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/open-vm-tools-0.0.20090618.172495-r1.ebuild,v 1.1 2009/07/09 21:01:41 vadimk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/open-vm-tools-0.0.20090618.172495-r2.ebuild,v 1.1 2009/07/10 19:51:51 vadimk Exp $ EAPI="2" @@ -83,9 +83,8 @@ src_prepare() { epatch "${FILESDIR}/default-scripts.patch" sed -i -e 's:VMTOOLSD_PLUGIN_ROOT=\\"\$(pkglibdir)\\":VMTOOLSD_PLUGIN_ROOT=\\"\$(pkglibdir)/plugins\\":g' \ services/vmtoolsd/Makefile.in || die "sed plugin path failed" - sed -i -e 's/proc-3.2.7/proc/g' configure{,.ac} || die "sed configure failed" - sed -i -e 's/CFLAGS=.*Werror/#&/g' configure{,.ac} || die "sed comment out Werror failed" - #eautoreconf + sed -i -e 's/proc-3.2.7/proc/g' configure || die "sed configure failed" + sed -i -e 's/CFLAGS=.*Werror/#&/g' configure || die "sed comment out Werror failed" } src_configure() { |