public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/vmware-workstation/files: list-bundle-components.xsl vmware-7.0.rc list-component-files.xsl
@ 2011-03-27 15:25 Vadim Kuznetsov (vadimk)
  0 siblings, 0 replies; only message in thread
From: Vadim Kuznetsov (vadimk) @ 2011-03-27 15:25 UTC (permalink / raw
  To: gentoo-commits

vadimk      11/03/27 15:25:47

  Added:                list-bundle-components.xsl vmware-7.0.rc
                        list-component-files.xsl
  Log:
  vmware workstation version bump
  
  (Portage version: 2.1.9.44/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-emulation/vmware-workstation/files/list-bundle-components.xsl

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-workstation/files/list-bundle-components.xsl?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-workstation/files/list-bundle-components.xsl?rev=1.1&content-type=text/plain

Index: list-bundle-components.xsl
===================================================================
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

	<xsl:output omit-xml-declaration="yes"/>

	<xsl:template match="text()"/>

	<xsl:template match="/bundle/components/component">
		<xsl:value-of select="@offset"/>
		<xsl:text> </xsl:text>
		<xsl:value-of select="@size"/>
		<xsl:text> </xsl:text>
		<xsl:value-of select="@name"/>
		<xsl:text>&#10;</xsl:text>
	</xsl:template>

</xsl:stylesheet>



1.1                  app-emulation/vmware-workstation/files/vmware-7.0.rc

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-workstation/files/vmware-7.0.rc?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-workstation/files/vmware-7.0.rc?rev=1.1&content-type=text/plain

Index: vmware-7.0.rc
===================================================================
#!/sbin/runscript
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/files/vmware-7.0.rc,v 1.1 2011/03/27 15:25:47 vadimk Exp $

depend() {
	need localmount
	use net
}

start() {
	ebegin Starting VMware USB Arbitrator
	#start-stop-daemon --start --exec @@BINDIR@@/vmware-usbarbitrator
	@@BINDIR@@/vmware-usbarbitrator 
	eend $?
	ebegin Starting VMware services
	modprobe -a vmmon vmci vsock vmblock vmnet 
	eend $?
	@@BINDIR@@/vmware-networks --start
	eend $?
}

stop() {
	ebegin Stopping VMware USB Arbitrator
	#start-stop-daemon --stop --exec @@BINDIR@@/vmware-usbarbitrator
	killall --wait @@BINDIR@@/vmware-usbarbitrator 
	eend $?
	@@BINDIR@@/vmware-networks --stop 
	eend $?
	ebegin Stopping VMware services
	modprobe -r vsock vmci vmmon vmblock vmnet
	eend $?
}



1.1                  app-emulation/vmware-workstation/files/list-component-files.xsl

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-workstation/files/list-component-files.xsl?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-workstation/files/list-component-files.xsl?rev=1.1&content-type=text/plain

Index: list-component-files.xsl
===================================================================
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

	<xsl:output omit-xml-declaration="yes"/>

	<xsl:template match="text()"/>

	<xsl:template match="/component/fileset/file">
		<xsl:value-of select="@offset"/>
		<xsl:text> </xsl:text>
		<xsl:value-of select="@compressedSize"/>
		<xsl:text> </xsl:text>
		<xsl:value-of select="@uncompressedSize"/>
		<xsl:text> </xsl:text>
		<xsl:value-of select="@path"/>
		<xsl:text>&#10;</xsl:text>
	</xsl:template>

</xsl:stylesheet>






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-27 15:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-27 15:25 [gentoo-commits] gentoo-x86 commit in app-emulation/vmware-workstation/files: list-bundle-components.xsl vmware-7.0.rc list-component-files.xsl Vadim Kuznetsov (vadimk)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox