diff options
author | Jory Pratt <anarchy@gentoo.org> | 2009-11-10 07:42:50 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2009-11-10 07:42:50 +0000 |
commit | 2c9ad98873f57d63b76a1c0ba25cab886b63bde7 (patch) | |
tree | 51e163406609ddd501b978d387a5e83ef6acfc0d /www-client/icecat | |
parent | Version bump. (diff) | |
download | gentoo-2-2c9ad98873f57d63b76a1c0ba25cab886b63bde7.tar.gz gentoo-2-2c9ad98873f57d63b76a1c0ba25cab886b63bde7.tar.bz2 gentoo-2-2c9ad98873f57d63b76a1c0ba25cab886b63bde7.zip |
crash fixes, remove stale version
(Portage version: 2.1.7.4/cvs/Linux x86_64)
Diffstat (limited to 'www-client/icecat')
-rw-r--r-- | www-client/icecat/ChangeLog | 8 | ||||
-rw-r--r-- | www-client/icecat/icecat-3.5.5.ebuild (renamed from www-client/icecat/icecat-3.5.3.ebuild) | 10 |
2 files changed, 12 insertions, 6 deletions
diff --git a/www-client/icecat/ChangeLog b/www-client/icecat/ChangeLog index 645432da2a55..23eff3201ccf 100644 --- a/www-client/icecat/ChangeLog +++ b/www-client/icecat/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-client/icecat # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.4 2009/11/04 14:19:24 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.5 2009/11/10 07:42:50 anarchy Exp $ + +*icecat-3.5.5 (10 Nov 2009) + + 10 Nov 2009; Jory A. Pratt <anarchy@gentoo.org> -icecat-3.5.3.ebuild, + +icecat-3.5.5.ebuild: + crash fixes, remove stale version 04 Nov 2009; Jory A. Pratt <anarchy@gentoo.org> icecat-3.5.4.ebuild: apply patch in topsrc dir bug #291797 diff --git a/www-client/icecat/icecat-3.5.3.ebuild b/www-client/icecat/icecat-3.5.5.ebuild index e1097ba2e2c7..7d689345e0c8 100644 --- a/www-client/icecat/icecat-3.5.3.ebuild +++ b/www-client/icecat/icecat-3.5.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/www-client/icecat/icecat-3.5.3.ebuild,v 1.2 2009/10/29 12:50:23 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/icecat-3.5.5.ebuild,v 1.1 2009/11/10 07:42:50 anarchy Exp $ EAPI="2" WANT_AUTOCONF="2.1" @@ -12,7 +12,7 @@ ka kk kn ko ku lt lv mk ml mn mr nb-NO nl nn-NO oc or pa-IN pl pt-BR pt-PT rm ro ru si sk sl sq sr sv-SE ta-LK ta te th tr uk vi zh-CN zh-TW" NOSHORTLANGS="en-GB es-AR es-CL es-MX pt-BR zh-CN zh-TW" -XUL_PV="1.9.1.3" +XUL_PV="1.9.1.5" MAJ_PV="${PV/_*/}" # Without the _rc and _beta stuff MAJ_XUL_PV="1.9.1" DESKTOP_PV="3.5" @@ -57,8 +57,7 @@ RDEPEND=" sqlite? ( >=dev-db/sqlite-3.6.10 ) >=app-text/hunspell-1.2 alsa? ( media-libs/alsa-lib ) - >=net-libs/xulrunner-${XUL_PV}[java=,sqlite=] - !>=net-libs/xulrunner-1.9.2 + ~net-libs/xulrunner-${XUL_PV}[java=,sqlite=] >=x11-libs/cairo-1.8.8[X] x11-libs/pango[X]" @@ -120,7 +119,7 @@ src_prepare() { cp "${S}"/browser/branding/unofficial/brand\.* locale/branding/ # Any variable being set should be changed - find . -type f -exec sed -i 's/\(.*=.*\)Firefox/\1IceCat/g' {} \; + find . -type f -exec sed -i 's/\(.*=.*\)Firefox/\1IceCat/g' {} +; rm ${X}.jar zip -q -r ${X}.jar . @@ -145,6 +144,7 @@ src_prepare() { eautoreconf # We need to re-patch this because autoreconf overwrites it + cd "${S}" epatch "${FILESDIR}/000_flex-configure-LANG.patch" } |