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: ChangeLog notmuch-0.16-r1.ebuild notmuch-0.17.ebuild
Date: Mon, 01 Sep 2014 07:55:41
Message-Id: 20140901075536.C9DF946A4@oystercatcher.gentoo.org
1 aidecoe 14/09/01 07:55:36
2
3 Modified: ChangeLog notmuch-0.16-r1.ebuild
4 notmuch-0.17.ebuild
5 Log:
6 Install zsh and bash completion files unconditionally.
7
8 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key F0134531E1DBFAB5)
9
10 Revision Changes Path
11 1.103 net-mail/notmuch/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.103&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.103&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.102&r2=1.103
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
20 retrieving revision 1.102
21 retrieving revision 1.103
22 diff -u -r1.102 -r1.103
23 --- ChangeLog 28 Aug 2014 14:14:21 -0000 1.102
24 +++ ChangeLog 1 Sep 2014 07:55:36 -0000 1.103
25 @@ -1,6 +1,10 @@
26 # ChangeLog for net-mail/notmuch
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.102 2014/08/28 14:14:21 aidecoe Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.103 2014/09/01 07:55:36 aidecoe Exp $
30 +
31 + 01 Sep 2014; Amadeusz Żołnowski <aidecoe@g.o>
32 + notmuch-0.16-r1.ebuild, notmuch-0.17.ebuild:
33 + Install zsh and bash completion files unconditionally.
34
35 28 Aug 2014; Amadeusz Żołnowski <aidecoe@g.o> notmuch-0.18.1.ebuild:
36 src_prepare() doesn't have 'default'.
37
38
39
40 1.8 net-mail/notmuch/notmuch-0.16-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild?rev=1.8&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild?rev=1.8&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild?r1=1.7&r2=1.8
45
46 Index: notmuch-0.16-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild,v
49 retrieving revision 1.7
50 retrieving revision 1.8
51 diff -u -r1.7 -r1.8
52 --- notmuch-0.16-r1.ebuild 28 Aug 2014 09:37:07 -0000 1.7
53 +++ notmuch-0.16-r1.ebuild 1 Sep 2014 07:55:36 -0000 1.8
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild,v 1.7 2014/08/28 09:37:07 aidecoe Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild,v 1.8 2014/09/01 07:55:36 aidecoe Exp $
59
60 EAPI=5
61
62 @@ -21,8 +21,7 @@
63 python? ( ${PYTHON_REQUIRED_USE} )
64 test? ( crypt emacs python )
65 "
66 -IUSE="bash-completion crypt debug doc emacs mutt nmbug pick python test
67 - zsh-completion"
68 +IUSE="crypt debug doc emacs mutt nmbug pick python test"
69
70 CDEPEND="
71 >=dev-libs/glib-2.22
72 @@ -48,7 +47,6 @@
73 virtual/perl-Digest-SHA virtual/perl-File-Path virtual/perl-Getopt-Long
74 virtual/perl-Pod-Parser
75 )
76 - zsh-completion? ( app-shells/zsh )
77 "
78
79 DOCS=( AUTHORS NEWS README )
80 @@ -92,9 +90,7 @@
81 --emacsetcdir="${EPREFIX}/${SITEETC}/${PN}"
82 --with-gmime-version=2.6
83 --zshcompletiondir="${EPREFIX}/usr/share/zsh/site-functions"
84 - $(use_with bash-completion)
85 $(use_with emacs)
86 - $(use_with zsh-completion)
87 )
88 econf "${myeconfargs[@]}"
89 }
90
91
92
93 1.8 net-mail/notmuch/notmuch-0.17.ebuild
94
95 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild?rev=1.8&view=markup
96 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild?rev=1.8&content-type=text/plain
97 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild?r1=1.7&r2=1.8
98
99 Index: notmuch-0.17.ebuild
100 ===================================================================
101 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild,v
102 retrieving revision 1.7
103 retrieving revision 1.8
104 diff -u -r1.7 -r1.8
105 --- notmuch-0.17.ebuild 28 Aug 2014 09:37:07 -0000 1.7
106 +++ notmuch-0.17.ebuild 1 Sep 2014 07:55:36 -0000 1.8
107 @@ -1,6 +1,6 @@
108 # Copyright 1999-2014 Gentoo Foundation
109 # Distributed under the terms of the GNU General Public License v2
110 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild,v 1.7 2014/08/28 09:37:07 aidecoe Exp $
111 +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild,v 1.8 2014/09/01 07:55:36 aidecoe Exp $
112
113 EAPI=5
114
115 @@ -20,8 +20,7 @@
116 python? ( ${PYTHON_REQUIRED_USE} )
117 test? ( crypt emacs python )
118 "
119 -IUSE="bash-completion crypt debug doc emacs mutt nmbug python test
120 - zsh-completion"
121 +IUSE="crypt debug doc emacs mutt nmbug python test"
122
123 CDEPEND="
124 >=dev-libs/glib-2.22
125 @@ -48,7 +47,6 @@
126 virtual/perl-Digest-SHA virtual/perl-File-Path virtual/perl-Getopt-Long
127 virtual/perl-Pod-Parser
128 )
129 - zsh-completion? ( app-shells/zsh )
130 "
131
132 DOCS=( AUTHORS NEWS README )
133 @@ -89,9 +87,7 @@
134 --emacsetcdir="${EPREFIX}/${SITEETC}/${PN}"
135 --with-gmime-version=2.6
136 --zshcompletiondir="${EPREFIX}/usr/share/zsh/site-functions"
137 - $(use_with bash-completion)
138 $(use_with emacs)
139 - $(use_with zsh-completion)
140 )
141 tc-export CC CXX
142 econf "${myeconfargs[@]}"