Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/x11vnc: x11vnc-0.9.2-r1.ebuild x11vnc-0.9.3.ebuild ChangeLog
Date: Fri, 11 Jan 2008 21:10:56
Message-Id: E1JDR9R-0000Fz-BJ@stork.gentoo.org
1 swegener 08/01/11 21:10:53
2
3 Modified: x11vnc-0.9.2-r1.ebuild x11vnc-0.9.3.ebuild
4 ChangeLog
5 Log:
6 Add dependency on x11-proto/inputproto for bug #204589.
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.12 x11-misc/x11vnc/x11vnc-0.9.2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.2-r1.ebuild?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.2-r1.ebuild?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.2-r1.ebuild?r1=1.11&r2=1.12
15
16 Index: x11vnc-0.9.2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.2-r1.ebuild,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- x11vnc-0.9.2-r1.ebuild 2 Oct 2007 15:28:52 -0000 1.11
23 +++ x11vnc-0.9.2-r1.ebuild 11 Jan 2008 21:10:52 -0000 1.12
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.2-r1.ebuild,v 1.11 2007/10/02 15:28:52 pylon Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.2-r1.ebuild,v 1.12 2008/01/11 21:10:52 swegener Exp $
30
31 DESCRIPTION="A VNC server for real X displays"
32 HOMEPAGE="http://www.karlrunge.com/x11vnc/"
33 @@ -27,6 +27,7 @@
34 DEPEND="${RDEPEND}
35 x11-libs/libXt
36 xinerama? ( x11-proto/xineramaproto )
37 + x11-proto/inputproto
38 x11-proto/trapproto
39 x11-proto/recordproto
40 x11-proto/xproto
41
42
43
44 1.3 x11-misc/x11vnc/x11vnc-0.9.3.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.3.ebuild?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.3.ebuild?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.3.ebuild?r1=1.2&r2=1.3
49
50 Index: x11vnc-0.9.3.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.3.ebuild,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- x11vnc-0.9.3.ebuild 17 Dec 2007 21:21:35 -0000 1.2
57 +++ x11vnc-0.9.3.ebuild 11 Jan 2008 21:10:52 -0000 1.3
58 @@ -1,6 +1,6 @@
59 -# Copyright 1999-2007 Gentoo Foundation
60 +# Copyright 1999-2008 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.3.ebuild,v 1.2 2007/12/17 21:21:35 armin76 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.3.ebuild,v 1.3 2008/01/11 21:10:52 swegener Exp $
64
65 DESCRIPTION="A VNC server for real X displays"
66 HOMEPAGE="http://www.karlrunge.com/x11vnc/"
67 @@ -27,6 +27,7 @@
68 DEPEND="${RDEPEND}
69 x11-libs/libXt
70 xinerama? ( x11-proto/xineramaproto )
71 + x11-proto/inputproto
72 x11-proto/trapproto
73 x11-proto/recordproto
74 x11-proto/xproto
75
76
77
78 1.56 x11-misc/x11vnc/ChangeLog
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/x11vnc/ChangeLog?rev=1.56&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/x11vnc/ChangeLog?rev=1.56&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/x11vnc/ChangeLog?r1=1.55&r2=1.56
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/ChangeLog,v
87 retrieving revision 1.55
88 retrieving revision 1.56
89 diff -u -r1.55 -r1.56
90 --- ChangeLog 17 Dec 2007 21:21:35 -0000 1.55
91 +++ ChangeLog 11 Jan 2008 21:10:52 -0000 1.56
92 @@ -1,6 +1,10 @@
93 # ChangeLog for x11-misc/x11vnc
94 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/ChangeLog,v 1.55 2007/12/17 21:21:35 armin76 Exp $
96 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
97 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/ChangeLog,v 1.56 2008/01/11 21:10:52 swegener Exp $
98 +
99 + 11 Jan 2008; Sven Wegener <swegener@g.o> x11vnc-0.9.2-r1.ebuild,
100 + x11vnc-0.9.3.ebuild:
101 + Add dependency on x11-proto/inputproto for bug #204589.
102
103 17 Dec 2007; Raúl Porcel <armin76@g.o> x11vnc-0.9.3.ebuild:
104 ia64/x86 stable
105
106
107
108 --
109 gentoo-commits@l.g.o mailing list