floppym 14/08/10 16:18:13
Modified: metadata.xml
open-vm-tools-kmod-2013.09.16.1328054.ebuild
ChangeLog
Removed: open-vm-tools-kmod-2013.04.16.1098359.ebuild
Log:
Add use flag to control building of vmhgfs module.
(Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key
0BBEEA1FEA4843A4)
Revision Changes Path
1.3 app-emulation/open-vm-tools-kmod/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/open-vm-tools-kmod/metadata.xml?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/open-vm-tools-kmod/metadata.xml?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/open-vm-tools-kmod/metadata.xml?r1=1.2&r2=1.3
Index: metadata.xml
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/app-emulation/open-vm-tools-kmod/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml 16 Jun 2013 12:16:03 -0000 1.2
+++ metadata.xml 10 Aug 2014 16:18:12 -0000 1.3
@@ -8,4 +8,7 @@
virtualization components that enhance performance and user
experience
of virtual machines.
</longdescription>
+ <use>
+ <flag name="vmhgfs">Build the vmhgfs module for file sharing
support with the host</flag>
+ </use>
</pkgmetadata>
1.6
app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-2013.09.16.1328054.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-2013.09.16.1328054.ebuild?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-2013.09.16.1328054.ebuild?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-2013.09.16.1328054.ebuild?r1=1.5&r2=1.6
Index: open-vm-tools-kmod-2013.09.16.1328054.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-2013.09.16.1328054.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- open-vm-tools-kmod-2013.09.16.1328054.ebuild 22 Oct 2013 22:21:05
-0000 1.5
+++ open-vm-tools-kmod-2013.09.16.1328054.ebuild 10 Aug 2014 16:18:12
-0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-2013.09.16.1328054.ebuild,v
1.5 2013/10/22 22:21:05 floppym Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-2013.09.16.1328054.ebuild,v
1.6 2014/08/10 16:18:12 floppym Exp $
EAPI="5"
@@ -17,7 +17,7 @@
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="vmhgfs"
S="${WORKDIR}/${MY_P}"
@@ -26,7 +26,9 @@
!UIDGID_STRICT_TYPE_CHECKS"
# See logic in configure.ac.
- local MODULES="vmxnet vmhgfs"
+ local MODULES="vmxnet"
+
+ use vmhgfs && MODULES+=" vmhgfs"
if kernel_is -lt 3 9; then
MODULES+=" vmci vsock"
1.44 app-emulation/open-vm-tools-kmod/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/open-vm-tools-kmod/ChangeLog?rev=1.44&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/open-vm-tools-kmod/ChangeLog?rev=1.44&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/open-vm-tools-kmod/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools-kmod/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 31 Dec 2013 17:03:48 -0000 1.43
+++ ChangeLog 10 Aug 2014 16:18:12 -0000 1.44
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/open-vm-tools-kmod
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header:
/var/cvsroot/gentoo-x86/app-emulation/open-vm-tools-kmod/ChangeLog,v 1.43
2013/12/31 17:03:48 tomwij Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header:
/var/cvsroot/gentoo-x86/app-emulation/open-vm-tools-kmod/ChangeLog,v 1.44
2014/08/10 16:18:12 floppym Exp $
+
+ 10 Aug 2014; Mike Gilbert <[email protected]>
+ -open-vm-tools-kmod-2013.04.16.1098359.ebuild, metadata.xml,
+ open-vm-tools-kmod-2013.09.16.1328054.ebuild:
+ Add use flag to control building of vmhgfs module.
31 Dec 2013; Tom Wijsman <[email protected]> -files/fragsize.patch:
[QA] Remove unused files.