Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/mail-notification: mail-notification-5.4-r3.ebuild ChangeLog
Date: Thu, 29 Apr 2010 20:57:29
Message-Id: 20100429205725.EDA662C056@corvid.gentoo.org
1 pacho 10/04/29 20:57:25
2
3 Modified: mail-notification-5.4-r3.ebuild ChangeLog
4 Log:
5 Use again fedora patch for compatibility with e-d-s-2.30
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 mail-client/mail-notification/mail-notification-5.4-r3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild?r1=1.1&r2=1.2
14
15 Index: mail-notification-5.4-r3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- mail-notification-5.4-r3.ebuild 21 Apr 2010 20:39:04 -0000 1.1
22 +++ mail-notification-5.4-r3.ebuild 29 Apr 2010 20:57:25 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild,v 1.1 2010/04/21 20:39:04 pacho Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild,v 1.2 2010/04/29 20:57:25 pacho Exp $
28
29 EAPI=1
30
31 @@ -60,8 +60,8 @@
32 # We are not Ubuntu, and I suspect that this is the cause of #215281
33 epatch "${FILESDIR}/${P}-remove-ubuntu-special-case.patch"
34
35 - # Make it work ok with eds-2.24
36 - epatch "${FILESDIR}/${P}-e-d-s-2.24.patch"
37 + # Make it work ok with eds-2.24 and 2.29
38 + epatch "${FILESDIR}/${P}-e-d-s.patch"
39
40 # Fix gtkhtml depend to solve building against evo-2.28, see bug #293374
41 epatch "${FILESDIR}/${P}-evolution-gtkhtml.patch"
42
43
44
45 1.92 mail-client/mail-notification/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.92&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.92&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/ChangeLog?r1=1.91&r2=1.92
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v
54 retrieving revision 1.91
55 retrieving revision 1.92
56 diff -u -r1.91 -r1.92
57 --- ChangeLog 21 Apr 2010 20:39:04 -0000 1.91
58 +++ ChangeLog 29 Apr 2010 20:57:25 -0000 1.92
59 @@ -1,6 +1,12 @@
60 # ChangeLog for mail-client/mail-notification
61 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.91 2010/04/21 20:39:04 pacho Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.92 2010/04/29 20:57:25 pacho Exp $
64 +
65 + 29 Apr 2010; Pacho Ramos <pacho@g.o>
66 + mail-notification-5.4-r3.ebuild, +files/mail-notification-5.4-e-d-s.patch:
67 + Use again fedora patch for compatibility with e-d-s-2.30 as
68 + evolution-data-server versioning is now fixed. Thanks to Matthew Barnes
69 + for his help on this.
70
71 *mail-notification-5.4-r3 (21 Apr 2010)