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 DEE381381F3 for ; Wed, 25 Sep 2013 22:29:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA5B1E0EE6; Wed, 25 Sep 2013 22:29:38 +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 898FFE0EE6 for ; Wed, 25 Sep 2013 22:29:38 +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 9FF1733EDD8 for ; Wed, 25 Sep 2013 22:29:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 527D4E5309 for ; Wed, 25 Sep 2013 22:29:36 +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: <1380148157.441d8e18b5587ec274a8ba43e1fd9ec3daa1efbb.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: 441d8e18b5587ec274a8ba43e1fd9ec3daa1efbb X-VCS-Branch: master Date: Wed, 25 Sep 2013 22:29:36 +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: e999a99c-f3d8-4fe5-bc2a-21b535322d2c X-Archives-Hash: c753b348c48fd9be599f58ac68e5fb8d commit: 441d8e18b5587ec274a8ba43e1fd9ec3daa1efbb Author: Lars Wendler gentoo org> AuthorDate: Wed Sep 25 22:29:17 2013 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Sep 25 22:29:17 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=441d8e18 seamonkey: Removed the wrong seds... --- www-client/seamonkey/seamonkey-2.21.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/www-client/seamonkey/seamonkey-2.21.ebuild b/www-client/seamonkey/seamonkey-2.21.ebuild index 9d4bbfd..bd99c36 100644 --- a/www-client/seamonkey/seamonkey-2.21.ebuild +++ b/www-client/seamonkey/seamonkey-2.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.19.ebuild,v 1.1 2013/07/12 21:09:39 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.21.ebuild,v 1.4 2013/09/25 14:15:10 polynomial-c Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -42,7 +42,7 @@ if [[ ${PV} == *_pre* ]] ; then else # This is where arch teams should change the KEYWORDS. - KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" fi SLOT="0" @@ -156,11 +156,11 @@ src_prepare() { "${ms}"/build/unix/run-mozilla.sh || die "sed failed!" fi - # Disable gnomevfs extension - sed -i -e "s:gnomevfs::" "${S}"/suite/confvars.sh \ - -e "s:gnomevfs::" "${ms}"/browser/confvars.sh \ - -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. @@ -224,8 +224,8 @@ src_configure() { mozconfig_annotate '' --enable-safe-browsing mozconfig_use_enable gstreamer - mozconfig_use_enable system-cairo mozconfig_use_enable pulseaudio + mozconfig_use_enable system-cairo mozconfig_use_enable system-sqlite mozconfig_use_with system-jpeg mozconfig_use_with system-icu