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 51282138A1A for ; Tue, 17 Feb 2015 07:05:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44A5AE095B; Tue, 17 Feb 2015 07:05:32 +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 A2865E095B for ; Tue, 17 Feb 2015 07:05:31 +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 D9DE43406C0 for ; Tue, 17 Feb 2015 07:05:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AC1211EF1 for ; Tue, 17 Feb 2015 07:05:28 +0000 (UTC) From: "Priit Laes" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Priit Laes" Message-ID: <1424156684.8884c66393780bc1bf1495644a8e216fbc3844d1.plaes@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: mail-client/evolution/ X-VCS-Repository: proj/gnome X-VCS-Files: mail-client/evolution/evolution-3.13.10.ebuild mail-client/evolution/evolution-3.13.90.ebuild mail-client/evolution/evolution-9999.ebuild X-VCS-Directories: mail-client/evolution/ X-VCS-Committer: plaes X-VCS-Committer-Name: Priit Laes X-VCS-Revision: 8884c66393780bc1bf1495644a8e216fbc3844d1 X-VCS-Branch: master Date: Tue, 17 Feb 2015 07:05:28 +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: 8dfea4ed-8390-41a7-b305-8bafa2aeea7c X-Archives-Hash: 8ed504a6614fb341eb4ddc989480a396 commit: 8884c66393780bc1bf1495644a8e216fbc3844d1 Author: Priit Laes plaes org> AuthorDate: Tue Feb 17 07:04:44 2015 +0000 Commit: Priit Laes plaes org> CommitDate: Tue Feb 17 07:04:44 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8884c663 mail-client/evolution: 3.13.10 → 3.13.90 --- .../{evolution-3.13.10.ebuild => evolution-3.13.90.ebuild} | 7 ++----- mail-client/evolution/evolution-9999.ebuild | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/mail-client/evolution/evolution-3.13.10.ebuild b/mail-client/evolution/evolution-3.13.90.ebuild similarity index 95% rename from mail-client/evolution/evolution-3.13.10.ebuild rename to mail-client/evolution/evolution-3.13.90.ebuild index 34ad6da..38165bd 100644 --- a/mail-client/evolution/evolution-3.13.10.ebuild +++ b/mail-client/evolution/evolution-3.13.90.ebuild @@ -116,9 +116,6 @@ src_prepare() { gnome2_src_prepare - # Fix compilation flags crazyness, upstream bug #653157 - sed -e 's/\(AM_CPPFLAGS="\)$WARNING_FLAGS/\1/' \ - -i configure || die "CPPFLAGS sed failed" } src_configure() { @@ -132,15 +129,15 @@ src_configure() { --disable-installed-tests \ --disable-pst-import \ --enable-canberra \ - $(use_enable bogofilter) \ $(use_enable crypt libcryptui) \ $(use_enable highlight text-highlight) \ $(use_enable map contact-maps) \ - $(use_enable spamassassin) \ $(use_enable spell gtkspell) \ $(use_enable ssl nss) \ $(use_enable ssl smime) \ + $(use_with bogofilter) \ $(use_with ldap openldap) \ + $(use_with spamassassin) \ $(usex ssl --enable-nss=yes "--without-nspr-libs --without-nspr-includes --without-nss-libs diff --git a/mail-client/evolution/evolution-9999.ebuild b/mail-client/evolution/evolution-9999.ebuild index 15b849e..d97c978 100644 --- a/mail-client/evolution/evolution-9999.ebuild +++ b/mail-client/evolution/evolution-9999.ebuild @@ -116,9 +116,6 @@ src_prepare() { gnome2_src_prepare - # Fix compilation flags crazyness, upstream bug #653157 - sed -e 's/\(AM_CPPFLAGS="\)$WARNING_FLAGS/\1/' \ - -i configure || die "CPPFLAGS sed failed" } src_configure() { @@ -132,15 +129,15 @@ src_configure() { --disable-installed-tests \ --disable-pst-import \ --enable-canberra \ - $(use_enable bogofilter) \ $(use_enable crypt libcryptui) \ $(use_enable highlight text-highlight) \ $(use_enable map contact-maps) \ - $(use_enable spamassassin) \ $(use_enable spell gtkspell) \ $(use_enable ssl nss) \ $(use_enable ssl smime) \ + $(use_with bogofilter) \ $(use_with ldap openldap) \ + $(use_with spamassassin) \ $(usex ssl --enable-nss=yes "--without-nspr-libs --without-nspr-includes --without-nss-libs