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 A100E1399CE for ; Thu, 3 Sep 2015 10:04:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3753CE085B; Thu, 3 Sep 2015 10:04:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD12EE085B for ; Thu, 3 Sep 2015 10:03:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9D8533FE13 for ; Thu, 3 Sep 2015 10:03:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6D2B144 for ; Thu, 3 Sep 2015 10:03:54 +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: <1441274504.20c4e02abc9561bafa9e9552a6f2f20c28ff5bee.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.35.ebuild X-VCS-Directories: www-client/seamonkey/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 20c4e02abc9561bafa9e9552a6f2f20c28ff5bee X-VCS-Branch: master Date: Thu, 3 Sep 2015 10:03:54 +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: ca907966-5b0b-4f17-bc24-f8d061778e62 X-Archives-Hash: c4e0acecc96b71ae10213b5e7696d0cb commit: 20c4e02abc9561bafa9e9552a6f2f20c28ff5bee Author: Lars Wendler gentoo org> AuthorDate: Thu Sep 3 10:01:44 2015 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Sep 3 10:01:44 2015 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=20c4e02a seamonkey: sync with ebuild from portage. www-client/seamonkey/seamonkey-2.35.ebuild | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/www-client/seamonkey/seamonkey-2.35.ebuild b/www-client/seamonkey/seamonkey-2.35.ebuild index 6eb19ab..c7ba3fd 100644 --- a/www-client/seamonkey/seamonkey-2.35.ebuild +++ b/www-client/seamonkey/seamonkey-2.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ +# $Id: 185037f356356bfdd329a8211c71d1ff4348c705 $ EAPI=5 WANT_AUTOCONF="2.1" @@ -53,9 +53,9 @@ IUSE="+chatzilla +crypt +gmp-autoupdate +ipc minimal pulseaudio +roaming selinux SRC_URI="${SRC_URI} ${MOZ_HTTP_URI}/source/${MY_MOZ_P}.source.tar.bz2 -> ${P}.source.tar.bz2 - https://dev.gentoo.org/~axs/mozilla/patchsets/${PATCHFF}.tar.xz + https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/${PATCHFF}.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/${PATCH}.tar.xz - crypt? ( http://www.enigmail.net/download/source/enigmail-${EMVER}.tar.gz )" + crypt? ( https://www.enigmail.net/download/source/enigmail-${EMVER}.tar.gz )" ASM_DEPEND=">=dev-lang/yasm-1.1" @@ -119,12 +119,9 @@ src_prepare() { EPATCH_FORCE="yes" \ epatch "${WORKDIR}/seamonkey" - epatch "${FILESDIR}"/${PN}-2.30-jemalloc-configure.patch - # browser patches go here pushd "${S}"/mozilla &>/dev/null || die - EPATCH_EXCLUDE="2000-firefox_gentoo_install_dirs.patch - 8002_jemalloc_configure_unbashify.patch" \ + EPATCH_EXCLUDE="2000-firefox_gentoo_install_dirs.patch" \ EPATCH_SUFFIX="patch" \ EPATCH_FORCE="yes" \ epatch "${WORKDIR}/firefox" @@ -191,9 +188,7 @@ src_configure() { # It doesn't compile on alpha without this LDFLAGS use alpha && append-ldflags "-Wl,--no-relax" - if use chatzilla ; then - MEXTENSIONS+=",irc" - else + if ! use chatzilla ; then MEXTENSIONS+=",-irc" fi if ! use roaming ; then