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: ChangeLog gtk-vnc-0.3.8.ebuild gtk-vnc-0.3.6.ebuild
Date: Sun, 03 May 2009 20:02:53
Message-Id: E1M0g0D-0001qJ-1u@stork.gentoo.org
1 eva 09/05/03 18:01:25
2
3 Modified: ChangeLog
4 Added: gtk-vnc-0.3.8.ebuild
5 Removed: gtk-vnc-0.3.6.ebuild
6 Log:
7 Bump to 0.3.8. Rewrite scaling code around cairo and bug-fixes. Clean up old revisions.
8 (Portage version: 2.2_rc31/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.29 net-libs/gtk-vnc/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/ChangeLog?rev=1.29&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/ChangeLog?rev=1.29&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/ChangeLog?r1=1.28&r2=1.29
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v
20 retrieving revision 1.28
21 retrieving revision 1.29
22 diff -u -r1.28 -r1.29
23 --- ChangeLog 31 Jan 2009 07:45:49 -0000 1.28
24 +++ ChangeLog 3 May 2009 18:01:24 -0000 1.29
25 @@ -1,6 +1,13 @@
26 # ChangeLog for net-libs/gtk-vnc
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.28 2009/01/31 07:45:49 dberkholz Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.29 2009/05/03 18:01:24 eva Exp $
30 +
31 +*gtk-vnc-0.3.8 (03 May 2009)
32 +
33 + 03 May 2009; Gilles Dartiguelongue <eva@g.o> -gtk-vnc-0.3.6.ebuild,
34 + +gtk-vnc-0.3.8.ebuild:
35 + Bump to 0.3.8. Rewrite scaling code around cairo and bug-fixes.
36 + Clean up old revisions.
37
38 31 Jan 2009; Donnie Berkholz <dberkholz@g.o>; metadata.xml:
39 Give up maintainership.
40
41
42
43 1.1 net-libs/gtk-vnc/gtk-vnc-0.3.8.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.8.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.8.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gtk-vnc-0.3.8.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.8.ebuild,v 1.1 2009/05/03 18:01:24 eva Exp $
53
54 inherit base
55
56 DESCRIPTION="VNC viewer widget for GTK."
57 HOMEPAGE="http://gtk-vnc.sourceforge.net/"
58 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
63 IUSE="examples python"
64
65 # what shall we do about libview
66 # TODO: review nsplugin when it will be considered less experimental
67
68 RDEPEND=">=x11-libs/gtk+-2.10
69 >=net-libs/gnutls-1.4
70 x11-libs/cairo
71 python? ( >=dev-python/pygtk-2 )"
72 DEPEND="${RDEPEND}
73 dev-util/pkgconfig"
74
75 src_configure() {
76 econf \
77 $(use_with examples) \
78 $(use_with python) \
79 --with-coroutine=gthread \
80 --without-libview
81 }