Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/nx:master commit in: metadata/cache/net-misc/, net-misc/nxweb/
Date: Wed, 04 Mar 2015 13:05:07
Message-Id: 1425474082.5f713ae411603b3881ac78f3c6f20e44e5ecc667.voyageur@gentoo
1 commit: 5f713ae411603b3881ac78f3c6f20e44e5ecc667
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 4 13:01:22 2015 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 4 13:01:22 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/nx.git;a=commit;h=5f713ae4
7
8 nxweb discontinued upstream in favour of a cloud server setup
9
10 metadata/cache/net-misc/nxplayer-4.0.101.5 | 2 +-
11 metadata/cache/net-misc/nxweb-3.0.0 | 22 --------------------
12 net-misc/nxweb/Manifest | 2 --
13 net-misc/nxweb/nxweb-3.0.0.ebuild | 32 ------------------------------
14 4 files changed, 1 insertion(+), 57 deletions(-)
15
16 diff --git a/metadata/cache/net-misc/nxplayer-4.0.101.5 b/metadata/cache/net-misc/nxplayer-4.0.101.5
17 index 9c42131..9397833 100644
18 --- a/metadata/cache/net-misc/nxplayer-4.0.101.5
19 +++ b/metadata/cache/net-misc/nxplayer-4.0.101.5
20 @@ -7,7 +7,7 @@ http://www.nomachine.com/
21 nomachine
22 New NX client interface
23 -* ~amd64 ~x86
24 -eutils multilib toolchain-funcs user versionator
25 +eutils multilib toolchain-funcs versionator
26
27
28
29
30 diff --git a/metadata/cache/net-misc/nxweb-3.0.0 b/metadata/cache/net-misc/nxweb-3.0.0
31 deleted file mode 100644
32 index fb61ac2..0000000
33 --- a/metadata/cache/net-misc/nxweb-3.0.0
34 +++ /dev/null
35 @@ -1,22 +0,0 @@
36 ->=net-misc/nxserver-freeedition-3.0.0 >=app-admin/webapp-config-1.50.15
37 ->=net-misc/nxserver-freeedition-3.0.0 >=app-admin/webapp-config-1.50.15
38 -0
39 -http://64.34.161.181/download/3.0.0/Linux/nxplugin-3.0.0-5.i386.tar.gz
40 -
41 -http://www.nomachine.com/
42 -nomachine
43 -web companion client for NoMachine NX servers
44 -~amd64 ~x86
45 -webapp
46 -vhosts
47 -
48 -
49 -
50 -
51 -
52 -install postinst prerm setup
53 -
54 -
55 -
56 -
57 -
58
59 diff --git a/net-misc/nxweb/Manifest b/net-misc/nxweb/Manifest
60 deleted file mode 100644
61 index 8b41654..0000000
62 --- a/net-misc/nxweb/Manifest
63 +++ /dev/null
64 @@ -1,2 +0,0 @@
65 -DIST nxplugin-3.0.0-5.i386.tar.gz 13875502 RMD160 f2faa7dbab4e869a04ee059cc1bd25299b6cc7de SHA1 ea2fa4ee84ef8227a6f125343568b679296be116 SHA256 6e0801cf80084450d22a3558a22879179aeed215c7dad827f32f750d10d914e5
66 -EBUILD nxweb-3.0.0.ebuild 1006 RMD160 c89b67dca4c570d1e1628075de1520d0fc779393 SHA1 8941cfa3ab65affecee36d9a74a644e969aa7624 SHA256 6949624f8f061c387ce42732da5c36b849be5a9692d347b5ebfdcaadd87eb618
67
68 diff --git a/net-misc/nxweb/nxweb-3.0.0.ebuild b/net-misc/nxweb/nxweb-3.0.0.ebuild
69 deleted file mode 100644
70 index 3447560..0000000
71 --- a/net-misc/nxweb/nxweb-3.0.0.ebuild
72 +++ /dev/null
73 @@ -1,32 +0,0 @@
74 -# Copyright 1999-2008 Gentoo Foundation
75 -# Distributed under the terms of the GNU General Public License v2
76 -# $Header: $
77 -
78 -inherit webapp
79 -
80 -DESCRIPTION="web companion client for NoMachine NX servers"
81 -HOMEPAGE="http://www.nomachine.com/"
82 -
83 -SRC_URI="http://64.34.161.181/download/${PV}/Linux/nxplugin-${PV}-5.i386.tar.gz"
84 -LICENSE="nomachine"
85 -SLOT="0"
86 -KEYWORDS="~amd64 ~x86"
87 -IUSE=""
88 -
89 -DEPEND=">=net-misc/nxserver-freeedition-3.0.0"
90 -RDEPEND="${DEPEND}"
91 -
92 -src_install() {
93 - webapp_src_preinst
94 -
95 - einfo "Patching nxapplet.html with server hostname: ${VHOST_HOSTNAME}"
96 - sed -i -e "s|http://webserver|http://${VHOST_HOSTNAME}/${PN}|" usr/NX/share/plugin/nxapplet.html
97 - [ "$VHOST_HOSTNAME" = localhost ] && ewarn "Server hostname is localhost, the plugin will not be usable from remote hosts"
98 -
99 - cp -R usr/NX/share/* "${D}"/${MY_HTDOCSDIR}
100 -
101 - #TODO: webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
102 - # Note to the user that she can access the client at http://localhost/nxweb/plugin/nxapplet.html
103 -
104 - webapp_src_install
105 -}