Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/pidgin: ChangeLog pidgin-2.7.9.ebuild pidgin-2.7.4.ebuild
Date: Tue, 04 Jan 2011 05:25:30
Message-Id: 20110104052512.4D1422005C@flycatcher.gentoo.org
1 pva 11/01/04 05:25:12
2
3 Modified: ChangeLog pidgin-2.7.9.ebuild
4 Removed: pidgin-2.7.4.ebuild
5 Log:
6 dbus-python dependency for purple-url-handler, bug #350269, thank Jimmy C. Chau for report. Drop old.
7
8 (Portage version: 2.1.9.28/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.217 net-im/pidgin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/ChangeLog?rev=1.217&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/ChangeLog?rev=1.217&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/ChangeLog?r1=1.216&r2=1.217
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v
20 retrieving revision 1.216
21 retrieving revision 1.217
22 diff -u -r1.216 -r1.217
23 --- ChangeLog 1 Jan 2011 15:48:14 -0000 1.216
24 +++ ChangeLog 4 Jan 2011 05:25:12 -0000 1.217
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-im/pidgin
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.216 2011/01/01 15:48:14 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.217 2011/01/04 05:25:12 pva Exp $
30 +
31 + 04 Jan 2011; Peter Volkov <pva@g.o> -pidgin-2.7.4.ebuild,
32 + pidgin-2.7.9.ebuild:
33 + dbus-python dependency for purple-url-handler, bug #350269, thank Jimmy C.
34 + Chau for report. Drop old.
35
36 01 Jan 2011; Raúl Porcel <armin76@g.o> pidgin-2.7.9.ebuild:
37 alpha/ia64 stable wrt #349906
38
39
40
41 1.6 net-im/pidgin/pidgin-2.7.9.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/pidgin-2.7.9.ebuild?rev=1.6&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/pidgin-2.7.9.ebuild?rev=1.6&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/pidgin-2.7.9.ebuild?r1=1.5&r2=1.6
46
47 Index: pidgin-2.7.9.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.7.9.ebuild,v
50 retrieving revision 1.5
51 retrieving revision 1.6
52 diff -u -r1.5 -r1.6
53 --- pidgin-2.7.9.ebuild 1 Jan 2011 15:48:14 -0000 1.5
54 +++ pidgin-2.7.9.ebuild 4 Jan 2011 05:25:12 -0000 1.6
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.7.9.ebuild,v 1.5 2011/01/01 15:48:14 armin76 Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.7.9.ebuild,v 1.6 2011/01/04 05:25:12 pva Exp $
60
61 EAPI=2
62
63 @@ -22,6 +22,8 @@
64 # finch uses libgnt that links with libpython - {R,}DEPEND. But still there is
65 # no way to build dbus and avoid libgnt linkage with python. If you want this
66 # send patch upstream.
67 +# purple-url-handler and purple-remote require dbus-python thus in reality we
68 +# rdepend on python if dbus enabled. But it is possible to separate this dep.
69 RDEPEND="
70 >=dev-libs/glib-2.12
71 >=dev-libs/libxml2-2.6.18
72 @@ -43,7 +45,8 @@
73 media-plugins/gst-plugins-gconf )
74 zeroconf? ( net-dns/avahi )
75 dbus? ( >=dev-libs/dbus-glib-0.71
76 - >=sys-apps/dbus-0.90 )
77 + >=sys-apps/dbus-0.90
78 + dev-python/dbus-python )
79 perl? ( >=dev-lang/perl-5.8.2-r1[-build] )
80 gadu? ( >=net-libs/libgadu-1.9.0[-ssl] )
81 gnutls? ( net-libs/gnutls )