public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-tools/
Date: Sat, 12 Sep 2015 18:32:52 +0000 (UTC)	[thread overview]
Message-ID: <1442082704.e5237f123b2fea939e26dd6a03def6e82e2814c6.dilfridge@gentoo> (raw)

commit:     e5237f123b2fea939e26dd6a03def6e82e2814c6
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 18:31:44 2015 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 18:31:44 2015 +0000
URL:        https://gitweb.gentoo.org/proj/vmware.git/commit/?id=e5237f12

app-emulation/vmware-tools: Warn if no operating system is chosen, bug 488240

Package-Manager: portage-2.2.20.1

 app-emulation/vmware-tools/vmware-tools-9.9.3.2780323.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app-emulation/vmware-tools/vmware-tools-9.9.3.2780323.ebuild b/app-emulation/vmware-tools/vmware-tools-9.9.3.2780323.ebuild
index 790bbe6..41cf86b 100644
--- a/app-emulation/vmware-tools/vmware-tools-9.9.3.2780323.ebuild
+++ b/app-emulation/vmware-tools/vmware-tools-9.9.3.2780323.ebuild
@@ -46,9 +46,13 @@ src_unpack() {
 
 src_install() {
 	insinto "${VM_INSTALL_DIR}"/lib/vmware/isoimages
+	local somethingdone;
 	local guest ; for guest in ${IUSE_VMWARE_GUEST} ; do
 		if use "vmware_guest_${guest}" ; then
 			doins "${guest}".iso{,.sig}
+			somethingdone=yes
 		fi
 	done
+
+	[ -n "${somethingdone}" ] || ewarn  "You should set VMWARE_GUEST in make.conf to specify which operating systems you need."
 }


             reply	other threads:[~2015-09-12 18:33 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-12 18:32 Andreas Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-06-25 15:58 [gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-tools/ Fabio Rossi
2016-08-11 18:01 Evan Teran
2016-05-23 21:00 Fabio Rossi
2016-03-18  3:16 Evan Teran
2015-09-12 18:32 Andreas Hüttel
2015-09-05 12:56 Andreas Hüttel
2015-08-12  5:09 Evan Teran
2015-07-11  4:21 Evan Teran
2015-07-11  0:05 Evan Teran
2015-07-10 23:51 Evan Teran
2012-05-04 20:01 Matt Whitlock

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=1442082704.e5237f123b2fea939e26dd6a03def6e82e2814c6.dilfridge@gentoo \
    --to=dilfridge@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