From 9fd19da3d4b6b019a5b208e98b7265ddc5e06404 Mon Sep 17 00:00:00 2001 From: Josh Glover Date: Fri, 4 Jun 2004 03:39:06 +0000 Subject: Cleaned up ebuild for 3.0.0-7592, adding 'esx' local USE flag to override the default of using GSX docs; changed maintainer to jmglov --- app-emulation/vmware-console/ChangeLog | 7 +- app-emulation/vmware-console/Manifest | 6 +- app-emulation/vmware-console/metadata.xml | 6 +- .../vmware-console-3.0.0.7592.ebuild | 83 +++++++++++++++++----- 4 files changed, 76 insertions(+), 26 deletions(-) (limited to 'app-emulation') diff --git a/app-emulation/vmware-console/ChangeLog b/app-emulation/vmware-console/ChangeLog index ae7cbc44ffd4..8beb30172773 100644 --- a/app-emulation/vmware-console/ChangeLog +++ b/app-emulation/vmware-console/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/vmware-console # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-console/ChangeLog,v 1.4 2004/05/30 14:50:26 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-console/ChangeLog,v 1.5 2004/06/04 03:39:06 jmglov Exp $ + + 03 Jun 2004; metadata.xml, + vmware-console-3.0.0.7592.ebuild: + Cleaned up ebuild for 3.0.0-7592, adding 'esx' local USE flag to override the + default of using GSX docs 30 May 2004; Chris Gianelloni vmware-console-2.5.1.5336.ebuild: diff --git a/app-emulation/vmware-console/Manifest b/app-emulation/vmware-console/Manifest index dac8933f4464..bc247d98256d 100644 --- a/app-emulation/vmware-console/Manifest +++ b/app-emulation/vmware-console/Manifest @@ -1,6 +1,6 @@ -MD5 0951b5da49a76d73d48ea25f75f6dbd4 vmware-console-3.0.0.7592.ebuild 1004 +MD5 8dfe24928a869b87f42cf64ac45a8cec ChangeLog 1085 MD5 a347c77bda71bc87fca5fecf62541d15 vmware-console-2.5.1.5336.ebuild 1003 -MD5 dca447655b1ed301d27b0c6ee0cb0658 ChangeLog 894 -MD5 99560b45f907ab3e2987031dbfbb9e3e metadata.xml 332 +MD5 42799bbd6476a6166f6ab16962d9628d metadata.xml 331 +MD5 6faf06491b994bdf37191709a3ac60c9 vmware-console-3.0.0.7592.ebuild 2614 MD5 481a0d1dcbaa9ab5162fbc4dd9a847f2 files/digest-vmware-console-2.5.1.5336 78 MD5 63c753940be74f7933bb1ebbc6c525bc files/digest-vmware-console-3.0.0.7592 79 diff --git a/app-emulation/vmware-console/metadata.xml b/app-emulation/vmware-console/metadata.xml index 05dce076e791..75b290827703 100644 --- a/app-emulation/vmware-console/metadata.xml +++ b/app-emulation/vmware-console/metadata.xml @@ -2,10 +2,10 @@ - wolf31o2@gentoo.org - Chris Gianelloni + jmglov@gentoo.org + Josh Glover -VMWare Console is a remote console for a VMWare GSX server. +VMWare Console is a remote console for VMware ESX and GSX Server. diff --git a/app-emulation/vmware-console/vmware-console-3.0.0.7592.ebuild b/app-emulation/vmware-console/vmware-console-3.0.0.7592.ebuild index c7c9e229e675..54b1202f939b 100644 --- a/app-emulation/vmware-console/vmware-console-3.0.0.7592.ebuild +++ b/app-emulation/vmware-console/vmware-console-3.0.0.7592.ebuild @@ -1,43 +1,88 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-console/vmware-console-3.0.0.7592.ebuild,v 1.1 2004/05/21 19:09:03 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-console/vmware-console-3.0.0.7592.ebuild,v 1.2 2004/06/04 03:39:06 jmglov Exp $ -MY_PN="VMware-console-3.0.0-7592.tar.gz" +MY_PN="VMware-console" +MY_PV=`echo ${PV} | sed -e 's/\.\([0-9]\+\)$/-\1/'` +MY_P="${MY_PN}-${MY_PV}" +FN="${MY_P}.tar.gz" S="${WORKDIR}/vmware-console-distrib" DESCRIPTION="VMware Remote Console for Linux" HOMEPAGE="http://www.vmware.com/" -SRC_URI="${MY_PN}" +SRC_URI="${FN}" -LICENSE="vmware-console" +LICENSE="vmware" SLOT="0" KEYWORDS="~x86" RESTRICT="fetch nostrip" -IUSE="" +IUSE="esx" DEPEND="virtual/glibc virtual/x11" pkg_nofetch() { - einfo "Please place ${FN} in ${DISTDIR}" + einfo "Please obtain ${FN} and place it in ${DISTDIR}" } src_install () { - dodir /opt/vmware/bin - cp -a bin/* ${D}/opt/vmware/bin/ + # Set up config database + echo 'libdir = "/opt/vmware-console/lib"' >etc/config + cat >etc/locations <