Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/seamonkey: ChangeLog seamonkey-2.0.6.ebuild seamonkey-2.0.5.ebuild
Date: Sun, 01 Aug 2010 17:03:45
Message-Id: 20100801164213.DE2E92CE15@corvid.gentoo.org
1 polynomial-c 10/08/01 16:42:13
2
3 Modified: ChangeLog seamonkey-2.0.6.ebuild
4 seamonkey-2.0.5.ebuild
5 Log:
6 Added cups USE flag to fix bug #325469.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.246 www-client/seamonkey/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.246&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.246&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?r1=1.245&r2=1.246
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v
19 retrieving revision 1.245
20 retrieving revision 1.246
21 diff -u -r1.245 -r1.246
22 --- ChangeLog 1 Aug 2010 16:20:23 -0000 1.245
23 +++ ChangeLog 1 Aug 2010 16:42:13 -0000 1.246
24 @@ -1,6 +1,10 @@
25 # ChangeLog for www-client/seamonkey
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.245 2010/08/01 16:20:23 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.246 2010/08/01 16:42:13 polynomial-c Exp $
29 +
30 + 01 Aug 2010; Lars Wendler <polynomial-c@g.o>
31 + seamonkey-2.0.5.ebuild, seamonkey-2.0.6.ebuild:
32 + Added cups USE flag to fix bug #325469.
33
34 01 Aug 2010; Raúl Porcel <armin76@g.o> seamonkey-2.0.6.ebuild:
35 alpha/arm/ia64/sparc stable wrt #329279
36
37
38
39 1.9 www-client/seamonkey/seamonkey-2.0.6.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.0.6.ebuild?rev=1.9&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.0.6.ebuild?rev=1.9&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.0.6.ebuild?r1=1.8&r2=1.9
44
45 Index: seamonkey-2.0.6.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.0.6.ebuild,v
48 retrieving revision 1.8
49 retrieving revision 1.9
50 diff -u -r1.8 -r1.9
51 --- seamonkey-2.0.6.ebuild 1 Aug 2010 16:20:23 -0000 1.8
52 +++ seamonkey-2.0.6.ebuild 1 Aug 2010 16:42:13 -0000 1.9
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.0.6.ebuild,v 1.8 2010/08/01 16:20:23 armin76 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.0.6.ebuild,v 1.9 2010/08/01 16:42:13 polynomial-c Exp $
58
59 EAPI="2"
60 WANT_AUTOCONF="2.1"
61 @@ -41,7 +41,7 @@
62
63 SLOT="0"
64 LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
65 -IUSE="+alsa +chatzilla +composer +crypt java ldap +mailclient +roaming system-sqlite"
66 +IUSE="+alsa +chatzilla +composer +crypt +cups java ldap +mailclient +roaming system-sqlite"
67
68 SRC_URI="${REL_URI}/source/${MY_P}.source.tar.bz2
69 http://dev.gentoo.org/~polynomial-c/mozilla/patchsets/${PATCH}.tar.bz2
70 @@ -75,7 +75,8 @@
71 >=x11-libs/gtk+-2.10.0
72 >=x11-libs/cairo-1.8.8[X]
73 >=x11-libs/pango-1.14.0[X]
74 - crypt? ( mailclient? ( >=app-crypt/gnupg-1.4 ) )"
75 + crypt? ( mailclient? ( >=app-crypt/gnupg-1.4 ) )
76 + cups? ( net-print/cups[gnutls] )"
77
78 DEPEND="${RDEPEND}
79 dev-util/pkgconfig
80 @@ -204,6 +205,7 @@
81 # Enable/Disable based on USE flags
82 mozconfig_use_enable alsa ogg
83 mozconfig_use_enable alsa wave
84 + mozconfig_use_enable cups printing
85 mozconfig_use_enable java javaxpcom
86 mozconfig_use_enable ldap
87 mozconfig_use_enable ldap ldap-experimental
88
89
90
91 1.12 www-client/seamonkey/seamonkey-2.0.5.ebuild
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.0.5.ebuild?rev=1.12&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.0.5.ebuild?rev=1.12&content-type=text/plain
95 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.0.5.ebuild?r1=1.11&r2=1.12
96
97 Index: seamonkey-2.0.5.ebuild
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.0.5.ebuild,v
100 retrieving revision 1.11
101 retrieving revision 1.12
102 diff -u -r1.11 -r1.12
103 --- seamonkey-2.0.5.ebuild 1 Aug 2010 12:22:27 -0000 1.11
104 +++ seamonkey-2.0.5.ebuild 1 Aug 2010 16:42:13 -0000 1.12
105 @@ -1,6 +1,6 @@
106 # Copyright 1999-2010 Gentoo Foundation
107 # Distributed under the terms of the GNU General Public License v2
108 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.0.5.ebuild,v 1.11 2010/08/01 12:22:27 polynomial-c Exp $
109 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.0.5.ebuild,v 1.12 2010/08/01 16:42:13 polynomial-c Exp $
110
111 EAPI="2"
112 WANT_AUTOCONF="2.1"
113 @@ -22,7 +22,7 @@
114 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
115 SLOT="0"
116 LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
117 -IUSE="+alsa +chatzilla +composer +crypt java ldap +mailclient +roaming system-sqlite"
118 +IUSE="+alsa +chatzilla +composer +crypt +cups java ldap +mailclient +roaming system-sqlite"
119
120 REL_URI="http://releases.mozilla.org/pub/mozilla.org/${PN}/releases"
121 SRC_URI="${REL_URI}/${MY_PV}/source/${MY_P}.source.tar.bz2
122 @@ -55,7 +55,8 @@
123 >=x11-libs/gtk+-2.10.0
124 >=x11-libs/cairo-1.8.8[X]
125 >=x11-libs/pango-1.14.0[X]
126 - crypt? ( mailclient? ( >=app-crypt/gnupg-1.4 ) )"
127 + crypt? ( mailclient? ( >=app-crypt/gnupg-1.4 ) )
128 + cups? ( net-print/cups[gnutls] )"
129
130 DEPEND="${RDEPEND}
131 dev-util/pkgconfig
132 @@ -176,6 +177,7 @@
133 # Enable/Disable based on USE flags
134 mozconfig_use_enable alsa ogg
135 mozconfig_use_enable alsa wave
136 + mozconfig_use_enable cups printing
137 mozconfig_use_enable java javaxpcom
138 mozconfig_use_enable ldap
139 mozconfig_use_enable ldap ldap-experimental