public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-mail/notmuch: metadata.xml ChangeLog notmuch-0.9-r1.ebuild
@ 2011-11-03 18:24 Amadeusz Zolnowski (aidecoe)
  0 siblings, 0 replies; only message in thread
From: Amadeusz Zolnowski (aidecoe) @ 2011-11-03 18:24 UTC (permalink / raw
  To: gentoo-commits

aidecoe     11/11/03 18:24:53

  Modified:             metadata.xml ChangeLog notmuch-0.9-r1.ebuild
  Log:
  net-mail/notmuch: Added 'crypt' flag which just pulls app-crypt/gnupg.
  
  (Portage version: 2.1.10.31/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-mail/notmuch/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	2 Nov 2011 15:30:50 -0000	1.1
+++ metadata.xml	3 Nov 2011 18:24:53 -0000	1.2
@@ -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>



1.6                  net-mail/notmuch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	3 Nov 2011 17:35:07 -0000	1.5
+++ ChangeLog	3 Nov 2011 18:24:53 -0000	1.6
@@ -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.



1.3                  net-mail/notmuch/notmuch-0.9-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.9-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.9-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.9-r1.ebuild?r1=1.2&r2=1.3

Index: notmuch-0.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.9-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- notmuch-0.9-r1.ebuild	3 Nov 2011 17:35:07 -0000	1.2
+++ notmuch-0.9-r1.ebuild	3 Nov 2011 18:24:53 -0000	1.3
@@ -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 @@
 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 @@
 	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 )
 	"
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-03 18:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-03 18:24 [gentoo-commits] gentoo-x86 commit in net-mail/notmuch: metadata.xml ChangeLog notmuch-0.9-r1.ebuild Amadeusz Zolnowski (aidecoe)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox