summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2004-04-09 23:12:22 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2004-04-09 23:12:22 +0000
commitff8bb92d7a8564ab6f51d2ae1ea55918faa5ae59 (patch)
treed7f761156403c0bf86b4a9a56eae1d5a2e03948e /app-emulation
parentrestrict parallel builds (#45776) (Manifest recommit) (diff)
downloadgentoo-2-ff8bb92d7a8564ab6f51d2ae1ea55918faa5ae59.tar.gz
gentoo-2-ff8bb92d7a8564ab6f51d2ae1ea55918faa5ae59.tar.bz2
gentoo-2-ff8bb92d7a8564ab6f51d2ae1ea55918faa5ae59.zip
Initial import. The ebuild was submitted by Josh Glover <josh.glover@tfcci.com>. Closing bug #47253.
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/vmware-console/ChangeLog11
-rw-r--r--app-emulation/vmware-console/Manifest2
-rw-r--r--app-emulation/vmware-console/files/digest-vmware-console-2.5.1.53361
-rw-r--r--app-emulation/vmware-console/metadata.xml15
-rw-r--r--app-emulation/vmware-console/vmware-console-2.5.1.5336.ebuild43
5 files changed, 72 insertions, 0 deletions
diff --git a/app-emulation/vmware-console/ChangeLog b/app-emulation/vmware-console/ChangeLog
new file mode 100644
index 000000000000..97113b3291fb
--- /dev/null
+++ b/app-emulation/vmware-console/ChangeLog
@@ -0,0 +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.1 2004/04/09 23:12:22 wolf31o2 Exp $
+
+*vmware-console-2.5.1.5336 (09 Apr 2004)
+
+ 09 Apr 2004; Chris Gianelloni <wolf31o2@gentoo.org> metadata.xml,
+ vmware-console-2.5.1.5336.ebuild:
+ Initial import. The ebuild was submitted by Josh Glover
+ <josh.glover@tfcci.com>. Closing bug #47253.
+
diff --git a/app-emulation/vmware-console/Manifest b/app-emulation/vmware-console/Manifest
new file mode 100644
index 000000000000..8870753ff7c8
--- /dev/null
+++ b/app-emulation/vmware-console/Manifest
@@ -0,0 +1,2 @@
+MD5 bc7fd5e3d16d96cde0831a7645d5c187 vmware-console-2.5.1.5336.ebuild 1061
+MD5 481a0d1dcbaa9ab5162fbc4dd9a847f2 files/digest-vmware-console-2.5.1.5336 78
diff --git a/app-emulation/vmware-console/files/digest-vmware-console-2.5.1.5336 b/app-emulation/vmware-console/files/digest-vmware-console-2.5.1.5336
new file mode 100644
index 000000000000..dcfc24fb654d
--- /dev/null
+++ b/app-emulation/vmware-console/files/digest-vmware-console-2.5.1.5336
@@ -0,0 +1 @@
+MD5 b9acec18c965bba6254ebd42e5f24617 VMware-console-2.5.1-5336.tar.gz 4095535
diff --git a/app-emulation/vmware-console/metadata.xml b/app-emulation/vmware-console/metadata.xml
new file mode 100644
index 000000000000..79b568258d2e
--- /dev/null
+++ b/app-emulation/vmware-console/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+ <email>wolf31o2@gentoo.org</email>
+ <name>Chris Gianelloni</name>
+</maintainer>
+<maintainer>
+ <email>vapier@gentoo.org</email>
+ <name>Mike Frysinger</name>
+</maintainer>
+<longdescription>
+VMWare Console is a remote console for a VMWare GSX server.
+</longdescription>
+</pkgmetadata>
diff --git a/app-emulation/vmware-console/vmware-console-2.5.1.5336.ebuild b/app-emulation/vmware-console/vmware-console-2.5.1.5336.ebuild
new file mode 100644
index 000000000000..72a57e192923
--- /dev/null
+++ b/app-emulation/vmware-console/vmware-console-2.5.1.5336.ebuild
@@ -0,0 +1,43 @@
+# 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-2.5.1.5336.ebuild,v 1.1 2004/04/09 23:12:22 wolf31o2 Exp $
+
+MY_PN="VMware-console-2.5.1-5336.tar.gz"
+S="${WORKDIR}/vmware-console-distrib"
+
+DESCRIPTION="VMware Remote Console for Linux"
+HOMEPAGE="http://www.vmware.com/"
+SRC_URI="${MY_PN}"
+
+LICENSE="vmware-console"
+SLOT="0"
+KEYWORDS="~x86"
+RESTRICT="fetch nostrip"
+IUSE=""
+
+DEPEND="virtual/glibc
+ virtual/x11"
+
+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
+}