Gentoo Archives: gentoo-commits

From: "Andrej Kacian (ticho)" <ticho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail: ChangeLog claws-mail-3.1.0.ebuild claws-mail-3.0.2.ebuild
Date: Sat, 01 Dec 2007 20:01:09
Message-Id: E1IyYWN-00079J-CN@stork.gentoo.org
1 ticho 07/12/01 20:01:03
2
3 Modified: ChangeLog claws-mail-3.1.0.ebuild
4 claws-mail-3.0.2.ebuild
5 Log:
6 Add missing spamassassin USE flag. Add optional support for gnutls.
7 (Portage version: 2.1.3.18)
8
9 Revision Changes Path
10 1.51 mail-client/claws-mail/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail/ChangeLog?rev=1.51&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail/ChangeLog?rev=1.51&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail/ChangeLog?r1=1.50&r2=1.51
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v
19 retrieving revision 1.50
20 retrieving revision 1.51
21 diff -u -r1.50 -r1.51
22 --- ChangeLog 30 Nov 2007 19:22:13 -0000 1.50
23 +++ ChangeLog 1 Dec 2007 20:01:02 -0000 1.51
24 @@ -1,6 +1,10 @@
25 # ChangeLog for mail-client/claws-mail
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.50 2007/11/30 19:22:13 ticho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.51 2007/12/01 20:01:02 ticho Exp $
29 +
30 + 01 Dec 2007; Andrej Kacian <ticho@g.o> claws-mail-3.0.2.ebuild,
31 + claws-mail-3.1.0.ebuild:
32 + Add missing spamassassin USE flag. Add optional support for gnutls.
33
34 30 Nov 2007; Andrej Kacian <ticho@g.o> claws-mail-3.1.0.ebuild:
35 Install correct KDE desktop file. Bug #200799, reported by David Relson
36
37
38
39 1.3 mail-client/claws-mail/claws-mail-3.1.0.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail/claws-mail-3.1.0.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail/claws-mail-3.1.0.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail/claws-mail-3.1.0.ebuild?r1=1.2&r2=1.3
44
45 Index: claws-mail-3.1.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.1.0.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- claws-mail-3.1.0.ebuild 30 Nov 2007 19:22:13 -0000 1.2
52 +++ claws-mail-3.1.0.ebuild 1 Dec 2007 20:01:02 -0000 1.3
53 @@ -1,8 +1,8 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.1.0.ebuild,v 1.2 2007/11/30 19:22:13 ticho Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.1.0.ebuild,v 1.3 2007/12/01 20:01:02 ticho Exp $
58
59 -IUSE="bogofilter clamav crypt dillo doc gnome imap ipv6 kde ldap nntp pda session spell ssl startup-notification xface"
60 +IUSE="bogofilter clamav crypt dillo doc gnome gnutls imap ipv6 kde ldap nntp pda session spamassassin spell ssl startup-notification xface"
61
62 inherit eutils multilib
63
64 @@ -33,6 +33,7 @@
65 imap? ( >=net-libs/libetpan-0.49 )
66 nntp? ( >=net-libs/libetpan-0.49 )
67 gnome? ( >=gnome-base/libgnomeprintui-2.2 )
68 + gnutls? ( net-libs/gnutls )
69 startup-notification? ( x11-libs/startup-notification )
70 bogofilter? ( mail-filter/bogofilter )
71 session? ( x11-libs/libSM
72 @@ -64,6 +65,7 @@
73 myconf="${myconf} `use_enable ldap`"
74 myconf="${myconf} `use_enable pda jpilot`"
75 myconf="${myconf} `use_enable spell aspell`"
76 + myconf="${myconf} `use_enable gnutls`"
77 myconf="${myconf} `use_enable ssl openssl`"
78 myconf="${myconf} `use_enable xface compface`"
79 myconf="${myconf} `use_enable doc manual`"
80
81
82
83 1.4 mail-client/claws-mail/claws-mail-3.0.2.ebuild
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail/claws-mail-3.0.2.ebuild?rev=1.4&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail/claws-mail-3.0.2.ebuild?rev=1.4&content-type=text/plain
87 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail/claws-mail-3.0.2.ebuild?r1=1.3&r2=1.4
88
89 Index: claws-mail-3.0.2.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.0.2.ebuild,v
92 retrieving revision 1.3
93 retrieving revision 1.4
94 diff -u -r1.3 -r1.4
95 --- claws-mail-3.0.2.ebuild 29 Nov 2007 22:31:26 -0000 1.3
96 +++ claws-mail-3.0.2.ebuild 1 Dec 2007 20:01:02 -0000 1.4
97 @@ -1,8 +1,8 @@
98 # Copyright 1999-2007 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.0.2.ebuild,v 1.3 2007/11/29 22:31:26 ticho Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.0.2.ebuild,v 1.4 2007/12/01 20:01:02 ticho Exp $
102
103 -IUSE="bogofilter clamav crypt dillo doc gnome imap ipv6 kde ldap pda session spell ssl startup-notification xface"
104 +IUSE="bogofilter clamav crypt dillo doc gnome imap ipv6 kde ldap pda session spamassassin spell ssl startup-notification xface"
105
106 inherit eutils multilib
107
108
109
110
111 --
112 gentoo-commits@g.o mailing list