Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/firefox: firefox-38.1.0.ebuild firefox-39.0.ebuild ChangeLog
Date: Wed, 29 Jul 2015 20:14:19
Message-Id: 20150729201414.4D1A5114@oystercatcher.gentoo.org
1 axs 15/07/29 20:14:14
2
3 Modified: firefox-38.1.0.ebuild firefox-39.0.ebuild ChangeLog
4 Log:
5 Fix syntax errors causing hppa build failures (bug 556196)
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 009C547C2B6559ED!)
8
9 Revision Changes Path
10 1.4 www-client/firefox/firefox-38.1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-38.1.0.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-38.1.0.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-38.1.0.ebuild?r1=1.3&r2=1.4
15
16 Index: firefox-38.1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-38.1.0.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- firefox-38.1.0.ebuild 29 Jul 2015 14:10:24 -0000 1.3
23 +++ firefox-38.1.0.ebuild 29 Jul 2015 20:14:14 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-38.1.0.ebuild,v 1.3 2015/07/29 14:10:24 zlogene Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-38.1.0.ebuild,v 1.4 2015/07/29 20:14:14 axs Exp $
29
30 EAPI="5"
31 VIRTUALX_REQUIRED="pgo"
32 @@ -145,6 +145,7 @@
33 EPATCH_SUFFIX="patch" \
34 EPATCH_FORCE="yes" \
35 epatch "${WORKDIR}/firefox"
36 + epatch "${FILESDIR}"/${PN}-38-hppa-js-syntax-error.patch #556196
37
38 # Allow user to apply any additional patches without modifing ebuild
39 epatch_user
40
41
42
43 1.2 www-client/firefox/firefox-39.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-39.0.ebuild?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-39.0.ebuild?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-39.0.ebuild?r1=1.1&r2=1.2
48
49 Index: firefox-39.0.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-39.0.ebuild,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- firefox-39.0.ebuild 7 Jul 2015 17:59:46 -0000 1.1
56 +++ firefox-39.0.ebuild 29 Jul 2015 20:14:14 -0000 1.2
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2015 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-39.0.ebuild,v 1.1 2015/07/07 17:59:46 axs Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-39.0.ebuild,v 1.2 2015/07/29 20:14:14 axs Exp $
62
63 EAPI="5"
64 VIRTUALX_REQUIRED="pgo"
65 @@ -146,6 +146,7 @@
66 EPATCH_FORCE="yes" \
67 EPATCH_EXCLUDE="8010_bug114311-freetype26.patch" \
68 epatch "${WORKDIR}/firefox"
69 + epatch "${WORKDIR}"/${PN}-38-hppa-js-syntax-error.patch
70
71 # Allow user to apply any additional patches without modifing ebuild
72 epatch_user
73
74
75
76 1.433 www-client/firefox/ChangeLog
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.433&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.433&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?r1=1.432&r2=1.433
81
82 Index: ChangeLog
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v
85 retrieving revision 1.432
86 retrieving revision 1.433
87 diff -u -r1.432 -r1.433
88 --- ChangeLog 29 Jul 2015 14:10:24 -0000 1.432
89 +++ ChangeLog 29 Jul 2015 20:14:14 -0000 1.433
90 @@ -1,6 +1,11 @@
91 # ChangeLog for www-client/firefox
92 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
93 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.432 2015/07/29 14:10:24 zlogene Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.433 2015/07/29 20:14:14 axs Exp $
95 +
96 + 29 Jul 2015; Ian Stakenvicius (_AxS_) <axs@g.o>
97 + +files/firefox-38-hppa-js-syntax-error.patch, firefox-38.1.0.ebuild,
98 + firefox-39.0.ebuild:
99 + Fix syntax errors causing hppa build failures (bug 556196)
100
101 29 Jul 2015; Mikle Kolyada <zlogene@g.o> firefox-38.1.0.ebuild:
102 amd64 stable wrt bug #555416