From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 19E911382DE for ; Tue, 28 Jun 2016 17:18:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EB7A14186; Tue, 28 Jun 2016 17:18:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB32714186 for ; Tue, 28 Jun 2016 17:18:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6BD0B3409D0 for ; Tue, 28 Jun 2016 17:18:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE8FF15F5 for ; Tue, 28 Jun 2016 17:18:19 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1467134236.09bd028c885862c02c44efeaed8f5143f3f3e8e7.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/mutt/metadata.xml mail-client/mutt/mutt-1.6.1-r2.ebuild X-VCS-Directories: mail-client/mutt/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 09bd028c885862c02c44efeaed8f5143f3f3e8e7 X-VCS-Branch: master Date: Tue, 28 Jun 2016 17:18:19 +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: 9f3f2365-58c7-46e5-a722-3abf4ae9469e X-Archives-Hash: aa7e64e730d1803b0d1d411dc2e8213f commit: 09bd028c885862c02c44efeaed8f5143f3f3e8e7 Author: Fabian Groffen gentoo org> AuthorDate: Tue Jun 28 17:17:16 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Jun 28 17:17:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09bd028c mail-client/mutt: add USE=notmuch for latest version based on neomutt Package-Manager: portage-2.2.28 mail-client/mutt/metadata.xml | 5 +++-- mail-client/mutt/mutt-1.6.1-r2.ebuild | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/mail-client/mutt/metadata.xml b/mail-client/mutt/metadata.xml index b49c426..480b414 100644 --- a/mail-client/mutt/metadata.xml +++ b/mail-client/mutt/metadata.xml @@ -10,8 +10,9 @@ Enable support for app-crypt/gpgme - Enable support for pop - Use the vanilla tree + sidebar patch + Enable support for POP3 + Enable support for net-mail/notmuch + Enable the sidebar feature Enable support for smime Enable support for smtp Enable tokyocabinet database backend for header diff --git a/mail-client/mutt/mutt-1.6.1-r2.ebuild b/mail-client/mutt/mutt-1.6.1-r2.ebuild index 2d0f8ea..a3d89b2 100644 --- a/mail-client/mutt/mutt-1.6.1-r2.ebuild +++ b/mail-client/mutt/mutt-1.6.1-r2.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="http://www.mutt.org/" SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz https://github.com/neomutt/integration/archive/${NEOMUTT}.zip -> ${P}-neomutt-patches-${NEOMUTT}.zip" -IUSE="berkdb crypt debug doc gdbm gnutls gpg idn imap kerberos libressl mbox nls nntp pop qdbm sasl selinux sidebar slang smime smtp ssl tokyocabinet" +IUSE="berkdb crypt debug doc gdbm gnutls gpg idn imap kerberos libressl mbox nls nntp notmuch pop qdbm sasl selinux sidebar slang smime smtp ssl tokyocabinet" SLOT="0" LICENSE="GPL-2" # this needs some testing due to full-on neomutt changes @@ -66,6 +66,7 @@ CDEPEND=" !libressl? ( >=dev-libs/openssl-0.9.6:0 ) libressl? ( dev-libs/libressl ) ) + notmuch? ( net-mail/notmuch ) slang? ( sys-libs/slang ) !slang? ( >=sys-libs/ncurses-5.2:0 ) " @@ -142,6 +143,7 @@ src_configure() { $(use_enable sidebar) \ $(use_enable smime) \ $(use_enable smtp) \ + $(use_enable notmuch) \ $(use_with idn) \ $(use_with kerberos gss) \ $(use slang && echo --with-slang=${EPREFIX}/usr) \