Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@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: Sat, 01 May 2010 08:28:00
Message-Id: 20100501082751.BF0142C0BA@corvid.gentoo.org
1 graaff 10/05/01 08:27:51
2
3 Modified: mail-notification-5.4-r3.ebuild ChangeLog
4 Log:
5 Fix compilation with forced --as-needed, fixes bug 317905. Thanks to Kacper Kowalik for the patch.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 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.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild?rev=1.3&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.2&r2=1.3
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.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- mail-notification-5.4-r3.ebuild 29 Apr 2010 20:57:25 -0000 1.2
22 +++ mail-notification-5.4-r3.ebuild 1 May 2010 08:27:51 -0000 1.3
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.2 2010/04/29 20:57:25 pacho Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild,v 1.3 2010/05/01 08:27:51 graaff Exp $
28
29 EAPI=1
30
31 @@ -72,6 +72,9 @@
32
33 # Fedora patch to build against dev-libs/gmime:2.4
34 epatch "${FILESDIR}/${P}-gmime.patch"
35 +
36 + # Fix forced --as-needed, bug 317905
37 + epatch "${FILESDIR}/${P}-asneeded.patch"
38 }
39
40 src_compile() {
41
42
43
44 1.93 mail-client/mail-notification/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.93&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.93&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/ChangeLog?r1=1.92&r2=1.93
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v
53 retrieving revision 1.92
54 retrieving revision 1.93
55 diff -u -r1.92 -r1.93
56 --- ChangeLog 29 Apr 2010 20:57:25 -0000 1.92
57 +++ ChangeLog 1 May 2010 08:27:51 -0000 1.93
58 @@ -1,6 +1,12 @@
59 # ChangeLog for mail-client/mail-notification
60 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.92 2010/04/29 20:57:25 pacho Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.93 2010/05/01 08:27:51 graaff Exp $
63 +
64 + 01 May 2010; Hans de Graaff <graaff@g.o>
65 + mail-notification-5.4-r3.ebuild,
66 + +files/mail-notification-5.4-asneeded.patch:
67 + Fix compilation with forced --as-needed, fixes bug 317905. Thanks to
68 + Kacper Kowalik for the patch.
69
70 29 Apr 2010; Pacho Ramos <pacho@g.o>
71 mail-notification-5.4-r3.ebuild, +files/mail-notification-5.4-e-d-s.patch: