Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/mozilla-thunderbird: mozilla-thunderbird-2.0.0.12.ebuild ChangeLog
Date: Sat, 19 Apr 2008 17:03:50
Message-Id: E1JnGTb-0001x8-DD@stork.gentoo.org
1 armin76 08/04/19 17:03:47
2
3 Modified: mozilla-thunderbird-2.0.0.12.ebuild ChangeLog
4 Log:
5 Fix pango check, bug #218438
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.9 mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.12.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.12.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.12.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.12.ebuild?r1=1.8&r2=1.9
14
15 Index: mozilla-thunderbird-2.0.0.12.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.12.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- mozilla-thunderbird-2.0.0.12.ebuild 19 Apr 2008 16:04:27 -0000 1.8
22 +++ mozilla-thunderbird-2.0.0.12.ebuild 19 Apr 2008 17:03:46 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.12.ebuild,v 1.8 2008/04/19 16:04:27 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.12.ebuild,v 1.9 2008/04/19 17:03:46 armin76 Exp $
28
29 WANT_AUTOCONF="2.1"
30
31 @@ -88,7 +88,7 @@
32 die "Cairo needs X"
33 fi
34
35 - if ! built_with_use x11-libs/pango X; then
36 + if ! built_with_use --missing true x11-libs/pango X; then
37 eerror "Pango is not built with X useflag."
38 eerror "Please add 'X' to your USE flags, and re-emerge pango."
39 die "Pango needs X"
40
41
42
43 1.255 mail-client/mozilla-thunderbird/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog?rev=1.255&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog?rev=1.255&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog?r1=1.254&r2=1.255
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v
52 retrieving revision 1.254
53 retrieving revision 1.255
54 diff -u -r1.254 -r1.255
55 --- ChangeLog 19 Apr 2008 16:04:27 -0000 1.254
56 +++ ChangeLog 19 Apr 2008 17:03:46 -0000 1.255
57 @@ -1,6 +1,10 @@
58 # ChangeLog for mail-client/mozilla-thunderbird
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.254 2008/04/19 16:04:27 armin76 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.255 2008/04/19 17:03:46 armin76 Exp $
62 +
63 + 19 Apr 2008; Raúl Porcel <armin76@g.o>
64 + mozilla-thunderbird-2.0.0.12.ebuild:
65 + Fix pango check, bug #218438
66
67 19 Apr 2008; Raúl Porcel <armin76@g.o>
68 mozilla-thunderbird-2.0.0.12.ebuild:
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list