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 1R3waS-0005kn-SR for garchives@archives.gentoo.org; Wed, 14 Sep 2011 21:01:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 018AF21C0B0; Wed, 14 Sep 2011 21:01:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C25D421C0B0 for ; Wed, 14 Sep 2011 21:01:32 +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 D552E1B402A for ; Wed, 14 Sep 2011 21:01:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 3B9E880042 for ; Wed, 14 Sep 2011 21:01:30 +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: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/Manifest www-client/firefox/firefox-6.0.2.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: f2682a849478f99410d42f3a634e169d4b12a14c Date: Wed, 14 Sep 2011 21:01:30 +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: ca72d9b9d9b97c417257788b557dc8ab commit: f2682a849478f99410d42f3a634e169d4b12a14c Author: Jory A. Pratt gentoo org> AuthorDate: Wed Sep 14 21:01:06 2011 +0000 Commit: Jory Pratt gentoo org> CommitDate: Wed Sep 14 21:01:06 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mozilla.git;a= =3Dcommit;h=3Df2682a84 remove extra pax-mark to prevent failure message. --- www-client/firefox/Manifest | 2 +- www-client/firefox/firefox-6.0.2.ebuild | 3 --- 2 files changed, 1 insertions(+), 4 deletions(-) diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest index 65734c0..9e246a6 100644 --- a/www-client/firefox/Manifest +++ b/www-client/firefox/Manifest @@ -84,4 +84,4 @@ DIST firefox-6.0.2-zh-CN.xpi 241869 RMD160 cc672d7a325a= 1069ae3ecef84a96db16f77e5 DIST firefox-6.0.2-zh-TW.xpi 242788 RMD160 20173ab5cf9e281050ebaecfa33f2= c8e2b4af351 SHA1 0fc4a000f2d9da006437c7482fce2b077c60a1d1 SHA256 8d3db9e4= 7356d9449f14a549ae21b419dfbb8040ff6b5badb9bad331011f3eb8 DIST firefox-6.0.2-zu.xpi 233160 RMD160 96d1782e99a5239fffa9979b9ba03372= 4530a2cb SHA1 21207ba347863ebd9c109a27e12821fa9618a18e SHA256 5f3000ecfa5= bffbb4c20d4dc97a1b9c2fb0c792a88f7405963e5f6e88952bbf8 DIST firefox-6.0.2.source.tar.bz2 67926496 RMD160 46936063a8d92eb66ac032= f5365396f44aec717c SHA1 074eb9c1df4de0fe0a4bb9226ca3c2822c334cd6 SHA256 7= 021f26a576be43ccf32181432eb8b7d5e1bfdfb923e143594dd4ea2a271412c -EBUILD firefox-6.0.2.ebuild 11294 RMD160 929fa2356a44de53a76c91c396cea26= 32c86147c SHA1 f58f423d900ae2827f6110d2bc9b3bca0ef250bd SHA256 4f1b2cbdb5= 312040f6156b06c3d6d0a90f37804184c17efe4b839bc26ad2ad15 +EBUILD firefox-6.0.2.ebuild 11200 RMD160 1b3db860d82176b6180337b53f40779= faba860e7 SHA1 b7761cc712642d95f124a01f69f8bdf3d5b3446f SHA256 2bb83e3ecc= f89a48a3c65614cdbd0c014626a36baf4f1997b01f92c3b20d47b0 diff --git a/www-client/firefox/firefox-6.0.2.ebuild b/www-client/firefox= /firefox-6.0.2.ebuild index e3b5ef6..bf8ad8c 100644 --- a/www-client/firefox/firefox-6.0.2.ebuild +++ b/www-client/firefox/firefox-6.0.2.ebuild @@ -275,9 +275,6 @@ src_compile() { src_install() { MOZILLA_FIVE_HOME=3D"/usr/$(get_libdir)/${PN}" =20 - # Allow hardened users to have the benefits of methodjit - pax-mark m ${S}/dist/bin/xpcshell - # MOZ_BUILD_ROOT, and hence OBJ_DIR change depending on arch, compiler,= pgo, etc. local obj_dir=3D"$(echo */config.log)" obj_dir=3D"${obj_dir%/*}"