Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/mozilla-sunbird: mozilla-sunbird-0.8.ebuild mozilla-sunbird-0.7.ebuild ChangeLog
Date: Sat, 19 Apr 2008 17:04:35
Message-Id: E1JnGUJ-0001yS-CO@stork.gentoo.org
1 armin76 08/04/19 17:04:31
2
3 Modified: mozilla-sunbird-0.8.ebuild
4 mozilla-sunbird-0.7.ebuild ChangeLog
5 Log:
6 Fix pango check, bug #218438
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.3 app-office/mozilla-sunbird/mozilla-sunbird-0.8.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.8.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.8.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.8.ebuild?r1=1.2&r2=1.3
15
16 Index: mozilla-sunbird-0.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.8.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- mozilla-sunbird-0.8.ebuild 19 Apr 2008 16:18:58 -0000 1.2
23 +++ mozilla-sunbird-0.8.ebuild 19 Apr 2008 17:04:30 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.8.ebuild,v 1.2 2008/04/19 16:18:58 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.8.ebuild,v 1.3 2008/04/19 17:04:30 armin76 Exp $
29
30 WANT_AUTOCONF="2.1"
31
32 @@ -84,7 +84,7 @@
33 die "Cairo needs X"
34 fi
35
36 - if ! built_with_use x11-libs/pango X; then
37 + if ! built_with_use --missing true x11-libs/pango X; then
38 eerror "Pango is not built with X useflag."
39 eerror "Please add 'X' to your USE flags, and re-emerge pango."
40 die "Pango needs X"
41
42
43
44 1.13 app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?rev=1.13&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?rev=1.13&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?r1=1.12&r2=1.13
49
50 Index: mozilla-sunbird-0.7.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v
53 retrieving revision 1.12
54 retrieving revision 1.13
55 diff -u -r1.12 -r1.13
56 --- mozilla-sunbird-0.7.ebuild 19 Apr 2008 16:18:58 -0000 1.12
57 +++ mozilla-sunbird-0.7.ebuild 19 Apr 2008 17:04:30 -0000 1.13
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2008 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v 1.12 2008/04/19 16:18:58 armin76 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v 1.13 2008/04/19 17:04:30 armin76 Exp $
63
64 WANT_AUTOCONF="2.1"
65
66 @@ -84,7 +84,7 @@
67 die "Cairo needs X"
68 fi
69
70 - if ! built_with_use x11-libs/pango X; then
71 + if ! built_with_use --missing true x11-libs/pango X; then
72 eerror "Pango is not built with X useflag."
73 eerror "Please add 'X' to your USE flags, and re-emerge pango."
74 die "Pango needs X"
75
76
77
78 1.30 app-office/mozilla-sunbird/ChangeLog
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?rev=1.30&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?rev=1.30&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?r1=1.29&r2=1.30
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v
87 retrieving revision 1.29
88 retrieving revision 1.30
89 diff -u -r1.29 -r1.30
90 --- ChangeLog 19 Apr 2008 16:18:58 -0000 1.29
91 +++ ChangeLog 19 Apr 2008 17:04:30 -0000 1.30
92 @@ -1,6 +1,10 @@
93 # ChangeLog for app-office/mozilla-sunbird
94 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.29 2008/04/19 16:18:58 armin76 Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.30 2008/04/19 17:04:30 armin76 Exp $
97 +
98 + 19 Apr 2008; Raúl Porcel <armin76@g.o> mozilla-sunbird-0.7.ebuild,
99 + mozilla-sunbird-0.8.ebuild:
100 + Fix pango check, bug #218438
101
102 19 Apr 2008; Raúl Porcel <armin76@g.o> mozilla-sunbird-0.7.ebuild,
103 mozilla-sunbird-0.8.ebuild:
104
105
106
107 --
108 gentoo-commits@l.g.o mailing list