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/icecat: ChangeLog icecat-3.6.9.ebuild
Date: Wed, 08 Sep 2010 20:55:32
Message-Id: 20100908205526.3BCB420051@flycatcher.gentoo.org
1 polynomial-c 10/09/08 20:55:26
2
3 Modified: ChangeLog icecat-3.6.9.ebuild
4 Log:
5 Readded cups USE flag.
6
7 (Portage version: 2.2_rc77/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.39 www-client/icecat/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/icecat/ChangeLog?rev=1.39&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/icecat/ChangeLog?rev=1.39&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/icecat/ChangeLog?r1=1.38&r2=1.39
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v
19 retrieving revision 1.38
20 retrieving revision 1.39
21 diff -u -r1.38 -r1.39
22 --- ChangeLog 8 Sep 2010 19:08:58 -0000 1.38
23 +++ ChangeLog 8 Sep 2010 20:55:26 -0000 1.39
24 @@ -1,6 +1,9 @@
25 # ChangeLog for www-client/icecat
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.38 2010/09/08 19:08:58 polynomial-c Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.39 2010/09/08 20:55:26 polynomial-c Exp $
29 +
30 + 08 Sep 2010; Lars Wendler <polynomial-c@g.o> icecat-3.6.9.ebuild:
31 + Readded cups USE flag.
32
33 *icecat-3.6.9 (08 Sep 2010)
34
35
36
37
38 1.2 www-client/icecat/icecat-3.6.9.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/icecat/icecat-3.6.9.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/icecat/icecat-3.6.9.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/icecat/icecat-3.6.9.ebuild?r1=1.1&r2=1.2
43
44 Index: icecat-3.6.9.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/www-client/icecat/icecat-3.6.9.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- icecat-3.6.9.ebuild 8 Sep 2010 19:08:58 -0000 1.1
51 +++ icecat-3.6.9.ebuild 8 Sep 2010 20:55:26 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/icecat-3.6.9.ebuild,v 1.1 2010/09/08 19:08:58 polynomial-c Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/icecat-3.6.9.ebuild,v 1.2 2010/09/08 20:55:26 polynomial-c Exp $
57 EAPI="2"
58 WANT_AUTOCONF="2.1"
59
60 @@ -29,7 +29,7 @@
61 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
62 SLOT="0"
63 LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
64 -IUSE="+alsa +ipc java libnotify system-sqlite wifi"
65 +IUSE="+alsa +cups +ipc java libnotify system-sqlite wifi"
66
67 SRC_URI="mirror://gnu/gnuzilla/${MY_PV}/${PN}-${MY_PV}.tar.bz2
68 http://dev.gentoo.org/~anarchy/dist/${PATCH}.tar.bz2"
69 @@ -62,6 +62,7 @@
70 x11-libs/pango[X]
71 wifi? ( net-wireless/wireless-tools )
72 libnotify? ( >=x11-libs/libnotify-0.4 )
73 + cups? ( net-print/cups[gnutls] )
74 ~net-libs/xulrunner-${XUL_PV}[ipc=,java=,wifi=,libnotify=,system-sqlite=]"
75
76 DEPEND="${RDEPEND}
77 @@ -210,6 +211,7 @@
78 mozconfig_use_enable alsa ogg
79 mozconfig_use_enable alsa wave
80 mozconfig_use_enable system-sqlite
81 + mozconfig_use_enable cups printing
82
83 # Other browser-specific settings
84 mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}