Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/gtk-vnc: gtk-vnc-0.4.1.ebuild ChangeLog
Date: Sat, 28 Aug 2010 21:46:05
Message-Id: 20100828214553.ECDC720051@flycatcher.gentoo.org
1 eva 10/08/28 21:45:53
2
3 Modified: gtk-vnc-0.4.1.ebuild ChangeLog
4 Log:
5 Disable automagic introspection and automagic gtk-3 support, closes: #329733.
6
7 (Portage version: 2.2_rc68/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 net-libs/gtk-vnc/gtk-vnc-0.4.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.4.1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.4.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.4.1.ebuild?r1=1.3&r2=1.4
15
16 Index: gtk-vnc-0.4.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.4.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- gtk-vnc-0.4.1.ebuild 30 Jul 2010 15:17:01 -0000 1.3
23 +++ gtk-vnc-0.4.1.ebuild 28 Aug 2010 21:45:53 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.4.1.ebuild,v 1.3 2010/07/30 15:17:01 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.4.1.ebuild,v 1.4 2010/08/28 21:45:53 eva Exp $
29
30 EAPI="2"
31
32 @@ -17,9 +17,10 @@
33 # libview is used in examples/gvncviewer -- no need
34 # TODO: review nsplugin when it will be considered less experimental
35
36 -RDEPEND=">=x11-libs/gtk+-2.18
37 +RDEPEND=">=x11-libs/gtk+-2.18:2
38 >=net-libs/gnutls-1.4
39 x11-libs/cairo
40 + x11-libs/libX11
41 python? ( >=dev-python/pygtk-2 )
42 sasl? ( dev-libs/cyrus-sasl )"
43 DEPEND="${RDEPEND}
44 @@ -34,12 +35,15 @@
45 $(use_with python) \
46 $(use_with sasl) \
47 --with-coroutine=gthread \
48 - --without-libview
49 + --without-libview \
50 + --with-gtk=2.0 \
51 + --disable-introspection \
52 + --disable-static
53 }
54
55 src_install() {
56 # bug #328273
57 MAKEOPTS="${MAKEOPTS} -j1" \
58 base_src_install
59 - dodoc AUTHORS ChangeLog NEWS README
60 + dodoc AUTHORS ChangeLog NEWS README || die
61 }
62
63
64
65 1.50 net-libs/gtk-vnc/ChangeLog
66
67 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/ChangeLog?rev=1.50&view=markup
68 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/ChangeLog?rev=1.50&content-type=text/plain
69 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/ChangeLog?r1=1.49&r2=1.50
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v
74 retrieving revision 1.49
75 retrieving revision 1.50
76 diff -u -r1.49 -r1.50
77 --- ChangeLog 30 Jul 2010 15:17:01 -0000 1.49
78 +++ ChangeLog 28 Aug 2010 21:45:53 -0000 1.50
79 @@ -1,6 +1,10 @@
80 # ChangeLog for net-libs/gtk-vnc
81 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.49 2010/07/30 15:17:01 flameeyes Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.50 2010/08/28 21:45:53 eva Exp $
84 +
85 + 28 Aug 2010; Gilles Dartiguelongue <eva@g.o> gtk-vnc-0.4.1.ebuild:
86 + Disable automagic introspection and automagic gtk-3 support, closes:
87 + #329733.
88
89 30 Jul 2010; Diego E. Pettenò <flameeyes@g.o>
90 gtk-vnc-0.4.1.ebuild: