diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-01-23 17:42:26 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-01-23 17:42:26 +0000 |
commit | bc3fc6b598259c53c89483eba30faeecfd12331f (patch) | |
tree | c442a1fbab66d3dc9a210ab9cfa30d746fad8142 /net-libs | |
parent | Add ~alpha (diff) | |
download | gentoo-2-bc3fc6b598259c53c89483eba30faeecfd12331f.tar.gz gentoo-2-bc3fc6b598259c53c89483eba30faeecfd12331f.tar.bz2 gentoo-2-bc3fc6b598259c53c89483eba30faeecfd12331f.zip |
Bump patchset to fix building with GCC-4.3, bug #204703, and to fix building with nss-3.12
(Portage version: 2.1.3.19)
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.11 | 6 | ||||
-rw-r--r-- | net-libs/xulrunner/xulrunner-1.8.1.11.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/net-libs/xulrunner/ChangeLog b/net-libs/xulrunner/ChangeLog index eb0f2582a6f4..06236eabb1f4 100644 --- a/net-libs/xulrunner/ChangeLog +++ b/net-libs/xulrunner/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/xulrunner # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.80 2008/01/10 09:34:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.81 2008/01/23 17:42:26 armin76 Exp $ + + 23 Jan 2008; Raúl Porcel <armin76@gentoo.org> xulrunner-1.8.1.11.ebuild: + Bump patchset to fix building with GCC-4.3, bug #204703, and to fix building + with nss-3.12 10 Jan 2008; Raúl Porcel <armin76@gentoo.org> -xulrunner-1.8.1.6.ebuild: old diff --git a/net-libs/xulrunner/files/digest-xulrunner-1.8.1.11 b/net-libs/xulrunner/files/digest-xulrunner-1.8.1.11 index 2494dade6486..49f861322de2 100644 --- a/net-libs/xulrunner/files/digest-xulrunner-1.8.1.11 +++ b/net-libs/xulrunner/files/digest-xulrunner-1.8.1.11 @@ -1,6 +1,6 @@ -MD5 0838667cfaf01321a4dacdd83f22362e xulrunner-1.8.1.11-patches-0.1.tar.bz2 61369 -RMD160 e28168350715cdfc54e2c0d6a8e6cc974ede42e5 xulrunner-1.8.1.11-patches-0.1.tar.bz2 61369 -SHA256 480251f07c3f9cf120bf97323137463d30f6873233ca6b4b42aab8a6c98a6c58 xulrunner-1.8.1.11-patches-0.1.tar.bz2 61369 +MD5 dc9fa664c9adb8681e62bdcc072023be xulrunner-1.8.1.11-patches-0.2.tar.bz2 62657 +RMD160 2ba653294c12aec13a6adfee84092fb48150ffdf xulrunner-1.8.1.11-patches-0.2.tar.bz2 62657 +SHA256 e403d8e3a4b57aed60e87567362d936c312464ec26587b3676a84f76ffe95586 xulrunner-1.8.1.11-patches-0.2.tar.bz2 62657 MD5 8d2c3217cda0105b2b239a45444f26e2 xulrunner-1.8.1.11-source.tar.bz2 35475483 RMD160 d2edc6abb2733942bbe37709644bddae2f17362b xulrunner-1.8.1.11-source.tar.bz2 35475483 SHA256 072fb6dea5f4bc06c94ec237a97b23dabeecc5e6a74754b4259dbf2eb9c00945 xulrunner-1.8.1.11-source.tar.bz2 35475483 diff --git a/net-libs/xulrunner/xulrunner-1.8.1.11.ebuild b/net-libs/xulrunner/xulrunner-1.8.1.11.ebuild index e726f4ff0e17..a320f5c78a0c 100644 --- a/net-libs/xulrunner/xulrunner-1.8.1.11.ebuild +++ b/net-libs/xulrunner/xulrunner-1.8.1.11.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2008 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.11.ebuild,v 1.7 2008/01/10 08:48:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.8.1.11.ebuild,v 1.8 2008/01/23 17:42:26 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" |