From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-828050-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 453F91386F3
	for <garchives@archives.gentoo.org>; Wed, 12 Aug 2015 05:05:31 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1868B14040;
	Wed, 12 Aug 2015 05:05:28 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id B5D3E14040
	for <gentoo-commits@lists.gentoo.org>; Wed, 12 Aug 2015 05:05:27 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A3542340967
	for <gentoo-commits@lists.gentoo.org>; Wed, 12 Aug 2015 05:05:26 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 23BBDEE
	for <gentoo-commits@lists.gentoo.org>; Wed, 12 Aug 2015 05:05:22 +0000 (UTC)
From: "Evan Teran" <evan.teran@gmail.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Evan Teran" <evan.teran@gmail.com>
Message-ID: <1439355937.2598ce045155d192245f23bfe3164d1a92636f88.eteran@gentoo>
Subject: [gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-player/
X-VCS-Repository: proj/vmware
X-VCS-Files: app-emulation/vmware-player/vmware-player-7.1.2.2780323.ebuild
X-VCS-Directories: app-emulation/vmware-player/
X-VCS-Committer: eteran
X-VCS-Committer-Name: Evan Teran
X-VCS-Revision: 2598ce045155d192245f23bfe3164d1a92636f88
X-VCS-Branch: master
Date: Wed, 12 Aug 2015 05:05:22 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: a667d49a-f173-4812-991a-fcc0a9ec8df4
X-Archives-Hash: 263d5b4a8c208720edc3e2675d472b0c

commit:     2598ce045155d192245f23bfe3164d1a92636f88
Author:     Evan Teran <evan.teran <AT> gmail <DOT> com>
AuthorDate: Wed Aug 12 05:05:37 2015 +0000
Commit:     Evan Teran <evan.teran <AT> gmail <DOT> com>
CommitDate: Wed Aug 12 05:05:37 2015 +0000
URL:        https://gitweb.gentoo.org/proj/vmware.git/commit/?id=2598ce04

cleaning up the ebuild slightly

Package-Manager: portage-2.2.20

 .../vmware-player/vmware-player-7.1.2.2780323.ebuild    | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/app-emulation/vmware-player/vmware-player-7.1.2.2780323.ebuild b/app-emulation/vmware-player/vmware-player-7.1.2.2780323.ebuild
index c115c63..3c04f5e 100644
--- a/app-emulation/vmware-player/vmware-player-7.1.2.2780323.ebuild
+++ b/app-emulation/vmware-player/vmware-player-7.1.2.2780323.ebuild
@@ -156,17 +156,16 @@ src_install() {
 	exeinto "${VM_INSTALL_DIR}"/lib/vmware/setup
 	doexe vmware-config
 
-    # install ovftool
-    if use ovftool; then
-        cd "${S}"
+	# install ovftool
+	if use ovftool; then
+		cd "${S}"
 
-        insinto "${VM_INSTALL_DIR}"/lib/vmware-ovftool
-        doins -r vmware-ovftool/*
-
-        chmod 0755 "${D}${VM_INSTALL_DIR}"/lib/vmware-ovftool/{ovftool,ovftool.bin}
-        dosym "${D}${VM_INSTALL_DIR}"/lib/vmware-ovftool/ovftool "${VM_INSTALL_DIR}"/bin/ovftool
-    fi
+		insinto "${VM_INSTALL_DIR}"/lib/vmware-ovftool
+		doins -r vmware-ovftool/*
 
+		chmod 0755 "${D}${VM_INSTALL_DIR}"/lib/vmware-ovftool/{ovftool,ovftool.bin}
+		dosym "${D}${VM_INSTALL_DIR}"/lib/vmware-ovftool/ovftool "${VM_INSTALL_DIR}"/bin/ovftool
+	fi
 
 	# create symlinks for the various tools
 	local tool ; for tool in thnuclnt vmplayer{,-daemon} \