Portage is a package management system used by Gentoo Linux
# ChangeLog for app-emulation/vmware-esx-console
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-esx-console/ChangeLog,v 1.6 2007/09/12 17:11:25 wolf31o2 Exp $
12 Sep 2007; Chris Gianelloni
Removing mattm from metadata.xml since he is being retired.
22 Jul 2007; David Shakaryan
vmware-esx-console-2.5.2.16390.ebuild,
vmware-esx-console-2.5.3.24171.ebuild:
Remove virtual/x11 from dependencies.
02 Jul 2007; Piotr JaroszyĆski
vmware-esx-console-2.5.2.16390.ebuild,
vmware-esx-console-2.5.3.24171.ebuild:
(QA) RESTRICT clean up.
04 Mar 2007; Marius Mauch
vmware-esx-console-2.5.3.24171.ebuild:
Replacing einfo with elog
31 Jan 2006; Matthew Marlowe
vmware-esx-console-2.5.2.16390.ebuild:
Added ebuild changes recommmended by the modular-x
guys.
*vmware-esx-console-2.5.2.16390 (31 Jan 2006)
31 Jan 2006; Matthew Marlowe
+vmware-esx-console-2.5.2.16390.ebuild:
initial migration of the esx versions of vmware-console
to vmware-esx-console.
DIST VMware-console-2.5.2-16390.tar.gz 6001788 RMD160 2af85bde8607cc1c1a66e087d6dc918f7ce139ba SHA1 6715b96b9896046777a1695d7dd58ca6a4aa6fa9 SHA256 de90c3ff275d995e1b072696af838fe2108e1d2a28d775104a8ea171d90ae16c
DIST VMware-console-2.5.3-24171.tar.gz 6022467 RMD160 ef1d8a1722d0e7ff687b3cede2a326d5beaad552 SHA1 8e1c8aa1ae37940659382f13f4ec2af07b18b65f SHA256 ca587ee8b22876c21da0e4d95d2c6b39cb963305702e3d657ad86cbc17639dec
EBUILD vmware-esx-console-2.5.2.16390.ebuild 1146 RMD160 eace272c23298f1af620b690c2524d42959aafad SHA1 3ba69e50b7e4db2884a9030fa05bfe25406a96b3 SHA256 05d6bb0e13b7e7cceb0bb73588bbbe2898862f90111d01524994172ab83c57bc
EBUILD vmware-esx-console-2.5.3.24171.ebuild 1377 RMD160 cdec65a2d794e122242f703046c8e516f897f9b4 SHA1 87ba70f34086ac5c0c40238b4ba51ae4aed4763e SHA256 72f25da6f300adb1ff6b5e67379323f81b018275e548642f89c57997d8c9edfa
MISC ChangeLog 1212 RMD160 291c37356f63e0b7766be6abc9fc851f6e6bc3cf SHA1 6a363b23c135a54c81a19606725e62eca9ae44c4 SHA256 cfb3106ce97a762962d317be3033beabb2566c0756621adea0eb6631cf7a01f7
MISC metadata.xml 258 RMD160 e7857679f5122ce7161f8a1f49e79829194004a9 SHA1 7e1ad9220abba3034af28d405a440034b179550a SHA256 7b329efa8f13e61345c57388e0d42eb3ade7ca40eb9eddd3e6a03d85486d1615
VMWare ESX Console is a remote console for VMware ESX Server.
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-esx-console/vmware-esx-console-2.5.2.16390.ebuild,v 1.4 2007/07/22 09:34:35 omp Exp $
MY_PN="VMware-console-2.5.2-16390.tar.gz"
S="${WORKDIR}/vmware-console-distrib"
DESCRIPTION="VMware ESX Remote Console for Linux"
HOMEPAGE="http://www.vmware.com/"
SRC_URI="${MY_PN}"
LICENSE="vmware-console"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
RESTRICT="fetch strip"
DEPEND="virtual/libc"
RDEPEND="x11-libs/gtk+
x11-libs/libICE
x11-libs/libSM
x11-libs/libXext
x11-libs/libXi
x11-libs/libXpm
x11-libs/libXtst
x11-libs/libX11
sys-libs/zlib"
pkg_nofetch() {
einfo "Please place ${FN} in ${DISTDIR}"
}
src_install() {
dodir /opt/vmware/bin
cp -a bin/* ${D}/opt/vmware/bin/
dodir /opt/vmware/lib
cp -dr lib/* ${D}/opt/vmware/lib/
dodir /opt/vmware/doc
cp -a doc/* ${D}/opt/vmware/doc/
dodir /opt/vmware/man/
cp -a man/* ${D}/opt/vmware/man/
dodir /usr/bin
dosym /opt/vmware/bin/vmware-console /usr/bin/vmware-console
dodir /usr/lib
dosym /opt/vmware/lib /usr/lib/vmware
}
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-esx-console/vmware-esx-console-2.5.3.24171.ebuild,v 1.5 2007/07/22 09:34:35 omp Exp $
MY_PN="VMware-console-2.5.3-24171.tar.gz"
S="${WORKDIR}/vmware-console-distrib"
DESCRIPTION="VMware ESX Remote Console for Linux"
HOMEPAGE="http://www.vmware.com/"
SRC_URI="${MY_PN}"
LICENSE="vmware-console"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
RESTRICT="fetch strip"
DEPEND="virtual/libc"
RDEPEND="x11-libs/gtk+
x11-libs/libICE
x11-libs/libSM
x11-libs/libXext
x11-libs/libXi
x11-libs/libXpm
x11-libs/libXtst
x11-libs/libX11
sys-libs/zlib"
pkg_nofetch() {
einfo "Please place ${FN} in ${DISTDIR}"
}
src_install() {
dodir /opt/vmware-console-distrib
cp -pPR ${S}/* ${D}/opt/vmware-console-distrib
dodir /usr/bin
dosym /opt/vmware-console-distrib/bin/vmware-console /usr/bin/vmware-console
dosym /opt/vmware-console-distrib/bin/vmware-config-console.pl /usr/bin/vmware-config-console.pl
dosym /opt/vmware-console-distrib/lib /usr/lib/vmware-console
dosym /opt/vmware-console-distrib/doc /usr/share/doc/vmware-console
}
pkg_postinst() {
elog "Before running VMware Remote Console for the first time, you need
to configure it by invoking the following command:
/usr/bin/vmware-config-console.pl "
}