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.9.ebuild
Date: Wed, 02 Nov 2011 16:48:25
Message-Id: 20111102164813.E0D762004C@flycatcher.gentoo.org
1 aidecoe 11/11/02 16:48:13
2
3 Modified: ChangeLog notmuch-0.9.ebuild
4 Log:
5 net-mail/notmuch-0.9: ~x86 keyword
6
7 Notmuch works fine in terminal, Vim and Emacs. For x86
8 >=dev-libs/xapian-1.2.7-r2 is required.
9
10 (Portage version: 2.1.10.31/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.2 net-mail/notmuch/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.2&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.2&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.1&r2=1.2
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
22 retrieving revision 1.1
23 retrieving revision 1.2
24 diff -u -r1.1 -r1.2
25 --- ChangeLog 2 Nov 2011 15:30:50 -0000 1.1
26 +++ ChangeLog 2 Nov 2011 16:48:13 -0000 1.2
27 @@ -1,6 +1,13 @@
28 # ChangeLog for net-mail/notmuch
29 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.1 2011/11/02 15:30:50 aidecoe Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.2 2011/11/02 16:48:13 aidecoe Exp $
32 +
33 + 02 Nov 2011; Amadeusz Żołnowski <aidecoe@g.o>
34 + files/0.9-emacsetcdir.patch, files/0.9-fix-lib-makefile-local.patch,
35 + notmuch-0.9.ebuild:
36 + ~x86 keyword. Notmuch works fine in terminal, Vim and Emacs.
37 +
38 + For x86 >=dev-libs/xapian-1.2.7-r2 is required.
39
40 02 Nov 2011; Amadeusz Żołnowski <aidecoe@g.o>
41 +files/0.9-emacsetcdir.patch, +files/0.9-fix-lib-makefile-local.patch,
42
43
44
45 1.2 net-mail/notmuch/notmuch-0.9.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.9.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.9.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.9.ebuild?r1=1.1&r2=1.2
50
51 Index: notmuch-0.9.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.9.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- notmuch-0.9.ebuild 2 Nov 2011 15:30:50 -0000 1.1
58 +++ notmuch-0.9.ebuild 2 Nov 2011 16:48:13 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2011 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.9.ebuild,v 1.1 2011/11/02 15:30:50 aidecoe Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.9.ebuild,v 1.2 2011/11/02 16:48:13 aidecoe Exp $
64
65 EAPI=4
66
67 @@ -12,7 +12,7 @@
68
69 LICENSE="GPL-3"
70 SLOT="0"
71 -KEYWORDS="~amd64"
72 +KEYWORDS="~amd64 ~x86"
73 IUSE="bash-completion debug emacs vim zsh-completion"
74
75 DEPEND="
76 @@ -22,6 +22,7 @@
77 sys-libs/talloc
78 debug? ( dev-util/valgrind )
79 emacs? ( >=virtual/emacs-23 )
80 + x86? ( >=dev-libs/xapian-1.2.7-r2 )
81 vim? ( || ( >=app-editors/vim-7.0 >=app-editors/gvim-7.0 ) )
82 "
83 RDEPEND="${DEPEND}