From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q6ZTx-0000bU-NA for garchives@archives.gentoo.org; Mon, 04 Apr 2011 02:25:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB3711C02A; Mon, 4 Apr 2011 02:25:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 61DE61C02A for ; Mon, 4 Apr 2011 02:25:25 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6B9E1B4051 for ; Mon, 4 Apr 2011 02:25:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id ADB5980065 for ; Mon, 4 Apr 2011 02:25:23 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: Subject: [gentoo-commits] proj/mozilla:master commit in: mail-client/thunderbird/files/ X-VCS-Repository: proj/mozilla X-VCS-Files: mail-client/thunderbird/files/bug-606109.patch mail-client/thunderbird/files/libnotify-0.7.patch X-VCS-Directories: mail-client/thunderbird/files/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: cea3c994cea324fac35ba56aad6942d3542f5586 Date: Mon, 4 Apr 2011 02:25:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 9bb43092a29e90a36393516f3e843f79 commit: cea3c994cea324fac35ba56aad6942d3542f5586 Author: Jory A. Pratt gentoo org> AuthorDate: Mon Apr 4 02:25:43 2011 +0000 Commit: Jory Pratt gentoo org> CommitDate: Mon Apr 4 02:25:43 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mozilla.git;a= =3Dcommit;h=3Dcea3c994 remove dead files --- mail-client/thunderbird/files/bug-606109.patch | 48 ---------------= --- mail-client/thunderbird/files/libnotify-0.7.patch | 56 ---------------= ------ 2 files changed, 0 insertions(+), 104 deletions(-) diff --git a/mail-client/thunderbird/files/bug-606109.patch b/mail-client= /thunderbird/files/bug-606109.patch deleted file mode 100644 index 57d9cd9..0000000 --- a/mail-client/thunderbird/files/bug-606109.patch +++ /dev/null @@ -1,48 +0,0 @@ -# HG changeset patch -# User Jory A. Pratt -# Parent 74e4421e0a30c6e21b594675e32a8d9d663c309c -Add missing ifde MOZ_MEDIA - -diff --git a/content/base/src/nsContentSink.cpp b/content/base/src/nsCon= tentSink.cpp ---- a/mozilla/content/base/src/nsContentSink.cpp -+++ b/mozilla/content/base/src/nsContentSink.cpp -@@ -1860,17 +1860,19 @@ nsIAtom** const kDefaultAllowedTags [] =3D - &nsGkAtoms::nobr, - &nsGkAtoms::noscript, - &nsGkAtoms::ol, - &nsGkAtoms::optgroup, - &nsGkAtoms::option, - &nsGkAtoms::output, - &nsGkAtoms::p, - &nsGkAtoms::pre, -+#ifdef MOZ_MEDIA - &nsGkAtoms::progress, -+#endif - &nsGkAtoms::q, - &nsGkAtoms::rp, - &nsGkAtoms::rt, - &nsGkAtoms::ruby, - &nsGkAtoms::s, - &nsGkAtoms::samp, - &nsGkAtoms::section, - &nsGkAtoms::select, -@@ -1952,17 +1954,19 @@ nsIAtom** const kDefaultAllowedAttribute - &nsGkAtoms::itemref, - &nsGkAtoms::itemscope, - &nsGkAtoms::itemtype, - &nsGkAtoms::kind, - &nsGkAtoms::label, - &nsGkAtoms::lang, - &nsGkAtoms::list, - &nsGkAtoms::longdesc, -+#ifdef MOZ_MEDIA - &nsGkAtoms::loop, -+#endif - &nsGkAtoms::low, - &nsGkAtoms::max, - &nsGkAtoms::maxlength, - &nsGkAtoms::media, - &nsGkAtoms::min, - &nsGkAtoms::mozdonotsend, - &nsGkAtoms::method, - &nsGkAtoms::multiple, diff --git a/mail-client/thunderbird/files/libnotify-0.7.patch b/mail-cli= ent/thunderbird/files/libnotify-0.7.patch deleted file mode 100644 index ab363a2..0000000 --- a/mail-client/thunderbird/files/libnotify-0.7.patch +++ /dev/null @@ -1,56 +0,0 @@ -# HG changeset patch -# User Priit Laes -# Parent 194dd9a57615185c998a87148fac65df51600758 -Bug 628222 - Add support for libnotify-0.7+. r=3Dkarlt - -diff --git a/mozilla/toolkit/system/gnome/nsAlertsIconListener.cpp b/moz= illa/toolkit/system/gnome/nsAlertsIconListener.cpp ---- a/mozilla/toolkit/system/gnome/nsAlertsIconListener.cpp -+++ b/mozilla/toolkit/system/gnome/nsAlertsIconListener.cpp -@@ -42,16 +42,21 @@ - #include "nsNetUtil.h" - #include "nsIImageToPixbuf.h" - #include "nsIStringBundle.h" -=20 - #include - #include - #include -=20 -+// Compatibility macro for (u= ser_data); - alert->SendCallback(); - } -@@ -199,17 +204,23 @@ nsAlertsIconListener::OnStopFrame(imgIRe - return NS_OK; - } -=20 - nsresult - nsAlertsIconListener::ShowAlert(GdkPixbuf* aPixbuf) - { - NotifyNotification* notify =3D notify_notification_new(mAlertTitle.ge= t(), - mAlertText.get()= , -- NULL, NULL); -+ NULL -+// >=3Dlibnotify-0.7.0 has no support for attaching to widgets -+#if !NOTIFY_CHECK_VERSION(0,7,0) -+ , NULL -+#endif -+ ); -+ - if (!notify) - return NS_ERROR_OUT_OF_MEMORY; -=20 - if (aPixbuf) - notify_notification_set_icon_from_pixbuf(notify, aPixbuf); -=20 - NS_ADDREF(this); - if (mAlertHasAction) { -