Gentoo Archives: gentoo-commits

From: "Akinori Hattori (hattya)" <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/sylpheed: sylpheed-2.4.5.ebuild ChangeLog
Date: Mon, 04 Feb 2008 16:24:15
Message-Id: E1JM47A-0002IP-H9@stork.gentoo.org
1 hattya 08/02/04 16:24:12
2
3 Modified: sylpheed-2.4.5.ebuild ChangeLog
4 Log:
5 fixes bug #204482.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.9 mail-client/sylpheed/sylpheed-2.4.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.5.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.5.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.5.ebuild?r1=1.8&r2=1.9
14
15 Index: sylpheed-2.4.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.5.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- sylpheed-2.4.5.ebuild 16 Sep 2007 16:27:57 -0000 1.8
22 +++ sylpheed-2.4.5.ebuild 4 Feb 2008 16:24:11 -0000 1.9
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.5.ebuild,v 1.8 2007/09/16 16:27:57 angelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.5.ebuild,v 1.9 2008/02/04 16:24:11 hattya Exp $
29
30 inherit autotools eutils
31
32 @@ -14,15 +14,17 @@
33 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
34 SLOT="0"
35
36 -DEPEND=">=x11-libs/gtk+-2.4
37 +COMMON_DEPEND=">=x11-libs/gtk+-2.4
38 nls? ( >=sys-devel/gettext-0.12.1 )
39 crypt? ( >=app-crypt/gpgme-0.4.5 )
40 ldap? ( >=net-nds/openldap-2.0.11 )
41 pda? ( app-pda/jpilot )
42 spell? ( app-text/gtkspell )
43 - ssl? ( dev-libs/openssl )
44 + ssl? ( dev-libs/openssl )"
45 +DEPEND="${COMMON_DEPEND}
46 + dev-util/pkgconfig
47 xface? ( >=media-libs/compface-1.4 )"
48 -RDEPEND="${DEPEND}
49 +RDEPEND="${COMMON_DEPEND}
50 app-misc/mime-types
51 x11-misc/shared-mime-info"
52
53
54
55
56 1.254 mail-client/sylpheed/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.254&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.254&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?r1=1.253&r2=1.254
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v
65 retrieving revision 1.253
66 retrieving revision 1.254
67 diff -u -r1.253 -r1.254
68 --- ChangeLog 28 Dec 2007 16:26:52 -0000 1.253
69 +++ ChangeLog 4 Feb 2008 16:24:11 -0000 1.254
70 @@ -1,6 +1,9 @@
71 # ChangeLog for mail-client/sylpheed
72 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.253 2007/12/28 16:26:52 armin76 Exp $
74 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
75 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.254 2008/02/04 16:24:11 hattya Exp $
76 +
77 + 04 Feb 2008; Akinori Hattori <hattya@g.o> sylpheed-2.4.5.ebuild:
78 + fixes bug #204482.
79
80 28 Dec 2007; Raúl Porcel <armin76@g.o> sylpheed-2.4.7.ebuild:
81 alpha/ia64/sparc stable
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list