Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/epiphany: ChangeLog epiphany-2.22.2-r10.ebuild
Date: Sun, 22 Jun 2008 02:24:25
Message-Id: E1KAFFb-0005z1-Am@stork.gentoo.org
1 leio 08/06/22 02:24:19
2
3 Modified: ChangeLog epiphany-2.22.2-r10.ebuild
4 Log:
5 Add back accidentally lost enchant dependency for spellchecking, bug 228817; Reintroduce sandbox error workaround, bug 228589
6 (Portage version: 2.1.5.6)
7
8 Revision Changes Path
9 1.160 www-client/epiphany/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.160&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.160&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?r1=1.159&r2=1.160
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v
18 retrieving revision 1.159
19 retrieving revision 1.160
20 diff -u -r1.159 -r1.160
21 --- ChangeLog 19 Jun 2008 16:59:46 -0000 1.159
22 +++ ChangeLog 22 Jun 2008 02:24:18 -0000 1.160
23 @@ -1,6 +1,10 @@
24 # ChangeLog for www-client/epiphany
25 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.159 2008/06/19 16:59:46 leio Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.160 2008/06/22 02:24:18 leio Exp $
28 +
29 + 22 Jun 2008; Mart Raudsepp <leio@g.o> epiphany-2.22.2-r10.ebuild:
30 + Add back accidentally lost enchant dependency for spellchecking, bug 228817;
31 + Reintroduce sandbox error workaround, bug 228589
32
33 *epiphany-2.22.2-r10 (19 Jun 2008)
34
35
36
37
38 1.2 www-client/epiphany/epiphany-2.22.2-r10.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.22.2-r10.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.22.2-r10.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.22.2-r10.ebuild?r1=1.1&r2=1.2
43
44 Index: epiphany-2.22.2-r10.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.22.2-r10.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- epiphany-2.22.2-r10.ebuild 19 Jun 2008 16:59:46 -0000 1.1
51 +++ epiphany-2.22.2-r10.ebuild 22 Jun 2008 02:24:18 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.22.2-r10.ebuild,v 1.1 2008/06/19 16:59:46 leio Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.22.2-r10.ebuild,v 1.2 2008/06/22 02:24:18 leio Exp $
57
58 inherit gnome2 eutils multilib
59
60 @@ -36,6 +36,7 @@
61 >=dev-python/pygtk-2.7.1
62 >=dev-python/gnome-python-2.6
63 )
64 + spell? ( app-text/enchant )
65 x11-themes/gnome-icon-theme"
66 DEPEND="${RDEPEND}
67 app-text/scrollkeeper
68 @@ -68,5 +69,9 @@
69 addpredict /usr/$(get_libdir)/xulrunner-1.9/components/xpti.dat.tmp
70 addpredict /usr/$(get_libdir)/xulrunner-1.9/components/compreg.dat.tmp
71
72 + # Why are these write-opened per bug 228589?
73 + addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat
74 + addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat.tmp
75 +
76 gnome2_src_compile
77 }
78
79
80
81 --
82 gentoo-commits@l.g.o mailing list