Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/epiphany: ChangeLog epiphany-2.26.1.ebuild epiphany-2.26.2.ebuild
Date: Thu, 02 Jul 2009 07:13:41
Message-Id: E1MMGUF-0005Kf-JE@stork.gentoo.org
1 nirbheek 09/07/02 07:13:39
2
3 Modified: ChangeLog epiphany-2.26.1.ebuild
4 epiphany-2.26.2.ebuild
5 Log:
6 Fix sandbox violations, bug 263585
7 (Portage version: 2.2_rc33/cvs/Linux i686)
8
9 Revision Changes Path
10 1.211 www-client/epiphany/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.211&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.211&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?r1=1.210&r2=1.211
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v
19 retrieving revision 1.210
20 retrieving revision 1.211
21 diff -u -r1.210 -r1.211
22 --- ChangeLog 2 Jul 2009 06:39:16 -0000 1.210
23 +++ ChangeLog 2 Jul 2009 07:13:39 -0000 1.211
24 @@ -1,6 +1,10 @@
25 # ChangeLog for www-client/epiphany
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.210 2009/07/02 06:39:16 nirbheek Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.211 2009/07/02 07:13:39 nirbheek Exp $
29 +
30 + 02 Jul 2009; <nirbheek@g.o> epiphany-2.26.1.ebuild,
31 + epiphany-2.26.2.ebuild, +files/epiphany-2.26-fix-sandbox-violations.patch:
32 + Fix sandbox violations, bug 263585
33
34 02 Jul 2009; <nirbheek@g.o> epiphany-2.24.3-r10.ebuild:
35 2.24* doesn't work with xulrunner-1.9.1, DEPEND on xulrunner-1.9.0*. bug
36
37
38
39 1.2 www-client/epiphany/epiphany-2.26.1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.26.1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.26.1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.26.1.ebuild?r1=1.1&r2=1.2
44
45 Index: epiphany-2.26.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.26.1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- epiphany-2.26.1.ebuild 10 May 2009 22:07:57 -0000 1.1
52 +++ epiphany-2.26.1.ebuild 2 Jul 2009 07:13:39 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.26.1.ebuild,v 1.1 2009/05/10 22:07:57 eva Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.26.1.ebuild,v 1.2 2009/07/02 07:13:39 nirbheek Exp $
58
59 EAPI="2"
60
61 @@ -68,22 +68,12 @@
62 # Fix libcanberra automagic support, bug #266232
63 epatch "${FILESDIR}/${P}-automagic-libcanberra.patch"
64
65 + # Fix sandbox violations, bug 263585
66 + epatch "${FILESDIR}/${PN}-2.26-fix-sandbox-violations.patch"
67 +
68 # Make it libtool-1 compatible
69 rm -v m4/lt* m4/libtool.m4 || die "removing libtool macros failed"
70
71 intltoolize --force --copy --automake || die "intltoolize failed"
72 eautoreconf
73 }
74 -
75 -src_configure() {
76 - addpredict /usr/$(get_libdir)/xulrunner-1.9/components/xpti.dat
77 - addpredict /usr/$(get_libdir)/xulrunner-1.9/components/xpti.dat.tmp
78 - addpredict /usr/$(get_libdir)/xulrunner-1.9/components/compreg.dat.tmp
79 -
80 - # Why are these write-opened per bug #228589 and bug #253043
81 - addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat
82 - addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat.tmp
83 - addpredict /usr/$(get_libdir)/mozilla/components/compreg.dat.tmp
84 -
85 - gnome2_src_configure
86 -}
87
88
89
90 1.2 www-client/epiphany/epiphany-2.26.2.ebuild
91
92 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.26.2.ebuild?rev=1.2&view=markup
93 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.26.2.ebuild?rev=1.2&content-type=text/plain
94 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.26.2.ebuild?r1=1.1&r2=1.2
95
96 Index: epiphany-2.26.2.ebuild
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.26.2.ebuild,v
99 retrieving revision 1.1
100 retrieving revision 1.2
101 diff -u -r1.1 -r1.2
102 --- epiphany-2.26.2.ebuild 18 May 2009 21:40:47 -0000 1.1
103 +++ epiphany-2.26.2.ebuild 2 Jul 2009 07:13:39 -0000 1.2
104 @@ -1,6 +1,6 @@
105 # Copyright 1999-2009 Gentoo Foundation
106 # Distributed under the terms of the GNU General Public License v2
107 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.26.2.ebuild,v 1.1 2009/05/18 21:40:47 eva Exp $
108 +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.26.2.ebuild,v 1.2 2009/07/02 07:13:39 nirbheek Exp $
109
110 EAPI="2"
111
112 @@ -68,22 +68,12 @@
113 # Fix libcanberra automagic support, bug #266232
114 epatch "${FILESDIR}/${PN}-2.26.1-automagic-libcanberra.patch"
115
116 + # Fix sandbox violations, bug 263585
117 + epatch "${FILESDIR}/${PN}-2.26-fix-sandbox-violations.patch"
118 +
119 # Make it libtool-1 compatible
120 rm -v m4/lt* m4/libtool.m4 || die "removing libtool macros failed"
121
122 intltoolize --force --copy --automake || die "intltoolize failed"
123 eautoreconf
124 }
125 -
126 -src_configure() {
127 - addpredict /usr/$(get_libdir)/xulrunner-1.9/components/xpti.dat
128 - addpredict /usr/$(get_libdir)/xulrunner-1.9/components/xpti.dat.tmp
129 - addpredict /usr/$(get_libdir)/xulrunner-1.9/components/compreg.dat.tmp
130 -
131 - # Why are these write-opened per bug #228589 and bug #253043
132 - addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat
133 - addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat.tmp
134 - addpredict /usr/$(get_libdir)/mozilla/components/compreg.dat.tmp
135 -
136 - gnome2_src_configure
137 -}