summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-16 23:22:43 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-16 23:22:43 +0000
commitb61a5292b9802f9f6fdb9acb122d9b91bc8e6f01 (patch)
treea9d13675961f04d8653c62a1fe93c0b06d05d324 /app-emulation/vmware-workstation
parentclosed mkeadle's bug report 4699 (diff)
downloadgentoo-2-b61a5292b9802f9f6fdb9acb122d9b91bc8e6f01.tar.gz
gentoo-2-b61a5292b9802f9f6fdb9acb122d9b91bc8e6f01.tar.bz2
gentoo-2-b61a5292b9802f9f6fdb9acb122d9b91bc8e6f01.zip
repoman'd
Diffstat (limited to 'app-emulation/vmware-workstation')
-rw-r--r--app-emulation/vmware-workstation/files/digest-vmware-workstation-3.0.0.14551
-rw-r--r--app-emulation/vmware-workstation/files/digest-vmware-workstation-3.0.0.1455-r11
-rw-r--r--app-emulation/vmware-workstation/vmware-workstation-3.0.0.1455-r1.ebuild152
-rw-r--r--app-emulation/vmware-workstation/vmware-workstation-3.0.0.1455.ebuild129
-rw-r--r--app-emulation/vmware-workstation/vmware-workstation-3.1.1.1790.ebuild4
5 files changed, 3 insertions, 284 deletions
diff --git a/app-emulation/vmware-workstation/files/digest-vmware-workstation-3.0.0.1455 b/app-emulation/vmware-workstation/files/digest-vmware-workstation-3.0.0.1455
deleted file mode 100644
index 429ce6d759af..000000000000
--- a/app-emulation/vmware-workstation/files/digest-vmware-workstation-3.0.0.1455
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8fc5ea8274af37adbedfd2e9051e5a0c VMwareWorkstation-3.0.0-1455.tar.gz 9688594
diff --git a/app-emulation/vmware-workstation/files/digest-vmware-workstation-3.0.0.1455-r1 b/app-emulation/vmware-workstation/files/digest-vmware-workstation-3.0.0.1455-r1
deleted file mode 100644
index 429ce6d759af..000000000000
--- a/app-emulation/vmware-workstation/files/digest-vmware-workstation-3.0.0.1455-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8fc5ea8274af37adbedfd2e9051e5a0c VMwareWorkstation-3.0.0-1455.tar.gz 9688594
diff --git a/app-emulation/vmware-workstation/vmware-workstation-3.0.0.1455-r1.ebuild b/app-emulation/vmware-workstation/vmware-workstation-3.0.0.1455-r1.ebuild
deleted file mode 100644
index 345ba795faa3..000000000000
--- a/app-emulation/vmware-workstation/vmware-workstation-3.0.0.1455-r1.ebuild
+++ /dev/null
@@ -1,152 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-3.0.0.1455-r1.ebuild,v 1.3 2002/07/11 06:30:12 drobbins Exp $
-
-DESCRIPTION="Emulate a complete PC on your PC without the usual performance overhead of most emulators."
-S=${WORKDIR}/vmware-distrib
-NP="VMwareWorkstation-3.0.0-1455"
-
-# Unlike many other binary packages the user doesn't need to agree to a licence
-# to download VM Ware. The agreeing to a licence is part of the configure step
-# which the user must run manually.
-SRC_PATH0="http://vmware-svca.www.conxion.com/software"
-SRC_PATH1="http://www.vmware.com/download1/software"
-SRC_PATH2="ftp://download1.vmware.com/pub/software"
-SRC_PATH3="http://vmware-chil.www.conxion.com/software"
-SRC_PATH4="http://vmware-heva.www.conxion.com/software"
-SRC_PATH5="http://vmware.wespe.de/software"
-SRC_PATH6="ftp://vmware.wespe.de/pub/software"
-
-SRC_URI="$SRC_PATH0/${NP}.tar.gz
- $SRC_PATH1/${NP}.tar.gz
- $SRC_PATH2/${NP}.tar.gz
- $SRC_PATH3/${NP}.tar.gz
- $SRC_PATH4/${NP}.tar.gz
- $SRC_PATH5/${NP}.tar.gz
- $SRC_PATH6/${NP}.tar.gz"
-
-HOMEPAGE="http://www.vmware.com/products/desktop/ws_features.html"
-DEPEND="virtual/glibc virtual/x11 sys-kernel/linux-headers >=sys-devel/perl-5"
-#debug is needed to prevent a segfault from stripping vmware executables
-export DEBUG="yes"
-
-src_install () {
- # Copy:
- dodir /opt/vmware/bin
- cp -a bin/* ${D}/opt/vmware/bin/
- # vmware and vmware-ping needs to be suid root.
- chmod u+s ${D}/opt/vmware/bin/vmware
- chmod u+s ${D}/opt/vmware/bin/vmware-ping
-
- dodir /opt/vmware/lib
- cp -a lib/* ${D}/opt/vmware/lib/
- # Since with Gentoo we compile everthing it doesn't make sense to keep
- # the precompiled modules arround. Saves about 4 megs of disk space too.
- rm -r ${D}/opt/vmware/lib/modules/binary
-
- dodir /opt/vmware/doc
- cp -a doc/* ${D}/opt/vmware/doc/
-
- dodir /opt/vmware/man/
- cp -a man/* ${D}/opt/vmware/man/
-
- # vmware service loader
- exeinto /etc/init.d
- newexe ${FILESDIR}/${PVR}/vmware vmware
-
- # vmware enviroment
- insinto /etc/env.d
- doins ${FILESDIR}/${PVR}/90vmware
-
- dodir /etc/vmware/
- cp -a etc/* ${D}/etc/vmware/
-
- dodir /etc/vmware/init.d
- dodir /etc/vmware/init.d/rc0.d
- dodir /etc/vmware/init.d/rc1.d
- dodir /etc/vmware/init.d/rc2.d
- dodir /etc/vmware/init.d/rc3.d
- dodir /etc/vmware/init.d/rc4.d
- dodir /etc/vmware/init.d/rc5.d
- dodir /etc/vmware/init.d/rc6.d
- cp -a installer/services.sh ${D}/etc/vmware/init.d/vmware
-
- # This is to fix a problem where if someone merges vmware and then
- # before configuring vmware they upgrade or re-merge the vmware
- # package which would rmdir the /etc/vmware/init.d/rc?.d directories.
- touch ${D}/etc/vmware/init.d/rc{0,1,2,3,4,5,6}.d/.keep
-
-
- # Questions:
- einfo "Adding answers to /etc/vmware/locations"
- locations="${D}/etc/vmware/locations"
- echo "answer BINDIR /opt/vmware/bin" >> ${locations}
- echo "answer LIBDIR /opt/vmware/lib" >> ${locations}
- echo "answer MANDIR /opt/vmware/man" >> ${locations}
- echo "answer DOCDIR /opt/vmware/doc" >> ${locations}
- echo "answer RUN_CONFIGURATOR no" >> ${locations}
- echo "answer INITDIR /etc/vmware/init.d" >> ${locations}
- echo "answer INITSCRIPTSDIR /etc/vmware/init.d" >> ${locations}
-}
-
-pkg_preinst () {
- # This must be done after the install to get the mtimes on each file
- # right. This perl snippet gets the /etc/vmware/locations file code:
- # perl -e "@a = stat('bin/vmware'); print \$a[9]"
-
- #Note: it's a bit weird to use ${D} in a preinst script but it should work
- #(drobbins, 1 Feb 2002)
-
- einfo "Generating /etc/vmware/locations file."
- d=`echo ${D} | wc -c`
- for x in `find ${D}/opt/vmware ${D}/etc/vmware`
- do
- x="`echo ${x} | cut -c ${d}-`"
- if [ -d ${D}/${x} ]
- then
- echo "directory ${x}" >> ${D}/etc/vmware/locations
- else
- echo -n "file ${x}" >> ${D}/etc/vmware/locations
- if [ "${x}" == "/etc/vmware/locations" ]
- then
- echo "" >> ${D}/etc/vmware/locations
- elif [ "${x}" == "/etc/vmware/not_configured" ]
- then
- echo "" >> ${D}/etc/vmware/locations
- else
- echo -n " " >> ${D}/etc/vmware/locations
- perl -e "@a = stat('${D}${x}'); print \$a[9]" >> ${D}/etc/vmware/locations
- echo "" >> ${D}/etc/vmware/locations
- fi
- fi
- done
-}
-
-pkg_postinst () {
- # This is to fix the problem where the not_configured file doesn't get
- # removed when the configuration is run. This doesn't remove the file
- # It just tells the vmware-config.pl script it can delete it.
- einfo "Updating /etc/vmware/locations"
- for x in /etc/vmware/._cfg????_locations
- do
- if [ -f $x ]
- then
- cat $x >> /etc/vmware/locations
- rm $x
- fi
- done
-
- einfo "Activating vmware init scripts..."
- rc-update add vmware default
- einfo
- einfo "You need to run /opt/vmware/bin/vmware-config.pl to complete the install."
- einfo
-}
-
-pkg_postrm () {
- einfo
- einfo "To remove all traces of vmware you will need to remove the files"
- einfo "in /etc/vmware/, /etc/init.d/vmware, /lib/modules/*/misc/vm*.o,"
- einfo "and .vmware/ in each users home directory."
- einfo
-}
diff --git a/app-emulation/vmware-workstation/vmware-workstation-3.0.0.1455.ebuild b/app-emulation/vmware-workstation/vmware-workstation-3.0.0.1455.ebuild
deleted file mode 100644
index d23eb9055f51..000000000000
--- a/app-emulation/vmware-workstation/vmware-workstation-3.0.0.1455.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-3.0.0.1455.ebuild,v 1.3 2002/07/11 06:30:13 drobbins Exp $
-
-DESCRIPTION="Emulate a complete PC on your PC without the usual performance overhead of most emulators."
-S=${WORKDIR}/vmware-distrib
-NP="VMwareWorkstation-3.0.0-1455"
-
-# Unlike many other binary packages the user doesn't need to agree to a licence
-# to download VM Ware. The agreeing to a licence is part of the configure step
-# which the user must run manually.
-SRC_PATH0="http://vmware-svca.www.conxion.com/software"
-SRC_PATH1="http://www.vmware.com/download1/software"
-SRC_PATH2="ftp://download1.vmware.com/pub/software"
-SRC_PATH3="http://vmware-chil.www.conxion.com/software"
-SRC_PATH4="http://vmware-heva.www.conxion.com/software"
-SRC_PATH5="http://vmware.wespe.de/software"
-SRC_PATH6="ftp://vmware.wespe.de/pub/software"
-
-SRC_URI="$SRC_PATH0/${NP}.tar.gz
- $SRC_PATH1/${NP}.tar.gz
- $SRC_PATH2/${NP}.tar.gz
- $SRC_PATH3/${NP}.tar.gz
- $SRC_PATH4/${NP}.tar.gz
- $SRC_PATH5/${NP}.tar.gz
- $SRC_PATH6/${NP}.tar.gz"
-
-HOMEPAGE="http://www.vmware.com/products/desktop/ws_features.html"
-DEPEND="virtual/glibc virtual/x11 sys-kernel/linux-headers >=sys-devel/perl-5"
-#debug is needed to prevent a segfault from stripping vmware executables
-export DEBUG="yes"
-
-src_install () {
- # Copy:
- dodir /opt/vmware/bin
- cp -a bin/* ${D}/opt/vmware/bin/
- # vmware and vmware-ping needs to be suid root.
- chmod u+s ${D}/opt/vmware/bin/vmware
- chmod u+s ${D}/opt/vmware/bin/vmware-ping
-
- dodir /opt/vmware/lib
- cp -a lib/* ${D}/opt/vmware/lib/
- # Since with Gentoo we compile everthing it doesn't make sense to keep
- # the precompiled modules arround. Saves about 4 megs of disk space too.
- rm -r ${D}/opt/vmware/lib/modules/binary
-
- dodir /opt/vmware/doc
- cp -a doc/* ${D}/opt/vmware/doc/
-
- dodir /opt/vmware/man/
- cp -a man/* ${D}/opt/vmware/man/
-
- # vmware service loader
- exeinto /etc/init.d
- newexe ${FILESDIR}/${PVR}/vmware vmware
-
- # vmware enviroment
- insinto /etc/env.d
- doins ${FILESDIR}/${PVR}/90vmware
-
- dodir /etc/vmware/
- cp -a etc/* ${D}/etc/vmware/
-
- dodir /etc/vmware/init.d
- dodir /etc/vmware/init.d/rc0.d
- dodir /etc/vmware/init.d/rc1.d
- dodir /etc/vmware/init.d/rc2.d
- dodir /etc/vmware/init.d/rc3.d
- dodir /etc/vmware/init.d/rc4.d
- dodir /etc/vmware/init.d/rc5.d
- dodir /etc/vmware/init.d/rc6.d
- cp -a installer/services.sh ${D}/etc/vmware/init.d/vmware
-
- # Questions:
- einfo "Adding answers to /etc/vmware/locations"
- echo "answer BINDIR /opt/vmware/bin" >> ${D}/etc/vmware/locations
- echo "answer LIBDIR /opt/vmware/lib" >> ${D}/etc/vmware/locations
- echo "answer MANDIR /opt/vmware/man" >> ${D}/etc/vmware/locations
- echo "answer DOCDIR /opt/vmware/doc" >> ${D}/etc/vmware/locations
- echo "answer RUN_CONFIGURATOR no" >> ${D}/etc/vmware/locations
- echo "answer INITDIR /etc/vmware/init.d" >> ${D}/etc/vmware/locations
- echo "answer INITSCRIPTSDIR /etc/vmware/init.d" >> ${D}/etc/vmware/locations
-}
-
-pkg_preinst () {
- # This must be done after the install to get the mtimes on each file
- # right. This perl snippet gets the /etc/vmware/locations file code:
- # perl -e "@a = stat('bin/vmware'); print \$a[9]"
-
- #Note: it's a bit weird to use ${D} in a preinst script but it should work
- #(drobbins, 1 Feb 2002)
-
- einfo "Generating /etc/vmware/locations file."
- d=`echo ${D} | wc -c`
- for x in `find ${D}/opt/vmware ${D}/etc/vmware`
- do
- x="`echo ${x} | cut -c ${d}-`"
- if [ -d ${D}/${x} ]
- then
- echo "directory ${x}" >> ${D}/etc/vmware/locations
- else
- echo -n "file ${x}" >> ${D}/etc/vmware/locations
- if [ "${x}" == "/etc/vmware/locations" ]
- then
- echo "" >> ${D}/etc/vmware/locations
- else
- echo -n " " >> ${D}/etc/vmware/locations
- perl -e "@a = stat('${D}${x}'); print \$a[9]" >> ${D}/etc/vmware/locations
- echo "" >> ${D}/etc/vmware/locations
- fi
- fi
- done
-}
-
-pkg_postinst () {
- einfo "Activating vmware init scripts..."
- rc-update add vmware default
- einfo
- einfo "You need to run /opt/vmware/bin/vmware-config.pl to complete the install."
- einfo
-}
-
-pkg_postrm () {
- einfo
- einfo "To remove all traces of vmware you will need to remove the files"
- einfo "in /etc/vmware/, /etc/init.d/vmware, /lib/modules/*/misc/vm*.o,"
- einfo "and .vmware/ in each users home directory."
- einfo
-}
diff --git a/app-emulation/vmware-workstation/vmware-workstation-3.1.1.1790.ebuild b/app-emulation/vmware-workstation/vmware-workstation-3.1.1.1790.ebuild
index eaab4df50a36..d5d9e23b01da 100644
--- a/app-emulation/vmware-workstation/vmware-workstation-3.1.1.1790.ebuild
+++ b/app-emulation/vmware-workstation/vmware-workstation-3.1.1.1790.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-3.1.1.1790.ebuild,v 1.4 2002/07/16 23:17:08 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-3.1.1.1790.ebuild,v 1.5 2002/07/16 23:22:43 seemant Exp $
DESCRIPTION="Emulate a complete PC on your PC without the usual performance overhead of most emulators."
S=${WORKDIR}/vmware-distrib
@@ -26,7 +26,9 @@ SRC_URI="$SRC_PATH0/${NP}.tar.gz
$SRC_PATH6/${NP}.tar.gz"
HOMEPAGE="http://www.vmware.com/products/desktop/ws_features.html"
+SLOT="0"
LICENSE="vmware"
+KEYWORDS="x86"
DEPEND="virtual/glibc virtual/x11 sys-kernel/linux-headers
>=sys-devel/perl-5 ~dev-lang/tcl-8.3.3"