Skip to content

Commit

Permalink
mail-client/mutt: add USE=notmuch for latest version based on neomutt
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
grobian committed Jun 28, 2016
1 parent 37006af commit 09bd028
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions mail-client/mutt/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
</maintainer>
<use>
<flag name="gpg">Enable support for <pkg>app-crypt/gpgme</pkg></flag>
<flag name="pop">Enable support for pop</flag>
<flag name="sidebar">Use the vanilla tree + sidebar patch</flag>
<flag name="pop">Enable support for POP3</flag>
<flag name="notmuch">Enable support for <pkg>net-mail/notmuch</pkg></flag>
<flag name="sidebar">Enable the sidebar feature</flag>
<flag name="smime">Enable support for smime</flag>
<flag name="smtp">Enable support for smtp</flag>
<flag name="tokyocabinet">Enable tokyocabinet database backend for header
Expand Down
4 changes: 3 additions & 1 deletion mail-client/mutt/mutt-1.6.1-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 )
"
Expand Down Expand Up @@ -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) \
Expand Down

0 comments on commit 09bd028

Please sign in to comment.