public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/open-vm-tools/
Date: Thu, 19 Dec 2019 18:10:44 +0000 (UTC)	[thread overview]
Message-ID: <1576779041.5b6348a74933ee913f42d433501e31bbaf50a2e4.floppym@gentoo> (raw)

commit:     5b6348a74933ee913f42d433501e31bbaf50a2e4
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 19 18:10:09 2019 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Dec 19 18:10:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b6348a7

app-emulation/open-vm-tools: bump to 11.0.1

Package-Manager: Portage-2.3.80_p5, Repoman-2.3.19_p4
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 app-emulation/open-vm-tools/Manifest                     |  2 +-
 app-emulation/open-vm-tools/metadata.xml                 |  1 -
 ...-tools-10.3.10.ebuild => open-vm-tools-11.0.1.ebuild} | 16 +++-------------
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/app-emulation/open-vm-tools/Manifest b/app-emulation/open-vm-tools/Manifest
index efae4d3de09..7a4c2c3d6bf 100644
--- a/app-emulation/open-vm-tools/Manifest
+++ b/app-emulation/open-vm-tools/Manifest
@@ -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

diff --git a/app-emulation/open-vm-tools/metadata.xml b/app-emulation/open-vm-tools/metadata.xml
index 4dda94172be..b3da7a11a51 100644
--- a/app-emulation/open-vm-tools/metadata.xml
+++ b/app-emulation/open-vm-tools/metadata.xml
@@ -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>

diff --git a/app-emulation/open-vm-tools/open-vm-tools-10.3.10.ebuild b/app-emulation/open-vm-tools/open-vm-tools-11.0.1.ebuild
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 c820c884e1f..d86104a2c50 100644
--- a/app-emulation/open-vm-tools/open-vm-tools-10.3.10.ebuild
+++ b/app-emulation/open-vm-tools/open-vm-tools-11.0.1.ebuild
@@ -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
-}


             reply	other threads:[~2019-12-19 18:10 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-19 18:10 Mike Gilbert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-30 11:38 [gentoo-commits] repo/gentoo:master commit in: app-emulation/open-vm-tools/ David Seifert
2024-11-03 13:48 David Seifert
2024-10-03 10:43 David Seifert
2024-09-23  9:14 Arthur Zamarin
2024-07-10  9:51 David Seifert
2024-07-10  9:51 David Seifert
2024-05-09 20:49 Sam James
2023-06-19 16:58 Arthur Zamarin
2023-06-19 16:58 Arthur Zamarin
2023-06-18 20:25 Mike Gilbert
2023-06-18 20:25 Mike Gilbert
2023-06-18 20:25 Mike Gilbert
2023-06-02 11:07 Arthur Zamarin
2023-06-01 20:04 Sam James
2023-04-24 18:52 Mike Gilbert
2023-04-15  5:40 Sam James
2022-10-22  2:45 Mike Gilbert
2022-09-20  7:45 Jakov Smolić
2022-09-20  0:07 Sam James
2022-09-09 15:23 Mike Gilbert
2022-06-04 14:13 Mike Gilbert
2022-06-04 14:13 Mike Gilbert
2022-06-03 21:32 Jakov Smolić
2022-06-03 21:32 Jakov Smolić
2022-06-03 18:32 Mike Gilbert
2022-01-03 22:06 Mike Gilbert
2021-11-23 22:19 Sam James
2021-09-26  0:53 Mike Gilbert
2021-09-25 23:46 Sam James
2021-09-24 15:37 Sam James
2021-09-24 14:05 Mike Gilbert
2021-06-27  2:08 Sam James
2021-06-24 23:27 Sam James
2021-02-10  0:16 Mike Gilbert
2021-01-06  8:07 Sam James
2020-12-24 10:03 Agostino Sarubbo
2020-12-14 16:55 Mike Gilbert
2020-12-14 16:55 Mike Gilbert
2020-11-16 19:25 Mike Gilbert
2020-05-09 22:19 Mike Gilbert
2019-10-12 18:38 Mikle Kolyada
2019-08-17 18:03 Mike Gilbert
2019-04-12 20:22 Michał Górny
2019-04-12 17:53 Mike Gilbert
2019-02-15 21:21 Mike Gilbert
2018-12-18 17:12 Mike Gilbert
2018-12-18 16:58 Mike Gilbert
2018-07-04 23:54 Mike Gilbert
2018-07-04 14:56 Mike Gilbert
2018-07-04 14:56 Mike Gilbert
2017-11-30 16:35 Mike Gilbert
2017-11-29 23:30 Mike Gilbert
2017-11-29 23:25 Mike Gilbert
2017-08-08 17:01 Mike Gilbert
2017-08-04 19:51 Mike Gilbert
2017-08-04 19:51 Mike Gilbert
2017-08-04 19:51 Mike Gilbert
2016-12-05 15:37 Mike Gilbert
2016-11-27 18:17 Mike Gilbert
2016-11-26  4:18 Mike Gilbert
2016-11-26  4:01 Mike Gilbert
2016-11-26  1:46 Mike Gilbert
2016-11-25 23:59 Mike Gilbert
2016-11-25 23:37 Mike Gilbert
2016-11-25 23:29 Mike Gilbert
2016-07-22 21:24 Mike Gilbert
2016-02-18  0:51 Mike Gilbert
2016-01-01 21:22 Pacho Ramos
2015-09-18  1:37 Mike Gilbert
2015-08-23 23:41 Mike Gilbert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1576779041.5b6348a74933ee913f42d433501e31bbaf50a2e4.floppym@gentoo \
    --to=floppym@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox