# ChangeLog for net-misc/nxclient
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v 1.35 2007/03/21 19:39:39 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v 1.36 2007/03/27 20:15:44 voyageur Exp $
+
+ 27 Mar 2007; Bernard Cafarelli <voyageur@gentoo.org>
+ -nxclient-2.1.0.ebuild:
+ Removed old version
21 Mar 2007; Raúl Porcel <armin76@gentoo.org> nxclient-1.5.0-r5.ebuild:
x86 stable wrt bug 123386
+++ /dev/null
-MD5 4eff1e6fbc9c188f30563453d4b27e3a nxclient-2.1.0-9.i386.tar.gz 3479744
-RMD160 31acc314235cdf470ee7857801af3912c314d440 nxclient-2.1.0-9.i386.tar.gz 3479744
-SHA256 9d7d723e501495114a8a2d5bf1902cb22b4734e5f044c17a4ec2927ad4aadb9d nxclient-2.1.0-9.i386.tar.gz 3479744
+++ /dev/null
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/nxclient-2.1.0.ebuild,v 1.2 2006/12/14 15:13:33 beu Exp $
-
-DESCRIPTION="NXClient is a X11/VNC/NXServer client especially tuned for using
-remote desktops over low-bandwidth links such as the Internet"
-HOMEPAGE="http://www.nomachine.com/"
-SRC_URI="http://64.34.161.181/download/2.1.0/Linux/nxclient-2.1.0-9.i386.tar.gz"
-LICENSE="nomachine"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-RESTRICT="nostrip"
-
-DEPEND=""
-RDEPEND="
- dev-libs/expat
- dev-libs/openssl
- media-libs/audiofile
- media-libs/jpeg
- media-libs/libpng
- media-libs/freetype
- media-libs/fontconfig
- net-analyzer/gnu-netcat
- net-print/cups
- x11-libs/libXft
- x11-libs/libX11
- x11-libs/libXdmcp
- x11-libs/libXrender
- x11-libs/libXau
- x11-libs/libXext
- =x11-libs/qt-3*
- sys-libs/lib-compat"
-
-S=${WORKDIR}/NX
-
-src_install()
-{
- cd ${S}
-
- # we install nxclient into /usr/NX, to make sure it doesn't clash
- # with libraries installed for FreeNX
-
- for x in nxclient nxesd nxkill nxprint nxservice nxssh ; do
- into /usr/NX
- dobin bin/$x || die
- into /usr
- newbin ${FILESDIR}/nxwrapper $x || die
- done
-
- into /usr/NX
- dolib lib/libXcompsh.so*
- dolib lib/libXcomp.so*
-
- dodir /usr/NX/share
- cp -R share ${D}/usr/NX
-}