diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-03-26 20:24:24 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-03-26 20:24:24 +0000 |
commit | 869b3839d35b937381bc726b0553aa7f251717e3 (patch) | |
tree | bb7360a107a232a44cb0ef0b5e85395cb93bb807 /eclass/nxserver_1.5.eclass | |
parent | eclasses are not an issue any more - virtual/x11 masked (diff) | |
download | historical-869b3839d35b937381bc726b0553aa7f251717e3.tar.gz historical-869b3839d35b937381bc726b0553aa7f251717e3.tar.bz2 historical-869b3839d35b937381bc726b0553aa7f251717e3.zip |
Deprecate nxserver eclasses and remove virtual/x11
Diffstat (limited to 'eclass/nxserver_1.5.eclass')
-rw-r--r-- | eclass/nxserver_1.5.eclass | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/eclass/nxserver_1.5.eclass b/eclass/nxserver_1.5.eclass index 71727d34e291..750edb2ac2df 100644 --- a/eclass/nxserver_1.5.eclass +++ b/eclass/nxserver_1.5.eclass @@ -1,7 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/nxserver_1.5.eclass,v 1.4 2006/10/14 20:27:21 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/nxserver_1.5.eclass,v 1.5 2007/03/26 20:24:24 genstef Exp $ # +# DEPRECATED # eclass for handling the different nxserver binaries available # from nomachine's website # @@ -16,7 +17,7 @@ SLOT="0" RESTRICT="nomirror strip fetch" SRC_URI="nxserver-${MY_PV}.i386.rpm" -DEPEND="|| ( ( +DEPEND=" x11-proto/xproto x11-proto/xf86vidmodeproto x11-proto/glproto @@ -28,9 +29,6 @@ DEPEND="|| ( ( x11-libs/libXvMC media-libs/mesa x11-misc/xdialog - ) - virtual/x11 - ) sys-apps/shadow net-misc/openssh !prebuilt? ( @@ -47,7 +45,6 @@ DEPEND="|| ( ( RDEPEND="media-libs/jpeg sys-libs/zlib - virtual/x11 net-misc/openssh dev-lang/perl =net-misc/nxclient-1.5*" |