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.7.ebuild ChangeLog
Date: Mon, 04 Feb 2008 16:26:47
Message-Id: E1JM49c-0002Lk-0P@stork.gentoo.org
1 hattya 08/02/04 16:26:44
2
3 Modified: sylpheed-2.4.7.ebuild ChangeLog
4 Log:
5 fixes bug #205863.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.5 mail-client/sylpheed/sylpheed-2.4.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.7.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.7.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.7.ebuild?r1=1.4&r2=1.5
14
15 Index: sylpheed-2.4.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.7.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- sylpheed-2.4.7.ebuild 28 Dec 2007 16:26:52 -0000 1.4
22 +++ sylpheed-2.4.7.ebuild 4 Feb 2008 16:26:43 -0000 1.5
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.7.ebuild,v 1.4 2007/12/28 16:26:52 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.7.ebuild,v 1.5 2008/02/04 16:26:43 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.255 mail-client/sylpheed/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.255&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.255&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?r1=1.254&r2=1.255
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v
65 retrieving revision 1.254
66 retrieving revision 1.255
67 diff -u -r1.254 -r1.255
68 --- ChangeLog 4 Feb 2008 16:24:11 -0000 1.254
69 +++ ChangeLog 4 Feb 2008 16:26:43 -0000 1.255
70 @@ -1,6 +1,9 @@
71 # ChangeLog for mail-client/sylpheed
72 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.254 2008/02/04 16:24:11 hattya Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.255 2008/02/04 16:26:43 hattya Exp $
75 +
76 + 04 Feb 2008; Akinori Hattori <hattya@g.o> sylpheed-2.4.7.ebuild:
77 + fixes bug #205863.
78
79 04 Feb 2008; Akinori Hattori <hattya@g.o> sylpheed-2.4.5.ebuild:
80 fixes bug #204482.
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list