diff options
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/icecat/ChangeLog | 10 | ||||
-rw-r--r-- | www-client/icecat/icecat-3.6.13-r1.ebuild (renamed from www-client/icecat/icecat-3.6.13.ebuild) | 6 |
2 files changed, 14 insertions, 2 deletions
diff --git a/www-client/icecat/ChangeLog b/www-client/icecat/ChangeLog index fa4145c02e84..299aab756640 100644 --- a/www-client/icecat/ChangeLog +++ b/www-client/icecat/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for www-client/icecat # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.63 2010/12/15 00:25:05 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.64 2010/12/15 17:07:01 polynomial-c Exp $ + +*icecat-3.6.13-r1 (15 Dec 2010) + + 15 Dec 2010; Lars Wendler <polynomial-c@gentoo.org> -icecat-3.6.13.ebuild, + +icecat-3.6.13-r1.ebuild: + New privacy extension seems to be broken. Blocks other addons and the + language packs (bugs #348785 and #348799). Removed for now in 3.6.13-r1 and + comitted straight to stable. 15 Dec 2010; Lars Wendler <polynomial-c@gentoo.org> icecat-3.6.13.ebuild: Use 3.6.13 language packs. diff --git a/www-client/icecat/icecat-3.6.13.ebuild b/www-client/icecat/icecat-3.6.13-r1.ebuild index 4c0a4056843a..26ac572b8c8d 100644 --- a/www-client/icecat/icecat-3.6.13.ebuild +++ b/www-client/icecat/icecat-3.6.13-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/www-client/icecat/icecat-3.6.13.ebuild,v 1.5 2010/12/15 00:25:05 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/icecat-3.6.13-r1.ebuild,v 1.1 2010/12/15 17:07:02 polynomial-c Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -260,6 +260,10 @@ src_install() { # Plugins dir dosym ../nsbrowser/plugins "${MOZILLA_FIVE_HOME}"/plugins \ || die "failed to symlink" + + # Extension seems to be broken. Blocks other addons and the language + # packs. (bugs #348785 and #348799) + rm -f "${ED}"/${MOZILLA_FIVE_HOME}/extensions/privacy_ext.xpi || die } pkg_postinst() { |