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.18.1.ebuild
Date: Thu, 28 Aug 2014 14:14:27
Message-Id: 20140828141421.6D44DA04@oystercatcher.gentoo.org
1 aidecoe 14/08/28 14:14:21
2
3 Modified: ChangeLog notmuch-0.18.1.ebuild
4 Log:
5 src_prepare() doesn't have 'default'.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F0134531E1DBFAB5)
8
9 Revision Changes Path
10 1.102 net-mail/notmuch/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.102&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.102&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.101&r2=1.102
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
19 retrieving revision 1.101
20 retrieving revision 1.102
21 diff -u -r1.101 -r1.102
22 --- ChangeLog 28 Aug 2014 14:07:54 -0000 1.101
23 +++ ChangeLog 28 Aug 2014 14:14:21 -0000 1.102
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-mail/notmuch
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.101 2014/08/28 14:07:54 aidecoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.102 2014/08/28 14:14:21 aidecoe Exp $
29 +
30 + 28 Aug 2014; Amadeusz Żołnowski <aidecoe@g.o> notmuch-0.18.1.ebuild:
31 + src_prepare() doesn't have 'default'.
32
33 28 Aug 2014; Amadeusz Żołnowski <aidecoe@g.o> notmuch-0.18.1.ebuild:
34 Moved check for /etc/mutt/notmuch-mutt.rc to pkg_preinst(). Now it should
35
36
37
38 1.7 net-mail/notmuch/notmuch-0.18.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild?rev=1.7&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild?r1=1.6&r2=1.7
43
44 Index: notmuch-0.18.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v
47 retrieving revision 1.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- notmuch-0.18.1.ebuild 28 Aug 2014 14:07:54 -0000 1.6
51 +++ notmuch-0.18.1.ebuild 28 Aug 2014 14:14:21 -0000 1.7
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v 1.6 2014/08/28 14:07:54 aidecoe Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v 1.7 2014/08/28 14:14:21 aidecoe Exp $
57
58 EAPI=5
59
60 @@ -88,7 +88,6 @@
61 src_prepare() {
62 [[ "${MY_PATCHES[@]}" ]] && epatch "${MY_PATCHES[@]}"
63
64 - default
65 bindings python distutils-r1_src_prepare
66 bindings python mv README README-python || die
67 mv contrib/notmuch-mutt/README contrib/notmuch-mutt/README-mutt || die