Gentoo Archives: gentoo-commits

From: "Kevin McCarthy (signals)" <signals@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-encryption: pidgin-encryption-3.1.ebuild pidgin-encryption-3.0-r1.ebuild ChangeLog
Date: Wed, 02 Mar 2011 21:07:42
Message-Id: 20110302210732.5324920054@flycatcher.gentoo.org
1 signals 11/03/02 21:07:32
2
3 Modified: pidgin-encryption-3.1.ebuild
4 pidgin-encryption-3.0-r1.ebuild ChangeLog
5 Log:
6 Slotted gtk+ depend.
7
8 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 x11-plugins/pidgin-encryption/pidgin-encryption-3.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-encryption/pidgin-encryption-3.1.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-encryption/pidgin-encryption-3.1.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-encryption/pidgin-encryption-3.1.ebuild?r1=1.4&r2=1.5
16
17 Index: pidgin-encryption-3.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-encryption/pidgin-encryption-3.1.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- pidgin-encryption-3.1.ebuild 13 Feb 2011 12:28:10 -0000 1.4
24 +++ pidgin-encryption-3.1.ebuild 2 Mar 2011 21:07:32 -0000 1.5
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-encryption/pidgin-encryption-3.1.ebuild,v 1.4 2011/02/13 12:28:10 fauli Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-encryption/pidgin-encryption-3.1.ebuild,v 1.5 2011/03/02 21:07:32 signals Exp $
30
31 EAPI="2"
32
33 @@ -16,7 +16,7 @@
34 IUSE="nls"
35
36 RDEPEND="net-im/pidgin
37 - >=x11-libs/gtk+-2
38 + x11-libs/gtk+:2
39 >=dev-libs/nss-3.11"
40
41 DEPEND="${RDEPEND}
42
43
44
45 1.7 x11-plugins/pidgin-encryption/pidgin-encryption-3.0-r1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-encryption/pidgin-encryption-3.0-r1.ebuild?rev=1.7&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-encryption/pidgin-encryption-3.0-r1.ebuild?rev=1.7&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-encryption/pidgin-encryption-3.0-r1.ebuild?r1=1.6&r2=1.7
50
51 Index: pidgin-encryption-3.0-r1.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-encryption/pidgin-encryption-3.0-r1.ebuild,v
54 retrieving revision 1.6
55 retrieving revision 1.7
56 diff -u -r1.6 -r1.7
57 --- pidgin-encryption-3.0-r1.ebuild 26 Oct 2010 14:33:40 -0000 1.6
58 +++ pidgin-encryption-3.0-r1.ebuild 2 Mar 2011 21:07:32 -0000 1.7
59 @@ -1,6 +1,6 @@
60 -# Copyright 1999-2010 Gentoo Foundation
61 +# Copyright 1999-2011 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-encryption/pidgin-encryption-3.0-r1.ebuild,v 1.6 2010/10/26 14:33:40 jer Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-encryption/pidgin-encryption-3.0-r1.ebuild,v 1.7 2011/03/02 21:07:32 signals Exp $
65
66 EAPI="2"
67
68 @@ -16,7 +16,7 @@
69 IUSE="nls"
70
71 RDEPEND="net-im/pidgin
72 - >=x11-libs/gtk+-2
73 + x11-libs/gtk+:2
74 >=dev-libs/nss-3.11"
75
76 DEPEND="${RDEPEND}
77
78
79
80 1.19 x11-plugins/pidgin-encryption/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-encryption/ChangeLog?rev=1.19&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-encryption/ChangeLog?rev=1.19&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-encryption/ChangeLog?r1=1.18&r2=1.19
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-encryption/ChangeLog,v
89 retrieving revision 1.18
90 retrieving revision 1.19
91 diff -u -r1.18 -r1.19
92 --- ChangeLog 13 Feb 2011 12:28:10 -0000 1.18
93 +++ ChangeLog 2 Mar 2011 21:07:32 -0000 1.19
94 @@ -1,6 +1,10 @@
95 # ChangeLog for x11-plugins/pidgin-encryption
96 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-encryption/ChangeLog,v 1.18 2011/02/13 12:28:10 fauli Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-encryption/ChangeLog,v 1.19 2011/03/02 21:07:32 signals Exp $
99 +
100 + 02 Mar 2011; Kevin McCarthy <signals@g.o>
101 + pidgin-encryption-3.0-r1.ebuild, pidgin-encryption-3.1.ebuild:
102 + Slotted gtk+ depend.
103
104 13 Feb 2011; Christian Faulhammer <fauli@g.o>
105 pidgin-encryption-3.1.ebuild: