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.4.ebuild
Date: Sun, 23 Mar 2008 00:32:35
Message-Id: E1JdE8W-0006GH-DC@stork.gentoo.org
1 eva 08/03/23 00:32:32
2
3 Modified: ChangeLog
4 Added: gtk-vnc-0.3.4.ebuild
5 Log:
6 bump to 0.3.4, fix dependencies a bit, bug #211958
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.7 net-libs/gtk-vnc/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 26 Feb 2008 12:15:46 -0000 1.6
23 +++ ChangeLog 23 Mar 2008 00:32:31 -0000 1.7
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-libs/gtk-vnc
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.6 2008/02/26 12:15:46 leio Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.7 2008/03/23 00:32:31 eva Exp $
29 +
30 +*gtk-vnc-0.3.4 (23 Mar 2008)
31 +
32 + 23 Mar 2008; Gilles Dartiguelongue <eva@g.o> +gtk-vnc-0.3.4.ebuild:
33 + bump to 0.3.4, fix dependencies a bit, bug #211958
34
35 *gtk-vnc-0.3.3 (26 Feb 2008)
36
37
38
39
40 1.1 net-libs/gtk-vnc/gtk-vnc-0.3.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gtk-vnc-0.3.4.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.4.ebuild,v 1.1 2008/03/23 00:32:31 eva Exp $
50
51 inherit gnome2
52
53 DESCRIPTION="VNC viewer widget for GTK."
54 HOMEPAGE="http://gtk-vnc.sourceforge.net/"
55 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~x86"
59 IUSE="debug python opengl"
60
61 # what shall we do about libview
62 RDEPEND=">=x11-libs/gtk+-2.10
63 >=net-libs/gnutls-1.4
64 python? ( >=dev-python/pygtk-2 )
65 opengl? ( >=x11-libs/gtkglext-1.2 )"
66 DEPEND="${RDEPEND}
67 dev-util/pkgconfig"
68
69 pkg_setup() {
70 G2CONF="${G2CONF}
71 $(use_enable debug)
72 $(use_with python)
73 $(use_with opengl gtkglext)
74 --with-coroutine=gthread
75 --without-libview"
76 }
77
78 src_install() {
79 emake DESTDIR="${D}" install || die
80 }
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list