Removed old version
authorBernard Cafarelli <voyageur@gentoo.org>
Tue, 27 Mar 2007 20:15:44 +0000 (20:15 +0000)
committerBernard Cafarelli <voyageur@gentoo.org>
Tue, 27 Mar 2007 20:15:44 +0000 (20:15 +0000)
net-misc/nxclient/ChangeLog
net-misc/nxclient/files/digest-nxclient-2.1.0 [deleted file]
net-misc/nxclient/nxclient-2.1.0.ebuild [deleted file]

index 3aa7915be53a50ad2697813dda2834a25c16f369..fa209ec29e7e15a797dc7419f49144809a05a3a2 100644 (file)
@@ -1,6 +1,10 @@
 # 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
diff --git a/net-misc/nxclient/files/digest-nxclient-2.1.0 b/net-misc/nxclient/files/digest-nxclient-2.1.0
deleted file mode 100644 (file)
index 4ae36e0..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-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
diff --git a/net-misc/nxclient/nxclient-2.1.0.ebuild b/net-misc/nxclient/nxclient-2.1.0.ebuild
deleted file mode 100644 (file)
index d3ccc92..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-# 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
-}