Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/novnc: novnc-0.4.ebuild ChangeLog
Date: Tue, 29 Oct 2013 06:55:11
Message-Id: 20131029065505.9D3172004F@flycatcher.gentoo.org
1 prometheanfire 13/10/29 06:55:05
2
3 Modified: novnc-0.4.ebuild ChangeLog
4 Log:
5 many changes from bug 486568, thanks alonbl
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
8
9 Revision Changes Path
10 1.5 www-apps/novnc/novnc-0.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/novnc/novnc-0.4.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/novnc/novnc-0.4.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/novnc/novnc-0.4.ebuild?r1=1.4&r2=1.5
15
16 Index: novnc-0.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apps/novnc/novnc-0.4.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- novnc-0.4.ebuild 24 Oct 2013 13:01:45 -0000 1.4
23 +++ novnc-0.4.ebuild 29 Oct 2013 06:55:05 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-apps/novnc/novnc-0.4.ebuild,v 1.4 2013/10/24 13:01:45 alonbl Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apps/novnc/novnc-0.4.ebuild,v 1.5 2013/10/29 06:55:05 prometheanfire Exp $
29
30 EAPI=5
31
32 @@ -16,12 +16,10 @@
33
34 DEPEND=""
35 RDEPEND="${DEPEND}
36 - nova? (
37 - dev-python/websockify
38 - sys-cluster/nova
39 - dev-python/matplotlib
40 - dev-python/numpy
41 - )"
42 + nova? ( dev-python/websockify
43 + sys-cluster/nova
44 + dev-python/matplotlib
45 + dev-python/numpy )"
46
47 src_install() {
48 dodir /usr/share/novnc
49 @@ -29,9 +27,12 @@
50 doins -r *.html images include
51 dodoc README.md
52
53 +
54 if use nova; then
55 - newconfd "${FILESDIR}/noVNC.confd" noVNC
56 - newinitd "${FILESDIR}/noVNC.initd" noVNC
57 + dobin utils/nova-novncproxy
58 +
59 + newconfd "${FILESDIR}/noVNC.confd" nova-noVNC
60 + newinitd "${FILESDIR}/noVNC.initd" nova-noVNC
61
62 diropts -m 0750
63 dodir /var/log/noVNC
64
65
66
67 1.4 www-apps/novnc/ChangeLog
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/novnc/ChangeLog?rev=1.4&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/novnc/ChangeLog?rev=1.4&content-type=text/plain
71 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/novnc/ChangeLog?r1=1.3&r2=1.4
72
73 Index: ChangeLog
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/www-apps/novnc/ChangeLog,v
76 retrieving revision 1.3
77 retrieving revision 1.4
78 diff -u -r1.3 -r1.4
79 --- ChangeLog 24 Oct 2013 13:01:45 -0000 1.3
80 +++ ChangeLog 29 Oct 2013 06:55:05 -0000 1.4
81 @@ -1,6 +1,10 @@
82 # ChangeLog for www-apps/novnc
83 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
84 -# $Header: /var/cvsroot/gentoo-x86/www-apps/novnc/ChangeLog,v 1.3 2013/10/24 13:01:45 alonbl Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/www-apps/novnc/ChangeLog,v 1.4 2013/10/29 06:55:05 prometheanfire Exp $
86 +
87 + 29 Oct 2013; Matthew Thode <prometheanfire@g.o> files/noVNC.initd,
88 + novnc-0.4.ebuild:
89 + many changes from bug 486568, thanks alonbl
90
91 24 Oct 2013; Alon Bar-Lev <alonbl@g.o> novnc-0.4.ebuild:
92 Remove unneeded installation and dependency if not USE nova, partial work of