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: notmuch-0.18.1.ebuild ChangeLog
Date: Thu, 28 Aug 2014 11:39:33
Message-Id: 20140828113927.CCFD841A9@oystercatcher.gentoo.org
1 aidecoe 14/08/28 11:39:27
2
3 Modified: notmuch-0.18.1.ebuild ChangeLog
4 Log:
5 Unconditional installation of zsh/bash completion files. Fixes bug #521372.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F0134531E1DBFAB5)
8
9 Revision Changes Path
10 1.5 net-mail/notmuch/notmuch-0.18.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild?r1=1.4&r2=1.5
15
16 Index: notmuch-0.18.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- notmuch-0.18.1.ebuild 28 Aug 2014 09:37:07 -0000 1.4
23 +++ notmuch-0.18.1.ebuild 28 Aug 2014 11:39:27 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v 1.4 2014/08/28 09:37:07 aidecoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v 1.5 2014/08/28 11:39:27 aidecoe Exp $
29
30 EAPI=5
31
32 @@ -20,10 +20,10 @@
33 python? ( ${PYTHON_REQUIRED_USE} )
34 test? ( crypt emacs python )
35 "
36 -IUSE="bash-completion crypt debug doc emacs mutt nmbug python test
37 - zsh-completion"
38 +IUSE="crypt debug doc emacs mutt nmbug python test"
39
40 CDEPEND="
41 + >=app-shells/bash-completion-1.9
42 >=dev-libs/glib-2.22
43 >=dev-libs/gmime-2.6.7
44 !=dev-libs/gmime-2.6.19
45 @@ -42,7 +42,6 @@
46 >=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb )
47 "
48 RDEPEND="${CDEPEND}
49 - bash-completion? ( >=app-shells/bash-completion-1.9 )
50 crypt? ( app-crypt/gnupg )
51 nmbug? ( dev-vcs/git virtual/perl-File-Temp virtual/perl-Pod-Parser )
52 mutt? ( dev-perl/File-Which dev-perl/Mail-Box dev-perl/MailTools
53 @@ -50,7 +49,6 @@
54 virtual/perl-Digest-SHA virtual/perl-File-Path virtual/perl-Getopt-Long
55 virtual/perl-Pod-Parser
56 )
57 - zsh-completion? ( app-shells/zsh )
58 "
59
60 DOCS=( AUTHORS NEWS README )
61 @@ -103,9 +101,7 @@
62 --emacsetcdir="${EPREFIX}/${SITEETC}/${PN}"
63 --with-gmime-version=2.6
64 --zshcompletiondir="${EPREFIX}/usr/share/zsh/site-functions"
65 - $(use_with bash-completion)
66 $(use_with emacs)
67 - $(use_with zsh-completion)
68 )
69 tc-export CC CXX
70 econf "${myeconfargs[@]}"
71
72
73
74 1.100 net-mail/notmuch/ChangeLog
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.100&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.100&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.99&r2=1.100
79
80 Index: ChangeLog
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
83 retrieving revision 1.99
84 retrieving revision 1.100
85 diff -u -r1.99 -r1.100
86 --- ChangeLog 28 Aug 2014 09:37:07 -0000 1.99
87 +++ ChangeLog 28 Aug 2014 11:39:27 -0000 1.100
88 @@ -1,6 +1,9 @@
89 # ChangeLog for net-mail/notmuch
90 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
91 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.99 2014/08/28 09:37:07 aidecoe Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.100 2014/08/28 11:39:27 aidecoe Exp $
93 +
94 + 28 Aug 2014; Amadeusz Żołnowski <aidecoe@g.o> notmuch-0.18.1.ebuild:
95 + Unconditional installation of zsh/bash completion files. Fixes bug #521372.
96
97 28 Aug 2014; Amadeusz Żołnowski <aidecoe@g.o>
98 notmuch-0.16-r1.ebuild, notmuch-0.17.ebuild, notmuch-0.18.1.ebuild: