app-emulation/open-vm-tools: bump to 11.0.1
authorMike Gilbert <floppym@gentoo.org>
Thu, 19 Dec 2019 18:10:09 +0000 (13:10 -0500)
committerMike Gilbert <floppym@gentoo.org>
Thu, 19 Dec 2019 18:10:41 +0000 (13:10 -0500)
Package-Manager: Portage-2.3.80_p5, Repoman-2.3.19_p4
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
app-emulation/open-vm-tools/Manifest
app-emulation/open-vm-tools/metadata.xml
app-emulation/open-vm-tools/open-vm-tools-11.0.1.ebuild [moved from app-emulation/open-vm-tools/open-vm-tools-10.3.10.ebuild with 86% similarity]

index efae4d3de09bdeba3f0e48b6e7a890ae192da474..7a4c2c3d6bf1d82245f902233fc7db21c665ea7e 100644 (file)
@@ -1 +1 @@
-DIST open-vm-tools-10.3.10-12406962.tar.gz 4625419 BLAKE2B 1cc3759740f1384e5ae53d3afb8e49e7546c078914ff8d2da12782cb19bcf513d4cd7a0650179eece6ed17fc29bcfc2fd67f629e1d02edeabaf09d401d7922b9 SHA512 fd35794896c2de5a3b6c7fad0e86558ae0f16c7ab09c791d0d9b8a61cff8052d3d5fcfd19613f793251050f86edda2335b29f49503b3fee41f48495b2ab80a0a
+DIST open-vm-tools-11.0.1-14773994.tar.gz 3972888 BLAKE2B 8ead9b37e9fa861386087d50af4e20274a9ee9fafd929da3ca0652ea2c4eecff4c203cadf02d38401bfd7ff0129ebcc7895d2819785cf2d818aac91a46f8d163 SHA512 3f500b3f0daaed01f787cf271d094b693baa18304491c3b58c79b64ab7db41b1b4a4747440e0039b2d9f9cc7e1474ee15f0ee7413544a34c2c9402443c145276
index 4dda94172befecce5a63a961a1ac126939a661ab..b3da7a11a5158a3dccc1c017c9723e25762472c7 100644 (file)
@@ -16,7 +16,6 @@
                <flag name="dnet">Enable support for nicinfo</flag>
                <flag name="doc">Generate API documentation</flag>
                <flag name="fuse">Enable vmblock-fuse/vmhgfs-fuse</flag>
-               <flag name="grabbitmqproxy">Build grabbitmqproxy plugin</flag>
                <flag name="gtkmm">Compile with Gtkmm and sigc++ (Recommended)</flag>
                <flag name="multimon">Enable multimon (Requires X)</flag>
                <flag name="resolutionkms">Build the linux/unix resolutionkms module</flag>
similarity index 86%
rename from app-emulation/open-vm-tools/open-vm-tools-10.3.10.ebuild
rename to app-emulation/open-vm-tools/open-vm-tools-11.0.1.ebuild
index c820c884e1f99df8a3efe1c87dfeddcd903643fa..d86104a2c508d1451dd142da84d2d510fa48d50c 100644 (file)
@@ -3,21 +3,20 @@
 
 EAPI=7
 
-inherit autotools linux-info pam systemd toolchain-funcs user
+inherit autotools linux-info pam systemd toolchain-funcs
 
 DESCRIPTION="Opensourced tools for VMware guests"
 HOMEPAGE="https://github.com/vmware/open-vm-tools"
-MY_P="${P}-12406962"
+MY_P="${P}-14773994"
 SRC_URI="https://github.com/vmware/open-vm-tools/releases/download/stable-${PV}/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="X +deploypkg +dnet doc +fuse +grabbitmqproxy gtkmm +icu multimon pam +resolutionkms +ssl static-libs +vgauth"
+IUSE="X +deploypkg +dnet doc +fuse gtkmm +icu multimon pam +resolutionkms +ssl static-libs +vgauth"
 REQUIRED_USE="
        multimon? ( X )
        vgauth? ( ssl )
-       grabbitmqproxy? ( ssl )
 "
 
 RDEPEND="
@@ -98,10 +97,8 @@ src_configure() {
                $(use_enable resolutionkms)
                $(use_enable static-libs static)
                $(use_enable deploypkg)
-               $(use_enable grabbitmqproxy)
                $(use_with pam)
                $(use_enable vgauth)
-               --disable-caf
                $(use_with dnet)
                $(use_with icu)
        )
@@ -140,12 +137,5 @@ src_install() {
        if use X; then
                fperms 4711 /usr/bin/vmware-user-suid-wrapper
                dobin scripts/common/vmware-xdg-detect-de
-
-               elog "To be able to use the drag'n'drop feature of VMware for file"
-               elog "exchange, please add the users to the 'vmware' group."
        fi
 }
-
-pkg_postinst() {
-       enewgroup vmware
-}