diff options
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/xulrunner/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/xulrunner/xulrunner-1.9.2.8-r1.ebuild | 4 | ||||
-rw-r--r-- | net-libs/xulrunner/xulrunner-1.9.2.8.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-libs/xulrunner/ChangeLog b/net-libs/xulrunner/ChangeLog index 12fccf050942..fd5802f9f095 100644 --- a/net-libs/xulrunner/ChangeLog +++ b/net-libs/xulrunner/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/xulrunner # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.345 2010/08/01 16:20:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.346 2010/08/01 18:53:24 polynomial-c Exp $ + + 01 Aug 2010; Lars Wendler <polynomial-c@gentoo.org> + xulrunner-1.9.2.8.ebuild, xulrunner-1.9.2.8-r1.ebuild: + New patchset which incorporates armv4t-nanojit patch requested by armin76. 01 Aug 2010; Raúl Porcel <armin76@gentoo.org> xulrunner-1.9.2.8.ebuild: alpha/arm/ia64/sparc stable wrt #329279 diff --git a/net-libs/xulrunner/xulrunner-1.9.2.8-r1.ebuild b/net-libs/xulrunner/xulrunner-1.9.2.8-r1.ebuild index df0e78f814d1..c5ebc6186804 100644 --- a/net-libs/xulrunner/xulrunner-1.9.2.8-r1.ebuild +++ b/net-libs/xulrunner/xulrunner-1.9.2.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.2.8-r1.ebuild,v 1.1 2010/08/01 16:02:44 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.2.8-r1.ebuild,v 1.2 2010/08/01 18:53:24 polynomial-c Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -10,7 +10,7 @@ inherit flag-o-matic toolchain-funcs eutils mozconfig-3 makeedit multilib java-p MY_PV="${PV/_rc/rc}" # Handle beta MY_PV="${MY_PV/1.9.2/3.6}" MAJ_PV="1.9.2" # from mozilla-* branch name -PATCH="${PN}-1.9.2-patches-0.5" +PATCH="${PN}-1.9.2-patches-0.6" DESCRIPTION="Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications" HOMEPAGE="http://developer.mozilla.org/en/docs/XULRunner" diff --git a/net-libs/xulrunner/xulrunner-1.9.2.8.ebuild b/net-libs/xulrunner/xulrunner-1.9.2.8.ebuild index ea35f75c2206..4f809dc8a073 100644 --- a/net-libs/xulrunner/xulrunner-1.9.2.8.ebuild +++ b/net-libs/xulrunner/xulrunner-1.9.2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.2.8.ebuild,v 1.7 2010/08/01 16:20:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.2.8.ebuild,v 1.8 2010/08/01 18:53:24 polynomial-c Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -10,7 +10,7 @@ inherit flag-o-matic toolchain-funcs eutils mozconfig-3 makeedit multilib java-p MY_PV="${PV/_rc/rc}" # Handle beta MY_PV="${MY_PV/1.9.2/3.6}" MAJ_PV="1.9.2" # from mozilla-* branch name -PATCH="${PN}-1.9.2-patches-0.5" +PATCH="${PN}-1.9.2-patches-0.6" DESCRIPTION="Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications" HOMEPAGE="http://developer.mozilla.org/en/docs/XULRunner" |