summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Rossi <rossi.f@inwind.it>2017-06-25 17:31:51 +0200
committerFabio Rossi <rossi.f@inwind.it>2017-06-25 17:31:51 +0200
commit23b9132c92becaeb5a40c1862f98b211f22abddf (patch)
tree37e52c24ee5aded0bb8b9dbaf4afa719831121c4 /app-emulation/vmware-workstation/files/list-component-files.xsl
parentAlign ebuild structure between player and workstation, version 11 (diff)
downloadvmware-23b9132c92becaeb5a40c1862f98b211f22abddf.tar.gz
vmware-23b9132c92becaeb5a40c1862f98b211f22abddf.tar.bz2
vmware-23b9132c92becaeb5a40c1862f98b211f22abddf.zip
Cleaning the overlay removing old files.
Let's clean the overlay keeping only last version of each major release, this simplifies the management of the files. At a certain point it might be even possible to import older versions that are now package-masked in the main Gentoo repository.
Diffstat (limited to 'app-emulation/vmware-workstation/files/list-component-files.xsl')
-rw-r--r--app-emulation/vmware-workstation/files/list-component-files.xsl19
1 files changed, 0 insertions, 19 deletions
diff --git a/app-emulation/vmware-workstation/files/list-component-files.xsl b/app-emulation/vmware-workstation/files/list-component-files.xsl
deleted file mode 100644
index 91c6152..0000000
--- a/app-emulation/vmware-workstation/files/list-component-files.xsl
+++ /dev/null
@@ -1,19 +0,0 @@
-<?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>