summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2009-11-11 00:45:41 +0000
committerJory Pratt <anarchy@gentoo.org>2009-11-11 00:45:41 +0000
commit96aa1feedf371cfde8cdd8e7c106f17669121fa7 (patch)
treef317e7f469a5bea0143b47e24e4f4f2506670739 /net-libs/xulrunner
parentMarking setuptools-0.6.6 ppc64 for bug 291915 (diff)
downloadgentoo-2-96aa1feedf371cfde8cdd8e7c106f17669121fa7.tar.gz
gentoo-2-96aa1feedf371cfde8cdd8e7c106f17669121fa7.tar.bz2
gentoo-2-96aa1feedf371cfde8cdd8e7c106f17669121fa7.zip
bump patchset to include nanojit.patch from upstream for
sparc support, remove exports from ebuild that are no longer needed. (Portage version: 2.1.7.4/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/xulrunner')
-rw-r--r--net-libs/xulrunner/ChangeLog6
-rw-r--r--net-libs/xulrunner/xulrunner-1.9.1.5.ebuild10
2 files changed, 7 insertions, 9 deletions
diff --git a/net-libs/xulrunner/ChangeLog b/net-libs/xulrunner/ChangeLog
index b8e2524fd57e..8b688330cdbc 100644
--- a/net-libs/xulrunner/ChangeLog
+++ b/net-libs/xulrunner/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/xulrunner
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.270 2009/11/09 12:32:14 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.271 2009/11/11 00:45:41 anarchy Exp $
+
+ 11 Nov 2009; Jory A. Pratt <anarchy@gentoo.org> xulrunner-1.9.1.5.ebuild:
+ bump patchset to include nanojit.patch from upstream for sparc support,
+ remove exports from ebuild that are no longer needed.
09 Nov 2009; Christian Faulhammer <fauli@gentoo.org>
xulrunner-1.9.1.4.ebuild:
diff --git a/net-libs/xulrunner/xulrunner-1.9.1.5.ebuild b/net-libs/xulrunner/xulrunner-1.9.1.5.ebuild
index ee24431d8121..f7de8fc23553 100644
--- a/net-libs/xulrunner/xulrunner-1.9.1.5.ebuild
+++ b/net-libs/xulrunner/xulrunner-1.9.1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI="2"
WANT_AUTOCONF="2.1"
@@ -11,7 +11,7 @@ MY_PV="${PV/_beta/b}" # Handle betas
MY_PV="${PV/_/}" # Handle rc1, rc2 etc
MY_PV="${MY_PV/1.9.1.5/3.5.5}"
MAJ_PV="1.9.1" # from mozilla-* branch name
-PATCH="${PN}-1.9.1.4-patches-0.1"
+PATCH="${PN}-1.9.1.5-patches-0.1"
DESCRIPTION="Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications"
HOMEPAGE="http://developer.mozilla.org/en/docs/XULRunner"
@@ -47,12 +47,6 @@ DEPEND="java? ( >=virtual/jdk-1.4 )
S="${WORKDIR}/mozilla-${MAJ_PV}"
-# Needed by src_compile() and src_install().
-# Would do in pkg_setup but that loses the export attribute, they
-# become pure shell variables.
-export BUILD_OFFICIAL=1
-export MOZILLA_OFFICIAL=1
-
pkg_setup() {
java-pkg-opt-2_pkg_setup