Gentoo Archives: gentoo-commits

From: "Amadeusz Zolnowski (aidecoe)" <aidecoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/notmuch: metadata.xml ChangeLog notmuch-0.9-r1.ebuild
Date: Thu, 03 Nov 2011 18:25:06
Message-Id: 20111103182453.7D9F72004B@flycatcher.gentoo.org
1 aidecoe 11/11/03 18:24:53
2
3 Modified: metadata.xml ChangeLog notmuch-0.9-r1.ebuild
4 Log:
5 net-mail/notmuch: Added 'crypt' flag which just pulls app-crypt/gnupg.
6
7 (Portage version: 2.1.10.31/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-mail/notmuch/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/metadata.xml?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/metadata.xml?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/metadata.xml?r1=1.1&r2=1.2
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/metadata.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- metadata.xml 2 Nov 2011 15:30:50 -0000 1.1
23 +++ metadata.xml 3 Nov 2011 18:24:53 -0000 1.2
24 @@ -6,6 +6,8 @@
25 <name>Amadeusz Żołnowski</name>
26 </maintainer>
27 <use>
28 + <flag name="crypt">Support decryption and verification of PGP/MIME
29 + messages and in Emacs UI - encryption</flag>
30 <flag name="emacs">Install Notmuch client for Emacs (main client)</flag>
31 <flag name="vim">Install Notmuch client for Vim (experimental)</flag>
32 </use>
33
34
35
36 1.6 net-mail/notmuch/ChangeLog
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.6&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.6&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.5&r2=1.6
41
42 Index: ChangeLog
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
45 retrieving revision 1.5
46 retrieving revision 1.6
47 diff -u -r1.5 -r1.6
48 --- ChangeLog 3 Nov 2011 17:35:07 -0000 1.5
49 +++ ChangeLog 3 Nov 2011 18:24:53 -0000 1.6
50 @@ -1,6 +1,10 @@
51 # ChangeLog for net-mail/notmuch
52 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
53 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.5 2011/11/03 17:35:07 aidecoe Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.6 2011/11/03 18:24:53 aidecoe Exp $
55 +
56 + 03 Nov 2011; Amadeusz Żołnowski <aidecoe@g.o> notmuch-0.9-r1.ebuild,
57 + metadata.xml:
58 + Added 'crypt' flag which just pulls app-crypt/gnupg.
59
60 03 Nov 2011; Amadeusz Żołnowski <aidecoe@g.o> notmuch-0.9-r1.ebuild:
61 Added support for test suite.
62
63
64
65 1.3 net-mail/notmuch/notmuch-0.9-r1.ebuild
66
67 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.9-r1.ebuild?rev=1.3&view=markup
68 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.9-r1.ebuild?rev=1.3&content-type=text/plain
69 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.9-r1.ebuild?r1=1.2&r2=1.3
70
71 Index: notmuch-0.9-r1.ebuild
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.9-r1.ebuild,v
74 retrieving revision 1.2
75 retrieving revision 1.3
76 diff -u -r1.2 -r1.3
77 --- notmuch-0.9-r1.ebuild 3 Nov 2011 17:35:07 -0000 1.2
78 +++ notmuch-0.9-r1.ebuild 3 Nov 2011 18:24:53 -0000 1.3
79 @@ -1,6 +1,6 @@
80 # Copyright 1999-2011 Gentoo Foundation
81 # Distributed under the terms of the GNU General Public License v2
82 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.9-r1.ebuild,v 1.2 2011/11/03 17:35:07 aidecoe Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.9-r1.ebuild,v 1.3 2011/11/03 18:24:53 aidecoe Exp $
84
85 EAPI=4
86
87 @@ -18,8 +18,8 @@
88 LICENSE="GPL-3"
89 SLOT="0"
90 KEYWORDS="~amd64 ~x86"
91 -REQUIRED_USE="test? ( emacs )"
92 -IUSE="bash-completion debug emacs python test vim zsh-completion"
93 +REQUIRED_USE="test? ( crypt emacs )"
94 +IUSE="bash-completion crypt debug emacs python test vim zsh-completion"
95
96 CDEPEND="
97 >=dev-libs/glib-2.14
98 @@ -32,9 +32,11 @@
99 vim? ( || ( >=app-editors/vim-7.0 >=app-editors/gvim-7.0 ) )
100 "
101 DEPEND="${CDEPEND}
102 + dev-util/pkgconfig
103 test? ( sys-devel/gdb )
104 "
105 RDEPEND="${CDEPEND}
106 + crypt? ( app-crypt/gnupg )
107 zsh-completion? ( app-shells/zsh )
108 "