From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 36A9E1381F3 for ; Wed, 25 Sep 2013 14:17:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4E87E0C13; Wed, 25 Sep 2013 14:17:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F772E0C13 for ; Wed, 25 Sep 2013 14:17:41 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AED233E788 for ; Wed, 25 Sep 2013 14:17:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1EA28E5309 for ; Wed, 25 Sep 2013 14:17:39 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1380118650.eee1eb65d775154dc33a96985b2c27426bfdfb09.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/seamonkey-2.21.ebuild X-VCS-Directories: www-client/seamonkey/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: eee1eb65d775154dc33a96985b2c27426bfdfb09 X-VCS-Branch: master Date: Wed, 25 Sep 2013 14:17:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 49a2df06-b08e-47a8-93ed-6a8f3966bac7 X-Archives-Hash: e7104bf81185321725c2c2a31def7804 commit: eee1eb65d775154dc33a96985b2c27426bfdfb09 Author: Lars Wendler gentoo org> AuthorDate: Wed Sep 25 14:17:30 2013 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Sep 25 14:17:30 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=eee1eb65 seamonkey: Removed unused configure options and sed commands. --- www-client/seamonkey/seamonkey-2.21.ebuild | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/www-client/seamonkey/seamonkey-2.21.ebuild b/www-client/seamonkey/seamonkey-2.21.ebuild index e024f4d..9d4bbfd 100644 --- a/www-client/seamonkey/seamonkey-2.21.ebuild +++ b/www-client/seamonkey/seamonkey-2.21.ebuild @@ -162,12 +162,6 @@ src_prepare() { -e "s:gnomevfs::" "${ms}"/xulrunner/confvars.sh \ || die "Failed to remove gnomevfs extension" - # Ensure that are plugins dir is enabled as default - sed -i -e "s:/usr/lib/mozilla/plugins:/usr/lib/nsbrowser/plugins:" \ - "${ms}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path for 32bit!" - sed -i -e "s:/usr/lib64/mozilla/plugins:/usr/lib64/nsbrowser/plugins:" \ - "${ms}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path for 64bit!" - # Don't exit with error when some libs are missing which we have in # system. sed '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' \ @@ -230,16 +224,14 @@ src_configure() { mozconfig_annotate '' --enable-safe-browsing mozconfig_use_enable gstreamer + mozconfig_use_enable system-cairo mozconfig_use_enable pulseaudio mozconfig_use_enable system-sqlite mozconfig_use_with system-jpeg mozconfig_use_with system-icu mozconfig_use_enable system-icu intl-api # Feature is know to cause problems on hardened - mozconfig_use_enable jit methodjit - mozconfig_use_enable jit tracejit mozconfig_use_enable jit ion - mozconfig_use_enable system-cairo # Use an objdir to keep things organized. echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/seamonk" \