diff options
author | David Shakaryan <omp@gentoo.org> | 2007-07-22 09:34:35 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2007-07-22 09:34:35 +0000 |
commit | 7da1c97f24ef5389ce20272d3a8906ecbaeca08d (patch) | |
tree | 89642aa954cc5e282b8a1d33821073ece6d5c777 /app-emulation/vmware-esx-console | |
parent | Drop virtual/x11 references. (diff) | |
download | gentoo-2-7da1c97f24ef5389ce20272d3a8906ecbaeca08d.tar.gz gentoo-2-7da1c97f24ef5389ce20272d3a8906ecbaeca08d.tar.bz2 gentoo-2-7da1c97f24ef5389ce20272d3a8906ecbaeca08d.zip |
Remove virtual/x11 from dependencies.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'app-emulation/vmware-esx-console')
3 files changed, 26 insertions, 23 deletions
diff --git a/app-emulation/vmware-esx-console/ChangeLog b/app-emulation/vmware-esx-console/ChangeLog index 4a6ba64465ba..97a385629d11 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-esx-console/ChangeLog,v 1.4 2007/07/02 14:03:32 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-esx-console/ChangeLog,v 1.5 2007/07/22 09:34:35 omp Exp $ + + 22 Jul 2007; David Shakaryan <omp@gentoo.org> + 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 <peper@gentoo.org> vmware-esx-console-2.5.2.16390.ebuild, 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 acb1f2dcf015..6963ae663380 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-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.3 2007/07/02 14:03:32 peper Exp $ +# $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" @@ -17,16 +17,15 @@ 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 ) - virtual/x11 ) - sys-libs/zlib" +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}" diff --git a/app-emulation/vmware-esx-console/vmware-esx-console-2.5.3.24171.ebuild b/app-emulation/vmware-esx-console/vmware-esx-console-2.5.3.24171.ebuild index 53f165b21eee..459c66da80c0 100644 --- a/app-emulation/vmware-esx-console/vmware-esx-console-2.5.3.24171.ebuild +++ b/app-emulation/vmware-esx-console/vmware-esx-console-2.5.3.24171.ebuild @@ -1,6 +1,6 @@ # 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.4 2007/07/12 06:39:56 mr_bones_ Exp $ +# $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" @@ -17,16 +17,15 @@ 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 ) - virtual/x11 ) - sys-libs/zlib" +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}" |