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 1QdSJG-0003qC-Rq for garchives@archives.gentoo.org; Sun, 03 Jul 2011 19:26:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D922821C02D; Sun, 3 Jul 2011 19:25:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7B56A21C041 for ; Sun, 3 Jul 2011 19:25:06 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFAF51B4034 for ; Sun, 3 Jul 2011 19:15:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 12C938003D for ; Sun, 3 Jul 2011 19:15:12 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <9eaf0308ba2311af083b7f7baeaf168d70068416.polynomial-c@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/seamonkey/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/seamonkey/Manifest www-client/seamonkey/seamonkey-2.2_beta3.ebuild X-VCS-Directories: www-client/seamonkey/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 9eaf0308ba2311af083b7f7baeaf168d70068416 Date: Sun, 3 Jul 2011 19:15:12 +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: ea63d6154d966f89f6e93394bf8bae37 commit: 9eaf0308ba2311af083b7f7baeaf168d70068416 Author: Lars Wendler gentoo org> AuthorDate: Sun Jul 3 19:14:47 2011 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Jul 3 19:14:47 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mozilla.git;a= =3Dcommit;h=3D9eaf0308 seamonkey: Allow user to apply any additional patches without modifing eb= uild --- www-client/seamonkey/Manifest | 2 +- www-client/seamonkey/seamonkey-2.2_beta3.ebuild | 3 +++ 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/www-client/seamonkey/Manifest b/www-client/seamonkey/Manifes= t index 5f3360e..8fa3857 100644 --- a/www-client/seamonkey/Manifest +++ b/www-client/seamonkey/Manifest @@ -26,4 +26,4 @@ DIST seamonkey-2.2_beta3-sv-SE.xpi 869508 RMD160 14612b= f5878c8b2045cbc48f794b333 DIST seamonkey-2.2_beta3-tr.xpi 805151 RMD160 5c436f4ca05300d3d552a875a0= f2f371eaec9e23 SHA1 06ca655bb4bde870ac25a635f77c7d53b158bd71 SHA256 6149e= e4f6d18bff788b423e69316438f2a5cb2598195528306a5f3ca8164b14e DIST seamonkey-2.2_beta3.source.tar.bz2 87651163 RMD160 b37b691f56ec9a57= 41d99bbbe36176ba5c40fe5d SHA1 acc0f628087fb2b8bc5db24fb1b502e7eff896d5 SH= A256 a75c48e0ad8b47f1965099594aaf2ae922dc7349f32a027f883d65c279dc2954 DIST seamonkey-2.2b1-patches-01.tar.xz 17104 RMD160 d82c7d464be8bd3f5935= 70529910bcb371797a6a SHA1 3c5584a1fe22a8cb5b69423499c32d25a0335606 SHA256= c4704e8959f65e02e6b10546de43c16cbbf57a28289a5f7e7084925439442278 -EBUILD seamonkey-2.2_beta3.ebuild 8659 RMD160 e7907e1f47bedf077586c78c92= c0dbf99525b78e SHA1 01b32b5aa89bae459952dbfacf457117c0a9d65c SHA256 7dd8a= d36512f8054d0e5822cb73f94e57783efa17f81418113edcc86c79dda8e +EBUILD seamonkey-2.2_beta3.ebuild 8743 RMD160 1764d37d93f90cc593fb299833= a8290806eb8c6b SHA1 7d425dbed19653a0bce216dd9e486c5f3207c62b SHA256 7b3a3= 3c1419bdb847d54d7c49193fcc58f0c0a354ca9cdc20c33e99b75a612a4 diff --git a/www-client/seamonkey/seamonkey-2.2_beta3.ebuild b/www-client= /seamonkey/seamonkey-2.2_beta3.ebuild index c75cfce..4d8363c 100644 --- a/www-client/seamonkey/seamonkey-2.2_beta3.ebuild +++ b/www-client/seamonkey/seamonkey-2.2_beta3.ebuild @@ -145,6 +145,9 @@ src_prepare() { =20 epatch "${FILESDIR}"/${PN}-2.1b3-restore-tabbar-scrolling-from-2.1b2.di= ff =20 + # Allow user to apply any additional patches without modifing ebuild + epatch_user + if use crypt ; then mv "${WORKDIR}"/enigmail "${S}"/mailnews/extensions/enigmail cd "${S}"/mailnews/extensions/enigmail || die