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-misc/vinagre: vinagre-2.30.3.ebuild ChangeLog
Date: Mon, 24 Jan 2011 14:17:17
Message-Id: 20110124141708.B61FB20054@flycatcher.gentoo.org
1 eva 11/01/24 14:17:08
2
3 Modified: vinagre-2.30.3.ebuild ChangeLog
4 Log:
5 Pin glib/gtk+ to slot 2. Move docs to pkg_setup.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 net-misc/vinagre/vinagre-2.30.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vinagre/vinagre-2.30.3.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vinagre/vinagre-2.30.3.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vinagre/vinagre-2.30.3.ebuild?r1=1.4&r2=1.5
15
16 Index: vinagre-2.30.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/vinagre/vinagre-2.30.3.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- vinagre-2.30.3.ebuild 19 Jan 2011 21:26:57 -0000 1.4
23 +++ vinagre-2.30.3.ebuild 24 Jan 2011 14:17:08 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/vinagre-2.30.3.ebuild,v 1.4 2011/01/19 21:26:57 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/vinagre-2.30.3.ebuild,v 1.5 2011/01/24 14:17:08 eva Exp $
29
30 EAPI="2"
31 GCONF_DEBUG="no"
32 @@ -17,9 +17,9 @@
33
34 # Telepathy-glib version in tarball is wrong:
35 # https://bugzilla.gnome.org/show_bug.cgi?id=614716
36 -RDEPEND=">=dev-libs/glib-2.17
37 +RDEPEND=">=dev-libs/glib-2.17:2
38 dev-libs/dbus-glib
39 - >=x11-libs/gtk+-2.16
40 + >=x11-libs/gtk+-2.16:2
41 >=gnome-base/gconf-2.16
42 >=net-libs/gtk-vnc-0.3.10
43 >=gnome-base/gnome-keyring-1
44 @@ -42,9 +42,8 @@
45 app-text/gnome-doc-utils
46 test? ( ~app-text/docbook-xml-dtd-4.3 )"
47
48 -DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
49 -
50 pkg_setup() {
51 + DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
52 G2CONF="${G2CONF}
53 --disable-scrollkeeper
54 $(use_enable avahi)
55
56
57
58 1.69 net-misc/vinagre/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vinagre/ChangeLog?rev=1.69&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vinagre/ChangeLog?rev=1.69&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vinagre/ChangeLog?r1=1.68&r2=1.69
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/net-misc/vinagre/ChangeLog,v
67 retrieving revision 1.68
68 retrieving revision 1.69
69 diff -u -r1.68 -r1.69
70 --- ChangeLog 19 Jan 2011 21:26:57 -0000 1.68
71 +++ ChangeLog 24 Jan 2011 14:17:08 -0000 1.69
72 @@ -1,6 +1,9 @@
73 # ChangeLog for net-misc/vinagre
74 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/ChangeLog,v 1.68 2011/01/19 21:26:57 hwoarang Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/ChangeLog,v 1.69 2011/01/24 14:17:08 eva Exp $
77 +
78 + 24 Jan 2011; Gilles Dartiguelongue <eva@g.o> vinagre-2.30.3.ebuild:
79 + Pin glib/gtk+ to slot 2. Move docs to pkg_setup.
80
81 19 Jan 2011; Markos Chandras <hwoarang@g.o> vinagre-2.30.3.ebuild:
82 Stable on amd64 wrt bug #348987