summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2015-03-04 14:01:22 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2015-03-04 14:01:22 +0100
commit5f713ae411603b3881ac78f3c6f20e44e5ecc667 (patch)
tree4e56d6c469d2cc968532e28438909b9299855e7e /net-misc
parentAdd metadata/layout.conf (diff)
downloadnx-5f713ae411603b3881ac78f3c6f20e44e5ecc667.tar.gz
nx-5f713ae411603b3881ac78f3c6f20e44e5ecc667.tar.bz2
nx-5f713ae411603b3881ac78f3c6f20e44e5ecc667.zip
nxweb discontinued upstream in favour of a cloud server setup
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/nxweb/Manifest2
-rw-r--r--net-misc/nxweb/nxweb-3.0.0.ebuild32
2 files changed, 0 insertions, 34 deletions
diff --git a/net-misc/nxweb/Manifest b/net-misc/nxweb/Manifest
deleted file mode 100644
index 8b41654..0000000
--- a/net-misc/nxweb/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST nxplugin-3.0.0-5.i386.tar.gz 13875502 RMD160 f2faa7dbab4e869a04ee059cc1bd25299b6cc7de SHA1 ea2fa4ee84ef8227a6f125343568b679296be116 SHA256 6e0801cf80084450d22a3558a22879179aeed215c7dad827f32f750d10d914e5
-EBUILD nxweb-3.0.0.ebuild 1006 RMD160 c89b67dca4c570d1e1628075de1520d0fc779393 SHA1 8941cfa3ab65affecee36d9a74a644e969aa7624 SHA256 6949624f8f061c387ce42732da5c36b849be5a9692d347b5ebfdcaadd87eb618
diff --git a/net-misc/nxweb/nxweb-3.0.0.ebuild b/net-misc/nxweb/nxweb-3.0.0.ebuild
deleted file mode 100644
index 3447560..0000000
--- a/net-misc/nxweb/nxweb-3.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit webapp
-
-DESCRIPTION="web companion client for NoMachine NX servers"
-HOMEPAGE="http://www.nomachine.com/"
-
-SRC_URI="http://64.34.161.181/download/${PV}/Linux/nxplugin-${PV}-5.i386.tar.gz"
-LICENSE="nomachine"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=net-misc/nxserver-freeedition-3.0.0"
-RDEPEND="${DEPEND}"
-
-src_install() {
- webapp_src_preinst
-
- einfo "Patching nxapplet.html with server hostname: ${VHOST_HOSTNAME}"
- sed -i -e "s|http://webserver|http://${VHOST_HOSTNAME}/${PN}|" usr/NX/share/plugin/nxapplet.html
- [ "$VHOST_HOSTNAME" = localhost ] && ewarn "Server hostname is localhost, the plugin will not be usable from remote hosts"
-
- cp -R usr/NX/share/* "${D}"/${MY_HTDOCSDIR}
-
- #TODO: webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
- # Note to the user that she can access the client at http://localhost/nxweb/plugin/nxapplet.html
-
- webapp_src_install
-}