Gentoo Archives: gentoo-commits

From: "Jory Pratt (anarchy)" <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner: ChangeLog xulrunner-1.9.1.5.ebuild
Date: Wed, 11 Nov 2009 00:45:45
Message-Id: E1N81LC-0008NX-JK@stork.gentoo.org
1 anarchy 09/11/11 00:45:42
2
3 Modified: ChangeLog xulrunner-1.9.1.5.ebuild
4 Log:
5 bump patchset to include nanojit.patch from upstream for
6 sparc support, remove exports from ebuild that are no longer needed.
7 (Portage version: 2.1.7.4/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.271 net-libs/xulrunner/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.271&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.271&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?r1=1.270&r2=1.271
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v
19 retrieving revision 1.270
20 retrieving revision 1.271
21 diff -u -r1.270 -r1.271
22 --- ChangeLog 9 Nov 2009 12:32:14 -0000 1.270
23 +++ ChangeLog 11 Nov 2009 00:45:41 -0000 1.271
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-libs/xulrunner
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.270 2009/11/09 12:32:14 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.271 2009/11/11 00:45:41 anarchy Exp $
29 +
30 + 11 Nov 2009; Jory A. Pratt <anarchy@g.o> xulrunner-1.9.1.5.ebuild:
31 + bump patchset to include nanojit.patch from upstream for sparc support,
32 + remove exports from ebuild that are no longer needed.
33
34 09 Nov 2009; Christian Faulhammer <fauli@g.o>
35 xulrunner-1.9.1.4.ebuild:
36
37
38
39 1.2 net-libs/xulrunner/xulrunner-1.9.1.5.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.1.5.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.1.5.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.1.5.ebuild?r1=1.1&r2=1.2
44
45 Index: xulrunner-1.9.1.5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.1.5.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- xulrunner-1.9.1.5.ebuild 7 Nov 2009 01:42:15 -0000 1.1
52 +++ xulrunner-1.9.1.5.ebuild 11 Nov 2009 00:45:41 -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/net-libs/xulrunner/xulrunner-1.9.1.5.ebuild,v 1.1 2009/11/07 01:42:15 anarchy Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.1.5.ebuild,v 1.2 2009/11/11 00:45:41 anarchy Exp $
58
59 EAPI="2"
60 WANT_AUTOCONF="2.1"
61 @@ -11,7 +11,7 @@
62 MY_PV="${PV/_/}" # Handle rc1, rc2 etc
63 MY_PV="${MY_PV/1.9.1.5/3.5.5}"
64 MAJ_PV="1.9.1" # from mozilla-* branch name
65 -PATCH="${PN}-1.9.1.4-patches-0.1"
66 +PATCH="${PN}-1.9.1.5-patches-0.1"
67
68 DESCRIPTION="Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications"
69 HOMEPAGE="http://developer.mozilla.org/en/docs/XULRunner"
70 @@ -47,12 +47,6 @@
71
72 S="${WORKDIR}/mozilla-${MAJ_PV}"
73
74 -# Needed by src_compile() and src_install().
75 -# Would do in pkg_setup but that loses the export attribute, they
76 -# become pure shell variables.
77 -export BUILD_OFFICIAL=1
78 -export MOZILLA_OFFICIAL=1
79 -
80 pkg_setup() {
81 java-pkg-opt-2_pkg_setup