diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-04-18 21:35:07 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-04-18 21:35:07 +0000 |
commit | 217bc672b7ba5e2b0094523b129d0a299c6074ff (patch) | |
tree | bce9c4aa5b0e1231ff2ec4e2331d153d30116653 /net-libs | |
parent | Revision bump, closing bug #174713. Wiped out previous revision. (diff) | |
download | gentoo-2-217bc672b7ba5e2b0094523b129d0a299c6074ff.tar.gz gentoo-2-217bc672b7ba5e2b0094523b129d0a299c6074ff.tar.bz2 gentoo-2-217bc672b7ba5e2b0094523b129d0a299c6074ff.zip |
Add patch to fix compile failure if use debug, bug 155349, thanks to Gergan Penkov <gergan at gmail dot com> for the patch
(Portage version: 2.1.2.4)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/xulrunner/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/xulrunner/files/digest-xulrunner-1.8.1.3 | 6 | ||||
-rw-r--r-- | net-libs/xulrunner/xulrunner-1.8.1.3.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/net-libs/xulrunner/ChangeLog b/net-libs/xulrunner/ChangeLog index 047a1bba46a8..8a6c7dd336d9 100644 --- a/net-libs/xulrunner/ChangeLog +++ b/net-libs/xulrunner/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/xulrunner # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.23 2007/04/17 18:22:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.24 2007/04/18 21:35:07 armin76 Exp $ + + 18 Apr 2007; Raúl Porcel <armin76@gentoo.org> xulrunner-1.8.1.3.ebuild: + Add patch to fix compile failure if use debug, bug 155349, thanks to Gergan + Penkov <gergan at gmail dot com> for the patch 17 Apr 2007; Raúl Porcel <armin76@gentoo.org> xulrunner-1.8.1.3.ebuild: Disable python extension, bug 174944 diff --git a/net-libs/xulrunner/files/digest-xulrunner-1.8.1.3 b/net-libs/xulrunner/files/digest-xulrunner-1.8.1.3 index dec02c321666..739593c3e5f3 100644 --- a/net-libs/xulrunner/files/digest-xulrunner-1.8.1.3 +++ b/net-libs/xulrunner/files/digest-xulrunner-1.8.1.3 @@ -1,6 +1,6 @@ -MD5 bca7f34a3623923df49d55316bd8d7fb xulrunner-1.8.1.3-patches-0.1.tar.bz2 61527 -RMD160 a541c8801e4aa4e944de7131ddd5e0a1740c55c3 xulrunner-1.8.1.3-patches-0.1.tar.bz2 61527 -SHA256 eb76aa44dd3d653c0602aa9e9e9959dfc3a08cebe01cc3eb6d54efce94e9d0af xulrunner-1.8.1.3-patches-0.1.tar.bz2 61527 +MD5 921339efccc543aa06e7d8d0a7eeb341 xulrunner-1.8.1.3-patches-0.2.tar.bz2 61608 +RMD160 76cc30c3c1a5abcd5d315a68dde74ee8b81aea29 xulrunner-1.8.1.3-patches-0.2.tar.bz2 61608 +SHA256 aaaf5e39bf531ee58d8d01269a32e7abce2fc2b9a2705d24d8ad9fe3269540b0 xulrunner-1.8.1.3-patches-0.2.tar.bz2 61608 MD5 6403897d08f05de680452bee03609153 xulrunner-1.8.1.3-source.tar.bz2 35258868 RMD160 f7d5bdbaeffa33d3789cc80adc107885bb80e029 xulrunner-1.8.1.3-source.tar.bz2 35258868 SHA256 bfff1ff35ef23edb40532ee7fde042671ee659ec6ed3a341d8925c7aa8954702 xulrunner-1.8.1.3-source.tar.bz2 35258868 diff --git a/net-libs/xulrunner/xulrunner-1.8.1.3.ebuild b/net-libs/xulrunner/xulrunner-1.8.1.3.ebuild index 310dfa73e115..78f66c82939c 100644 --- a/net-libs/xulrunner/xulrunner-1.8.1.3.ebuild +++ b/net-libs/xulrunner/xulrunner-1.8.1.3.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.8.1.3.ebuild,v 1.7 2007/04/17 20:39:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.8.1.3.ebuild,v 1.8 2007/04/18 21:35:07 armin76 Exp $ WANT_AUTOCONF="2.1" inherit flag-o-matic toolchain-funcs eutils makeedit multilib autotools mozconfig-2 java-pkg-opt-2 -PATCH="${P}-patches-0.1" +PATCH="${P}-patches-0.2" DESCRIPTION="Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications" HOMEPAGE="http://developer.mozilla.org/en/docs/XULRunner" |