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.10.2-r2.ebuild ChangeLog notmuch-0.11.1-r2.ebuild
Date: Wed, 29 Feb 2012 20:09:28
Message-Id: 20120229200907.BA9602004B@flycatcher.gentoo.org
1 aidecoe 12/02/29 20:09:07
2
3 Modified: notmuch-0.10.2-r2.ebuild ChangeLog
4 notmuch-0.11.1-r2.ebuild
5 Log:
6 net-mail/notmuch: Fixed LD_LIBRARY_PATH for Python docs build and for tests.
7
8 (Portage version: 2.1.10.49/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 net-mail/notmuch/notmuch-0.10.2-r2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.10.2-r2.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.10.2-r2.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.10.2-r2.ebuild?r1=1.3&r2=1.4
16
17 Index: notmuch-0.10.2-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.10.2-r2.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- notmuch-0.10.2-r2.ebuild 29 Feb 2012 09:08:04 -0000 1.3
24 +++ notmuch-0.10.2-r2.ebuild 29 Feb 2012 20:09:07 -0000 1.4
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.10.2-r2.ebuild,v 1.3 2012/02/29 09:08:04 aidecoe Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.10.2-r2.ebuild,v 1.4 2012/02/29 20:09:07 aidecoe Exp $
30
31 EAPI=4
32
33 @@ -49,6 +49,7 @@
34 )
35 DOCS=( AUTHORS NEWS README TODO )
36 SITEFILE="50${PN}-gentoo.el"
37 +MY_LD_LIBRARY_PATH="${WORKDIR}/${P}_build/lib"
38
39 bindings() {
40 if use $1; then
41 @@ -95,10 +96,14 @@
42 mv html ../python || die
43 popd || die
44 }
45 - LD_LIBRARY_PATH="${WORKDIR}/${PF}_build/lib" bindings python pydocs
46 + LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" bindings python pydocs
47 fi
48 }
49
50 +src_test() {
51 + LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" default
52 +}
53 +
54 src_install() {
55 autotools-utils_src_install
56
57
58
59
60 1.32 net-mail/notmuch/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.32&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.32&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.31&r2=1.32
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
69 retrieving revision 1.31
70 retrieving revision 1.32
71 diff -u -r1.31 -r1.32
72 --- ChangeLog 29 Feb 2012 09:08:04 -0000 1.31
73 +++ ChangeLog 29 Feb 2012 20:09:07 -0000 1.32
74 @@ -1,6 +1,10 @@
75 # ChangeLog for net-mail/notmuch
76 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.31 2012/02/29 09:08:04 aidecoe Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.32 2012/02/29 20:09:07 aidecoe Exp $
79 +
80 + 29 Feb 2012; Amadeusz Żołnowski <aidecoe@g.o>
81 + notmuch-0.10.2-r2.ebuild, notmuch-0.11.1-r2.ebuild:
82 + Fixed LD_LIBRARY_PATH for Python docs build and added for test suites.
83
84 29 Feb 2012; Amadeusz Żołnowski <aidecoe@g.o>
85 notmuch-0.10.2-r2.ebuild, notmuch-0.11.1-r2.ebuild:
86
87
88
89 1.4 net-mail/notmuch/notmuch-0.11.1-r2.ebuild
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.11.1-r2.ebuild?rev=1.4&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.11.1-r2.ebuild?rev=1.4&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.11.1-r2.ebuild?r1=1.3&r2=1.4
94
95 Index: notmuch-0.11.1-r2.ebuild
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.11.1-r2.ebuild,v
98 retrieving revision 1.3
99 retrieving revision 1.4
100 diff -u -r1.3 -r1.4
101 --- notmuch-0.11.1-r2.ebuild 29 Feb 2012 09:08:04 -0000 1.3
102 +++ notmuch-0.11.1-r2.ebuild 29 Feb 2012 20:09:07 -0000 1.4
103 @@ -1,6 +1,6 @@
104 # Copyright 1999-2012 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.11.1-r2.ebuild,v 1.3 2012/02/29 09:08:04 aidecoe Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.11.1-r2.ebuild,v 1.4 2012/02/29 20:09:07 aidecoe Exp $
108
109 EAPI=4
110
111 @@ -44,6 +44,7 @@
112
113 DOCS=( AUTHORS NEWS README )
114 SITEFILE="50${PN}-gentoo.el"
115 +MY_LD_LIBRARY_PATH="${WORKDIR}/${P}/lib"
116
117 bindings() {
118 if use $1; then
119 @@ -90,10 +91,14 @@
120 mv html ../python || die
121 popd || die
122 }
123 - LD_LIBRARY_PATH="${WORKDIR}/${PF}_build/lib" bindings python pydocs
124 + LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" bindings python pydocs
125 fi
126 }
127
128 +src_test() {
129 + LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" default
130 +}
131 +
132 src_install() {
133 default