diff options
author | Vadim Kuznetsov <vadimk@gentoo.org> | 2009-07-10 19:51:51 +0000 |
---|---|---|
committer | Vadim Kuznetsov <vadimk@gentoo.org> | 2009-07-10 19:51:51 +0000 |
commit | e59db48c1a269bd0c04a9751c48febb687479db7 (patch) | |
tree | db474e3ae3db50b7dcaed2ad0b5e63af857bafcc /app-emulation/open-vm-tools | |
parent | Minor adjustments on deps to avoid post-unmasking breakage (diff) | |
download | gentoo-2-e59db48c1a269bd0c04a9751c48febb687479db7.tar.gz gentoo-2-e59db48c1a269bd0c04a9751c48febb687479db7.tar.bz2 gentoo-2-e59db48c1a269bd0c04a9751c48febb687479db7.zip |
re-fixing vmtoolsd plugin path
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/open-vm-tools')
-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() { |