diff options
-rw-r--r-- | net-misc/nxclient/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/nxclient/Manifest | 8 | ||||
-rw-r--r-- | net-misc/nxclient/files/digest-nxclient-1.4.0 | 1 | ||||
-rw-r--r-- | net-misc/nxclient/nxclient-1.4.0.ebuild | 31 |
4 files changed, 43 insertions, 4 deletions
diff --git a/net-misc/nxclient/ChangeLog b/net-misc/nxclient/ChangeLog index e8ff0b75ca7e..171a0349f8fb 100644 --- a/net-misc/nxclient/ChangeLog +++ b/net-misc/nxclient/ChangeLog @@ -1,10 +1,15 @@ # ChangeLog for net-misc/nxclient # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v 1.9 2004/06/26 22:07:56 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v 1.10 2004/06/26 22:27:03 stuart Exp $ 26 Jun 2004; Stuart Herbert <stuart@gentoo.org> nxclient-1.3.2.ebuild: Added missing libqt dependency; for bug #51105 +*nxclient-1.4.0 (26 Jun 2004) + + 26 Jun 2004; Stuart Herbert <stuart@gentoo.org> nxclient-1.4.0.ebuild: + Added binary snapshot of NX Client 1.4 + 13 Jun 2004; Donnie Berkholz <spyderous@gentoo.org>; nxclient-1.3.0.ebuild, nxclient-1.3.2.ebuild: Change x11-base/xfree dependency to virtual/x11 (#52153). diff --git a/net-misc/nxclient/Manifest b/net-misc/nxclient/Manifest index f17ab6ed6778..ba1ddf2242cf 100644 --- a/net-misc/nxclient/Manifest +++ b/net-misc/nxclient/Manifest @@ -1,7 +1,9 @@ -MD5 d498c2a2e345723e19442e98cf03ccba ChangeLog 1323 -MD5 3aa817a1e4bfeebbc2c8750046d5a3fd nxclient-1.3.0.ebuild 1593 +MD5 1e31646a3525a067ac87053392716c4e ChangeLog 1470 MD5 c1c67a77261d3b3fede94b41a9d0ce1e metadata.xml 455 +MD5 3aa817a1e4bfeebbc2c8750046d5a3fd nxclient-1.3.0.ebuild 1593 MD5 f51674b0fd58455a80c0f91a200d25ed nxclient-1.3.2.ebuild 1619 -MD5 05726c6d42d87195bcf8f5b5c76de1d3 files/digest-nxclient-1.3.2 70 +MD5 db88412777ffad1683806deb8b62c63b nxclient-1.4.0.ebuild 691 MD5 5e85c900da1930890c8987a364976127 files/digest-nxclient-1.3.0 71 +MD5 05726c6d42d87195bcf8f5b5c76de1d3 files/digest-nxclient-1.3.2 70 +MD5 56da8977a2e8054f69e81317b07ad7ba files/digest-nxclient-1.4.0 75 MD5 a2e15c37686ddad8dd3854b2b9b70700 files/1.3.0/50nxclient 57 diff --git a/net-misc/nxclient/files/digest-nxclient-1.4.0 b/net-misc/nxclient/files/digest-nxclient-1.4.0 new file mode 100644 index 000000000000..f2264c71b9a4 --- /dev/null +++ b/net-misc/nxclient/files/digest-nxclient-1.4.0 @@ -0,0 +1 @@ +MD5 a026824380ccaff79e34014bf345f3d6 nxclient-1.4.0-14.i386.tar.gz 3378828 diff --git a/net-misc/nxclient/nxclient-1.4.0.ebuild b/net-misc/nxclient/nxclient-1.4.0.ebuild new file mode 100644 index 000000000000..93d4968d422f --- /dev/null +++ b/net-misc/nxclient/nxclient-1.4.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header $ + +DESCRIPTION="NXClient is a X11/VNC/NXServer client especially tuned for using remote desktops over low-bandwidth links such as the Internet" +HOMEPAGE="www.nomachine.com" + +IUSE="" +LICENSE="as-is" +SLOT="0" +KEYWORDS="~x86 -ppc -sparc -alpha -mips" +RESTRICT="nostrip" + +MY_PV="${PV}-14" +SRC_URI="http://www.nomachine.com/download/snapshot/nxbinaries/Linux/nxclient-${MY_PV}.i386.tar.gz" + +DEPEND="" + +S="${WORKDIR}/NX" + +src_compile() { + einfo "Nothing to compile" +} + +src_install() { + dodir /usr/NX + cp -R * ${D}/usr/NX + + insinto /etc/env.d + doins ${FILESDIR}/1.3.0/50nxclient +} |