summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2011-11-03 18:24:53 +0000
committerAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2011-11-03 18:24:53 +0000
commitaab69c22907b39db541b5473ae0098967e99f839 (patch)
tree1c4918068f689bf2f0c847f6d06ea3dc3af18498 /net-mail
parentVersion bump. (diff)
downloadgentoo-2-aab69c22907b39db541b5473ae0098967e99f839.tar.gz
gentoo-2-aab69c22907b39db541b5473ae0098967e99f839.tar.bz2
gentoo-2-aab69c22907b39db541b5473ae0098967e99f839.zip
net-mail/notmuch: Added 'crypt' flag which just pulls app-crypt/gnupg.
(Portage version: 2.1.10.31/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/notmuch/ChangeLog6
-rw-r--r--net-mail/notmuch/metadata.xml2
-rw-r--r--net-mail/notmuch/notmuch-0.9-r1.ebuild8
3 files changed, 12 insertions, 4 deletions
diff --git a/net-mail/notmuch/ChangeLog b/net-mail/notmuch/ChangeLog
index 64000dec6d70..fa945d859619 100644
--- a/net-mail/notmuch/ChangeLog
+++ b/net-mail/notmuch/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/notmuch
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.5 2011/11/03 17:35:07 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.6 2011/11/03 18:24:53 aidecoe Exp $
+
+ 03 Nov 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.9-r1.ebuild,
+ metadata.xml:
+ Added 'crypt' flag which just pulls app-crypt/gnupg.
03 Nov 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.9-r1.ebuild:
Added support for test suite.
diff --git a/net-mail/notmuch/metadata.xml b/net-mail/notmuch/metadata.xml
index a062b2ac438a..0acb6acdbe06 100644
--- a/net-mail/notmuch/metadata.xml
+++ b/net-mail/notmuch/metadata.xml
@@ -6,6 +6,8 @@
<name>Amadeusz Żołnowski</name>
</maintainer>
<use>
+ <flag name="crypt">Support decryption and verification of PGP/MIME
+ messages and in Emacs UI - encryption</flag>
<flag name="emacs">Install Notmuch client for Emacs (main client)</flag>
<flag name="vim">Install Notmuch client for Vim (experimental)</flag>
</use>
diff --git a/net-mail/notmuch/notmuch-0.9-r1.ebuild b/net-mail/notmuch/notmuch-0.9-r1.ebuild
index f2d82b6d78ce..5683a11116b2 100644
--- a/net-mail/notmuch/notmuch-0.9-r1.ebuild
+++ b/net-mail/notmuch/notmuch-0.9-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.9-r1.ebuild,v 1.2 2011/11/03 17:35:07 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.9-r1.ebuild,v 1.3 2011/11/03 18:24:53 aidecoe Exp $
EAPI=4
@@ -18,8 +18,8 @@ SRC_URI="${HOMEPAGE}/releases/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="test? ( emacs )"
-IUSE="bash-completion debug emacs python test vim zsh-completion"
+REQUIRED_USE="test? ( crypt emacs )"
+IUSE="bash-completion crypt debug emacs python test vim zsh-completion"
CDEPEND="
>=dev-libs/glib-2.14
@@ -32,9 +32,11 @@ CDEPEND="
vim? ( || ( >=app-editors/vim-7.0 >=app-editors/gvim-7.0 ) )
"
DEPEND="${CDEPEND}
+ dev-util/pkgconfig
test? ( sys-devel/gdb )
"
RDEPEND="${CDEPEND}
+ crypt? ( app-crypt/gnupg )
zsh-completion? ( app-shells/zsh )
"