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 1RQ1ME-0006aQ-Mi for garchives@archives.gentoo.org; Mon, 14 Nov 2011 18:34:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58F3A21C035; Mon, 14 Nov 2011 18:34:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 24E1A21C035 for ; Mon, 14 Nov 2011 18:34:06 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 958961B401A for ; Mon, 14 Nov 2011 18:34:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 0BFD280042 for ; Mon, 14 Nov 2011 18:34:05 +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: <826fd5ad8447281f12704db4300bd593f23980a2.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: mail-client/thunderbird/ X-VCS-Repository: proj/mozilla X-VCS-Files: mail-client/thunderbird/Manifest mail-client/thunderbird/thunderbird-8.0-r1.ebuild X-VCS-Directories: mail-client/thunderbird/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 826fd5ad8447281f12704db4300bd593f23980a2 Date: Mon, 14 Nov 2011 18:34:05 +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: 75e4e405-63aa-48e8-ac4f-221ae27ca330 X-Archives-Hash: 1ba6fba1880b4015f9102f6c3660d404 commit: 826fd5ad8447281f12704db4300bd593f23980a2 Author: Jory A. Pratt gentoo org> AuthorDate: Mon Nov 14 18:33:57 2011 +0000 Commit: Jory Pratt gentoo org> CommitDate: Mon Nov 14 18:33:57 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mozilla.git;a= =3Dcommit;h=3D826fd5ad typo fix --- mail-client/thunderbird/Manifest | 2 +- mail-client/thunderbird/thunderbird-8.0-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/M= anifest index 6dffa6c..200ff54 100644 --- a/mail-client/thunderbird/Manifest +++ b/mail-client/thunderbird/Manifest @@ -56,4 +56,4 @@ DIST thunderbird-8.0-vi.xpi 425968 RMD160 5412aefbf0517= 9354fb4fa2f3865a58b535520 DIST thunderbird-8.0-zh-CN.xpi 422519 RMD160 ef881e92de682aa3d807a53a7f5= 36f51e6740b94 SHA1 564f90305e0458f57cd27a876f90e8c12b5ade8f SHA256 bb46c2= b4d395488104528ac225f2c129e9c4ddb500e6f44082df549560013132 DIST thunderbird-8.0-zh-TW.xpi 423019 RMD160 3326d286df45aee39ea4dc9303c= 6e4459b41dba2 SHA1 a81c24ab001eb521a1b4e49da16c8f6914676641 SHA256 a6c78d= f16a242b1731709fdacae8fcfde630fe10469abfd6a696b46076e9059a DIST thunderbird-8.0.source.tar.bz2 89435206 RMD160 373420ec009a7f28f12a= 64a0d55e9d959573974e SHA1 18b77e44f1653eb3d59056870f535e3c373d99fd SHA256= f728bd2dbc04e6c3a096d79a9ee320740f53794a28be307da8655c8fd90f77f5 -EBUILD thunderbird-8.0-r1.ebuild 9525 RMD160 fbca590202e0a9488967b313fcc= a5354c0cbbfbc SHA1 21ec4e3fa79dc83b50f38941cb12dddc2635838e SHA256 8bfd2d= 59f464569a4bb46d9e752872924d79042c34c9d43a53596f3273e9bb8d +EBUILD thunderbird-8.0-r1.ebuild 9526 RMD160 f078baca9930fe1edca1aa56837= 54a923fde0cff SHA1 06483cc3b2a470e7ad3f4ea21517584933b6c5f5 SHA256 916829= 9254b1543e19e39e08a88748934de0ffd479e0450f490204d90f2d1189 diff --git a/mail-client/thunderbird/thunderbird-8.0-r1.ebuild b/mail-cli= ent/thunderbird/thunderbird-8.0-r1.ebuild index cac6dc2..1ae622b 100644 --- a/mail-client/thunderbird/thunderbird-8.0-r1.ebuild +++ b/mail-client/thunderbird/thunderbird-8.0-r1.ebuild @@ -308,6 +308,6 @@ src_install() { pkg_postinst() { elog elog "If you are experience problems with plugins please issue the" - elog "following command : rm \${HOME}/.thunderbird/*/extensions.sqlite,= " + elog "following command : rm \${HOME}/.thunderbird/*/extensions.sqlite = ," elog "then restart thunderbird" }