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 notmuch-0.16-r1.ebuild notmuch-0.17.ebuild
Date: Thu, 28 Aug 2014 09:37:11
Message-Id: 20140828093707.DFA6D41A9@oystercatcher.gentoo.org
1 aidecoe 14/08/28 09:37:07
2
3 Modified: notmuch-0.18.1.ebuild ChangeLog
4 notmuch-0.16-r1.ebuild notmuch-0.17.ebuild
5 Log:
6 Prefixed paths with $EPREFIX instead of $ROOT. Thanks to mgorny for the
7 report.
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F0134531E1DBFAB5)
10
11 Revision Changes Path
12 1.4 net-mail/notmuch/notmuch-0.18.1.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild?r1=1.3&r2=1.4
17
18 Index: notmuch-0.18.1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- notmuch-0.18.1.ebuild 21 Jul 2014 19:06:43 -0000 1.3
25 +++ notmuch-0.18.1.ebuild 28 Aug 2014 09:37:07 -0000 1.4
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v 1.3 2014/07/21 19:06:43 dilfridge Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v 1.4 2014/08/28 09:37:07 aidecoe Exp $
31
32 EAPI=5
33
34 @@ -98,11 +98,11 @@
35
36 src_configure() {
37 local myeconfargs=(
38 - --bashcompletiondir="${ROOT}/usr/share/bash-completion"
39 - --emacslispdir="${ROOT}/${SITELISP}/${PN}"
40 - --emacsetcdir="${ROOT}/${SITEETC}/${PN}"
41 + --bashcompletiondir="${EPREFIX}/usr/share/bash-completion"
42 + --emacslispdir="${EPREFIX}/${SITELISP}/${PN}"
43 + --emacsetcdir="${EPREFIX}/${SITEETC}/${PN}"
44 --with-gmime-version=2.6
45 - --zshcompletiondir="${ROOT}/usr/share/zsh/site-functions"
46 + --zshcompletiondir="${EPREFIX}/usr/share/zsh/site-functions"
47 $(use_with bash-completion)
48 $(use_with emacs)
49 $(use_with zsh-completion)
50
51
52
53 1.99 net-mail/notmuch/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.99&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.99&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.98&r2=1.99
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
62 retrieving revision 1.98
63 retrieving revision 1.99
64 diff -u -r1.98 -r1.99
65 --- ChangeLog 21 Jul 2014 19:06:43 -0000 1.98
66 +++ ChangeLog 28 Aug 2014 09:37:07 -0000 1.99
67 @@ -1,6 +1,11 @@
68 # ChangeLog for net-mail/notmuch
69 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.98 2014/07/21 19:06:43 dilfridge Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.99 2014/08/28 09:37:07 aidecoe Exp $
72 +
73 + 28 Aug 2014; Amadeusz Żołnowski <aidecoe@g.o>
74 + notmuch-0.16-r1.ebuild, notmuch-0.17.ebuild, notmuch-0.18.1.ebuild:
75 + Prefixed paths with $EPREFIX instead of $ROOT. Thanks to mgorny for the
76 + report.
77
78 21 Jul 2014; Andreas K. Huettel <dilfridge@g.o>
79 notmuch-0.16-r1.ebuild, notmuch-0.17.ebuild, notmuch-0.18.1.ebuild:
80
81
82
83 1.7 net-mail/notmuch/notmuch-0.16-r1.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild?rev=1.7&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild?rev=1.7&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild?r1=1.6&r2=1.7
88
89 Index: notmuch-0.16-r1.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild,v
92 retrieving revision 1.6
93 retrieving revision 1.7
94 diff -u -r1.6 -r1.7
95 --- notmuch-0.16-r1.ebuild 21 Jul 2014 19:06:43 -0000 1.6
96 +++ notmuch-0.16-r1.ebuild 28 Aug 2014 09:37:07 -0000 1.7
97 @@ -1,6 +1,6 @@
98 # Copyright 1999-2014 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild,v 1.6 2014/07/21 19:06:43 dilfridge Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild,v 1.7 2014/08/28 09:37:07 aidecoe Exp $
102
103 EAPI=5
104
105 @@ -87,11 +87,11 @@
106
107 src_configure() {
108 local myeconfargs=(
109 - --bashcompletiondir="${ROOT}/usr/share/bash-completion"
110 - --emacslispdir="${ROOT}/${SITELISP}/${PN}"
111 - --emacsetcdir="${ROOT}/${SITEETC}/${PN}"
112 + --bashcompletiondir="${EPREFIX}/usr/share/bash-completion"
113 + --emacslispdir="${EPREFIX}/${SITELISP}/${PN}"
114 + --emacsetcdir="${EPREFIX}/${SITEETC}/${PN}"
115 --with-gmime-version=2.6
116 - --zshcompletiondir="${ROOT}/usr/share/zsh/site-functions"
117 + --zshcompletiondir="${EPREFIX}/usr/share/zsh/site-functions"
118 $(use_with bash-completion)
119 $(use_with emacs)
120 $(use_with zsh-completion)
121
122
123
124 1.7 net-mail/notmuch/notmuch-0.17.ebuild
125
126 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild?rev=1.7&view=markup
127 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild?rev=1.7&content-type=text/plain
128 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild?r1=1.6&r2=1.7
129
130 Index: notmuch-0.17.ebuild
131 ===================================================================
132 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild,v
133 retrieving revision 1.6
134 retrieving revision 1.7
135 diff -u -r1.6 -r1.7
136 --- notmuch-0.17.ebuild 21 Jul 2014 19:06:43 -0000 1.6
137 +++ notmuch-0.17.ebuild 28 Aug 2014 09:37:07 -0000 1.7
138 @@ -1,6 +1,6 @@
139 # Copyright 1999-2014 Gentoo Foundation
140 # Distributed under the terms of the GNU General Public License v2
141 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild,v 1.6 2014/07/21 19:06:43 dilfridge Exp $
142 +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild,v 1.7 2014/08/28 09:37:07 aidecoe Exp $
143
144 EAPI=5
145
146 @@ -84,11 +84,11 @@
147
148 src_configure() {
149 local myeconfargs=(
150 - --bashcompletiondir="${ROOT}/usr/share/bash-completion"
151 - --emacslispdir="${ROOT}/${SITELISP}/${PN}"
152 - --emacsetcdir="${ROOT}/${SITEETC}/${PN}"
153 + --bashcompletiondir="${EPREFIX}/usr/share/bash-completion"
154 + --emacslispdir="${EPREFIX}/${SITELISP}/${PN}"
155 + --emacsetcdir="${EPREFIX}/${SITEETC}/${PN}"
156 --with-gmime-version=2.6
157 - --zshcompletiondir="${ROOT}/usr/share/zsh/site-functions"
158 + --zshcompletiondir="${EPREFIX}/usr/share/zsh/site-functions"
159 $(use_with bash-completion)
160 $(use_with emacs)
161 $(use_with zsh-completion)