Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/mail-notification: ChangeLog mail-notification-5.4.ebuild mail-notification-5.4-r1.ebuild
Date: Wed, 03 Jun 2009 08:19:57
Message-Id: E1MBlhS-00035J-Ls@stork.gentoo.org
1 fauli 09/06/03 08:19:54
2
3 Modified: ChangeLog mail-notification-5.4.ebuild
4 mail-notification-5.4-r1.ebuild
5 Log:
6 depend on mail-client/sylpheed directly as the old-style virtual will leave the tree soon
7 (Portage version: 2.1.6.11/cvs/Linux i686)
8
9 Revision Changes Path
10 1.86 mail-client/mail-notification/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.86&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.86&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/ChangeLog?r1=1.85&r2=1.86
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v
19 retrieving revision 1.85
20 retrieving revision 1.86
21 diff -u -r1.85 -r1.86
22 --- ChangeLog 5 May 2009 05:40:19 -0000 1.85
23 +++ ChangeLog 3 Jun 2009 08:19:54 -0000 1.86
24 @@ -1,6 +1,11 @@
25 # ChangeLog for mail-client/mail-notification
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.85 2009/05/05 05:40:19 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.86 2009/06/03 08:19:54 fauli Exp $
29 +
30 + 03 Jun 2009; Christian Faulhammer <fauli@g.o>
31 + mail-notification-5.4.ebuild, mail-notification-5.4-r1.ebuild:
32 + depend on mail-client/sylpheed directly as the old-style virtual will leave
33 + the tree soon
34
35 05 May 2009; Jeroen Roovers <jer@g.o>
36 mail-notification-5.4-r1.ebuild:
37
38
39
40 1.9 mail-client/mail-notification/mail-notification-5.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/mail-notification-5.4.ebuild?rev=1.9&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/mail-notification-5.4.ebuild?rev=1.9&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/mail-notification-5.4.ebuild?r1=1.8&r2=1.9
45
46 Index: mail-notification-5.4.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4.ebuild,v
49 retrieving revision 1.8
50 retrieving revision 1.9
51 diff -u -r1.8 -r1.9
52 --- mail-notification-5.4.ebuild 18 Oct 2008 23:08:04 -0000 1.8
53 +++ mail-notification-5.4.ebuild 3 Jun 2009 08:19:54 -0000 1.9
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2008 Gentoo Foundation
56 +# Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4.ebuild,v 1.8 2008/10/18 23:08:04 ranger Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4.ebuild,v 1.9 2009/06/03 08:19:54 fauli Exp $
60
61 inherit gnome2 multilib flag-o-matic toolchain-funcs
62
63 @@ -36,7 +36,7 @@
64 ssl? ( >=dev-libs/openssl-0.9.6 )
65 sasl? ( >=dev-libs/cyrus-sasl-2 )
66 evo? ( >=mail-client/evolution-2.12 )
67 - sylpheed? ( virtual/sylpheed )"
68 + sylpheed? ( mail-client/sylpheed )"
69
70 DEPEND="${RDEPEND}
71 app-text/scrollkeeper
72
73
74
75 1.6 mail-client/mail-notification/mail-notification-5.4-r1.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r1.ebuild?rev=1.6&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r1.ebuild?rev=1.6&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r1.ebuild?r1=1.5&r2=1.6
80
81 Index: mail-notification-5.4-r1.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r1.ebuild,v
84 retrieving revision 1.5
85 retrieving revision 1.6
86 diff -u -r1.5 -r1.6
87 --- mail-notification-5.4-r1.ebuild 5 May 2009 05:40:19 -0000 1.5
88 +++ mail-notification-5.4-r1.ebuild 3 Jun 2009 08:19:54 -0000 1.6
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2009 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r1.ebuild,v 1.5 2009/05/05 05:40:19 jer Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r1.ebuild,v 1.6 2009/06/03 08:19:54 fauli Exp $
94
95 inherit gnome2 multilib flag-o-matic toolchain-funcs
96
97 @@ -36,7 +36,7 @@
98 ssl? ( >=dev-libs/openssl-0.9.6 )
99 sasl? ( >=dev-libs/cyrus-sasl-2 )
100 evo? ( >=mail-client/evolution-2.24 )
101 - sylpheed? ( virtual/sylpheed )"
102 + sylpheed? ( mail-client/sylpheed )"
103
104 DEPEND="${RDEPEND}
105 app-text/scrollkeeper