diff options
author | Matthew Marlowe <mattm@gentoo.org> | 2006-01-31 21:34:19 +0000 |
---|---|---|
committer | Matthew Marlowe <mattm@gentoo.org> | 2006-01-31 21:34:19 +0000 |
commit | 06027661a4a006a30ed47efe7c637fa040b8c27b (patch) | |
tree | e5c2f87ea44d164836b8322430381b352fdcda9f /app-emulation | |
parent | Mark 1.9012 stable on alpha (diff) | |
download | historical-06027661a4a006a30ed47efe7c637fa040b8c27b.tar.gz historical-06027661a4a006a30ed47efe7c637fa040b8c27b.tar.bz2 historical-06027661a4a006a30ed47efe7c637fa040b8c27b.zip |
Finally added modular x fixes.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vmware-esx-console/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/vmware-esx-console/Manifest | 4 | ||||
-rw-r--r-- | app-emulation/vmware-esx-console/vmware-esx-console-2.5.2.16390.ebuild | 16 |
3 files changed, 21 insertions, 6 deletions
diff --git a/app-emulation/vmware-esx-console/ChangeLog b/app-emulation/vmware-esx-console/ChangeLog index f6a3c0110524..9c94d144aba8 100644 --- a/app-emulation/vmware-esx-console/ChangeLog +++ b/app-emulation/vmware-esx-console/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/vmware-esx-console # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-esx-console/ChangeLog,v 1.1 2006/01/31 21:25:03 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-esx-console/ChangeLog,v 1.2 2006/01/31 21:34:19 mattm Exp $ + + 31 Jan 2006; Matthew Marlowe <mattm@gentoo.org> + 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) diff --git a/app-emulation/vmware-esx-console/Manifest b/app-emulation/vmware-esx-console/Manifest index c085e5eb704a..b455b060dfdf 100644 --- a/app-emulation/vmware-esx-console/Manifest +++ b/app-emulation/vmware-esx-console/Manifest @@ -1,4 +1,4 @@ -MD5 e8f980cc3670c09b5c7bd369fcd2f2a8 ChangeLog 474 +MD5 53f087429882b46562c34cee11ee1c04 ChangeLog 627 MD5 f80fe93b51b573e3e9b7ae3dd24946ce files/digest-vmware-esx-console-2.5.2.16390 79 MD5 837b2fdd49e4f09f9efca2820cd3df78 metadata.xml 350 -MD5 face5d28ff5883a8ae33c51f4930398e vmware-esx-console-2.5.2.16390.ebuild 1004 +MD5 dc8cefc0c47c7c9fc0a47012d0ea2114 vmware-esx-console-2.5.2.16390.ebuild 1217 diff --git a/app-emulation/vmware-esx-console/vmware-esx-console-2.5.2.16390.ebuild b/app-emulation/vmware-esx-console/vmware-esx-console-2.5.2.16390.ebuild index c87ed73bdc05..09c58c0266db 100644 --- a/app-emulation/vmware-esx-console/vmware-esx-console-2.5.2.16390.ebuild +++ b/app-emulation/vmware-esx-console/vmware-esx-console-2.5.2.16390.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.1 2006/01/31 21:25:03 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-esx-console/vmware-esx-console-2.5.2.16390.ebuild,v 1.2 2006/01/31 21:34:19 mattm Exp $ MY_PN="VMware-console-2.5.2-16390.tar.gz" S="${WORKDIR}/vmware-console-distrib" @@ -15,8 +15,18 @@ KEYWORDS="~x86" IUSE="" RESTRICT="fetch nostrip" -DEPEND="virtual/libc - virtual/x11" +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 ) + virtual/x11 ) + sys-libs/zlib" pkg_nofetch() { einfo "Please place ${FN} in ${DISTDIR}" |