Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/balsa: balsa-2.4.8.ebuild ChangeLog
Date: Mon, 24 Jan 2011 16:33:53
Message-Id: 20110124163343.0D84320054@flycatcher.gentoo.org
1 eva 11/01/24 16:33:43
2
3 Modified: balsa-2.4.8.ebuild ChangeLog
4 Log:
5 Pin dependencies to appropriate slots.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 mail-client/balsa/balsa-2.4.8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/balsa-2.4.8.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/balsa-2.4.8.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/balsa-2.4.8.ebuild?r1=1.1&r2=1.2
15
16 Index: balsa-2.4.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.4.8.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- balsa-2.4.8.ebuild 30 Aug 2010 20:40:11 -0000 1.1
23 +++ balsa-2.4.8.ebuild 24 Jan 2011 16:33:42 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.4.8.ebuild,v 1.1 2010/08/30 20:40:11 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.4.8.ebuild,v 1.2 2011/01/24 16:33:42 eva Exp $
30
31 EAPI="2"
32 GCONF_DEBUG="no"
33 @@ -18,8 +18,8 @@
34 IUSE="crypt gnome gtkhtml +gtkspell kerberos ldap libnotify networkmanager rubrica sqlite ssl webkit xface"
35
36 # TODO: esmtp can be optional
37 -RDEPEND=">=dev-libs/glib-2.16
38 - >=x11-libs/gtk+-2.18
39 +RDEPEND=">=dev-libs/glib-2.16:2
40 + >=x11-libs/gtk+-2.18:2
41 dev-libs/gmime:2.4
42 dev-libs/libunique
43 >=net-libs/libesmtp-1.0.3
44 @@ -35,7 +35,7 @@
45 >=gnome-base/libgnomeui-2.0
46 >=gnome-base/gconf-2.0
47 >=gnome-base/gnome-keyring-2.20
48 - >=x11-libs/gtksourceview-2.10 )
49 + >=x11-libs/gtksourceview-2.10:2.0 )
50 gtkhtml? ( >=gnome-extra/gtkhtml-3.14 )
51 sqlite? ( >=dev-db/sqlite-2.8 )
52 libnotify? ( x11-libs/libnotify )
53
54
55
56 1.104 mail-client/balsa/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/ChangeLog?rev=1.104&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/ChangeLog?rev=1.104&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/ChangeLog?r1=1.103&r2=1.104
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v
65 retrieving revision 1.103
66 retrieving revision 1.104
67 diff -u -r1.103 -r1.104
68 --- ChangeLog 30 Aug 2010 20:40:11 -0000 1.103
69 +++ ChangeLog 24 Jan 2011 16:33:42 -0000 1.104
70 @@ -1,6 +1,9 @@
71 # ChangeLog for mail-client/balsa
72 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.103 2010/08/30 20:40:11 eva Exp $
74 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
75 +# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.104 2011/01/24 16:33:42 eva Exp $
76 +
77 + 24 Jan 2011; Gilles Dartiguelongue <eva@g.o> balsa-2.4.8.ebuild:
78 + Pin dependencies to appropriate slots.
79
80 *balsa-2.4.8 (30 Aug 2010)