Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: ChangeLog tigervnc-1.0.0.ebuild
Date: Wed, 30 Sep 2009 17:22:23
Message-Id: E1Mt2sf-0001tO-5q@stork.gentoo.org
1 armin76 09/09/30 17:22:21
2
3 Modified: ChangeLog tigervnc-1.0.0.ebuild
4 Log:
5 Add glproto dep as non-optional
6 (Portage version: 2.1.6.13/cvs/Linux ia64)
7
8 Revision Changes Path
9 1.20 net-misc/tigervnc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.20&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.20&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tigervnc/ChangeLog?r1=1.19&r2=1.20
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v
18 retrieving revision 1.19
19 retrieving revision 1.20
20 diff -u -r1.19 -r1.20
21 --- ChangeLog 13 Sep 2009 19:29:39 -0000 1.19
22 +++ ChangeLog 30 Sep 2009 17:22:20 -0000 1.20
23 @@ -1,6 +1,9 @@
24 # ChangeLog for net-misc/tigervnc
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.19 2009/09/13 19:29:39 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.20 2009/09/30 17:22:20 armin76 Exp $
28 +
29 + 30 Sep 2009; Raúl Porcel <armin76@g.o> tigervnc-1.0.0.ebuild:
30 + Add glproto dep as non-optional
31
32 *tigervnc-1.0.0 (13 Sep 2009)
33
34
35
36
37 1.3 net-misc/tigervnc/tigervnc-1.0.0.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0.ebuild?r1=1.2&r2=1.3
42
43 Index: tigervnc-1.0.0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- tigervnc-1.0.0.ebuild 14 Sep 2009 01:14:47 -0000 1.2
50 +++ tigervnc-1.0.0.ebuild 30 Sep 2009 17:22:20 -0000 1.3
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0.ebuild,v 1.2 2009/09/14 01:14:47 mr_bones_ Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0.ebuild,v 1.3 2009/09/30 17:22:20 armin76 Exp $
56
57 EAPI="1"
58
59 @@ -60,6 +60,7 @@
60 x11-proto/dri2proto
61 x11-proto/fixesproto
62 x11-proto/fontsproto
63 + x11-proto/glproto
64 x11-proto/randrproto
65 x11-proto/resourceproto
66 x11-proto/scrnsaverproto
67 @@ -72,7 +73,6 @@
68 x11-proto/xf86driproto
69 x11-proto/xf86miscproto
70 x11-proto/xf86vidmodeproto
71 - opengl? ( x11-proto/glproto )
72 >=media-libs/mesa-7.1
73 >=x11-proto/renderproto-0.9.3
74 x11-libs/libpciaccess