Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/mozilla-sunbird: mozilla-sunbird-0.9.ebuild ChangeLog
Date: Mon, 10 May 2010 13:57:30
Message-Id: 20100510135727.3F0252C57A@corvid.gentoo.org
1 ssuominen 10/05/10 13:57:27
2
3 Modified: mozilla-sunbird-0.9.ebuild ChangeLog
4 Log:
5 Fix building with libpng14 wrt #319093 by Jonathan Adamczewski.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 app-office/mozilla-sunbird/mozilla-sunbird-0.9.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.9.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.9.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.9.ebuild?r1=1.8&r2=1.9
14
15 Index: mozilla-sunbird-0.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.9.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- mozilla-sunbird-0.9.ebuild 22 Feb 2010 16:03:00 -0000 1.8
22 +++ mozilla-sunbird-0.9.ebuild 10 May 2010 13:57:27 -0000 1.9
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/app-office/mozilla-sunbird/mozilla-sunbird-0.9.ebuild,v 1.8 2010/02/22 16:03:00 fauli Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.9.ebuild,v 1.9 2010/05/10 13:57:27 ssuominen Exp $
28
29 WANT_AUTOCONF="2.1"
30
31 @@ -116,6 +116,9 @@
32 EPATCH_FORCE="yes" \
33 epatch "${WORKDIR}"/patch
34
35 + # todo: move to patchset
36 + epatch "${FILESDIR}"/lpng14.patch
37 +
38 eautoreconf
39 }
40
41
42
43
44 1.45 app-office/mozilla-sunbird/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?rev=1.45&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?rev=1.45&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?r1=1.44&r2=1.45
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v
53 retrieving revision 1.44
54 retrieving revision 1.45
55 diff -u -r1.44 -r1.45
56 --- ChangeLog 22 Feb 2010 16:03:00 -0000 1.44
57 +++ ChangeLog 10 May 2010 13:57:27 -0000 1.45
58 @@ -1,6 +1,10 @@
59 # ChangeLog for app-office/mozilla-sunbird
60 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.44 2010/02/22 16:03:00 fauli Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.45 2010/05/10 13:57:27 ssuominen Exp $
63 +
64 + 10 May 2010; Samuli Suominen <ssuominen@g.o> +files/lpng14.patch,
65 + mozilla-sunbird-0.9.ebuild:
66 + Fix building with libpng14 wrt #319093 by Jonathan Adamczewski.
67
68 22 Feb 2010; Christian Faulhammer <fauli@g.o>
69 mozilla-sunbird-0.9.ebuild: