From fba4d53b61d739584bb04b8cbad102036ccd4508 Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Tue, 27 Mar 2007 20:15:44 +0000 Subject: [PATCH] Removed old version --- net-misc/nxclient/ChangeLog | 6 +- net-misc/nxclient/files/digest-nxclient-2.1.0 | 3 - net-misc/nxclient/nxclient-2.1.0.ebuild | 57 ------------------- 3 files changed, 5 insertions(+), 61 deletions(-) delete mode 100644 net-misc/nxclient/files/digest-nxclient-2.1.0 delete mode 100644 net-misc/nxclient/nxclient-2.1.0.ebuild diff --git a/net-misc/nxclient/ChangeLog b/net-misc/nxclient/ChangeLog index 3aa7915be53a..fa209ec29e7e 100644 --- a/net-misc/nxclient/ChangeLog +++ b/net-misc/nxclient/ChangeLog @@ -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 + -nxclient-2.1.0.ebuild: + Removed old version 21 Mar 2007; Raúl Porcel 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 index 4ae36e022e25..000000000000 --- a/net-misc/nxclient/files/digest-nxclient-2.1.0 +++ /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 index d3ccc9250929..000000000000 --- a/net-misc/nxclient/nxclient-2.1.0.ebuild +++ /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 -} -- 2.26.2