Gentoo Archives: gentoo-commits

From: "Richard Yao (ryao)" <ryao@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/kmod: kmod-9999.ebuild kmod-18-r1.ebuild kmod-16.ebuild kmod-17.ebuild kmod-18.ebuild ChangeLog
Date: Tue, 02 Sep 2014 03:24:58
Message-Id: 20140902032455.60DD547C2@oystercatcher.gentoo.org
1 ryao 14/09/02 03:24:55
2
3 Modified: kmod-9999.ebuild kmod-18-r1.ebuild kmod-16.ebuild
4 kmod-17.ebuild kmod-18.ebuild ChangeLog
5 Log:
6 src_configure() should use EPREFIX, not EROOT. The previous commit was not correct from the perspective of Catalyst. Thanks goes to Arfever for pointing it out.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xBEE84C64)
9
10 Revision Changes Path
11 1.81 sys-apps/kmod/kmod-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.81&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.81&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?r1=1.80&r2=1.81
16
17 Index: kmod-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v
20 retrieving revision 1.80
21 retrieving revision 1.81
22 diff -u -r1.80 -r1.81
23 --- kmod-9999.ebuild 29 Aug 2014 18:35:57 -0000 1.80
24 +++ kmod-9999.ebuild 2 Sep 2014 03:24:55 -0000 1.81
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.80 2014/08/29 18:35:57 ryao Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.81 2014/09/02 03:24:55 ryao Exp $
30
31 EAPI=5
32
33 @@ -74,8 +74,8 @@
34
35 src_configure() {
36 local myeconfargs=(
37 - --bindir="${EROOT}bin"
38 - --with-rootlibdir="${EROOT}$(get_libdir)"
39 + --bindir="${EPREFIX}/bin"
40 + --with-rootlibdir="${EPREFIX}/$(get_libdir)"
41 --enable-shared
42 $(use_enable static-libs static)
43 $(use_enable tools)
44
45
46
47 1.9 sys-apps/kmod/kmod-18-r1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-18-r1.ebuild?rev=1.9&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-18-r1.ebuild?rev=1.9&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-18-r1.ebuild?r1=1.8&r2=1.9
52
53 Index: kmod-18-r1.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-18-r1.ebuild,v
56 retrieving revision 1.8
57 retrieving revision 1.9
58 diff -u -r1.8 -r1.9
59 --- kmod-18-r1.ebuild 29 Aug 2014 18:35:57 -0000 1.8
60 +++ kmod-18-r1.ebuild 2 Sep 2014 03:24:55 -0000 1.9
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2014 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-18-r1.ebuild,v 1.8 2014/08/29 18:35:57 ryao Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-18-r1.ebuild,v 1.9 2014/09/02 03:24:55 ryao Exp $
66
67 EAPI=5
68
69 @@ -74,8 +74,8 @@
70
71 src_configure() {
72 local myeconfargs=(
73 - --bindir="${EROOT}bin"
74 - --with-rootlibdir="${EROOT}$(get_libdir)"
75 + --bindir="${EPREFIX}/bin"
76 + --with-rootlibdir="${EPREFIX}/$(get_libdir)"
77 --enable-shared
78 $(use_enable static-libs static)
79 $(use_enable tools)
80
81
82
83 1.17 sys-apps/kmod/kmod-16.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-16.ebuild?rev=1.17&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-16.ebuild?rev=1.17&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-16.ebuild?r1=1.16&r2=1.17
88
89 Index: kmod-16.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-16.ebuild,v
92 retrieving revision 1.16
93 retrieving revision 1.17
94 diff -u -r1.16 -r1.17
95 --- kmod-16.ebuild 29 Aug 2014 18:35:57 -0000 1.16
96 +++ kmod-16.ebuild 2 Sep 2014 03:24:55 -0000 1.17
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/sys-apps/kmod/kmod-16.ebuild,v 1.16 2014/08/29 18:35:57 ryao Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-16.ebuild,v 1.17 2014/09/02 03:24:55 ryao Exp $
102
103 EAPI=5
104 inherit bash-completion-r1 eutils multilib
105 @@ -59,8 +59,8 @@
106
107 src_configure() {
108 econf \
109 - --bindir="${EROOT}bin" \
110 - --with-rootlibdir="${EROOT}$(get_libdir)" \
111 + --bindir="${EPREFIX}/bin" \
112 + --with-rootlibdir="${EPREFIX}/$(get_libdir)" \
113 --enable-shared \
114 $(use_enable static-libs static) \
115 $(use_enable tools) \
116
117
118
119 1.13 sys-apps/kmod/kmod-17.ebuild
120
121 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-17.ebuild?rev=1.13&view=markup
122 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-17.ebuild?rev=1.13&content-type=text/plain
123 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-17.ebuild?r1=1.12&r2=1.13
124
125 Index: kmod-17.ebuild
126 ===================================================================
127 RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-17.ebuild,v
128 retrieving revision 1.12
129 retrieving revision 1.13
130 diff -u -r1.12 -r1.13
131 --- kmod-17.ebuild 29 Aug 2014 18:35:57 -0000 1.12
132 +++ kmod-17.ebuild 2 Sep 2014 03:24:55 -0000 1.13
133 @@ -1,6 +1,6 @@
134 # Copyright 1999-2014 Gentoo Foundation
135 # Distributed under the terms of the GNU General Public License v2
136 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-17.ebuild,v 1.12 2014/08/29 18:35:57 ryao Exp $
137 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-17.ebuild,v 1.13 2014/09/02 03:24:55 ryao Exp $
138
139 EAPI=5
140
141 @@ -74,8 +74,8 @@
142
143 src_configure() {
144 local myeconfargs=(
145 - --bindir="${EROOT}bin"
146 - --with-rootlibdir="${EROOT}$(get_libdir)"
147 + --bindir="${EPREFIX}/bin"
148 + --with-rootlibdir="${EPREFIX}/$(get_libdir)"
149 --enable-shared
150 $(use_enable static-libs static)
151 $(use_enable tools)
152
153
154
155 1.3 sys-apps/kmod/kmod-18.ebuild
156
157 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-18.ebuild?rev=1.3&view=markup
158 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-18.ebuild?rev=1.3&content-type=text/plain
159 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-18.ebuild?r1=1.2&r2=1.3
160
161 Index: kmod-18.ebuild
162 ===================================================================
163 RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-18.ebuild,v
164 retrieving revision 1.2
165 retrieving revision 1.3
166 diff -u -r1.2 -r1.3
167 --- kmod-18.ebuild 29 Aug 2014 18:35:57 -0000 1.2
168 +++ kmod-18.ebuild 2 Sep 2014 03:24:55 -0000 1.3
169 @@ -1,6 +1,6 @@
170 # Copyright 1999-2014 Gentoo Foundation
171 # Distributed under the terms of the GNU General Public License v2
172 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-18.ebuild,v 1.2 2014/08/29 18:35:57 ryao Exp $
173 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-18.ebuild,v 1.3 2014/09/02 03:24:55 ryao Exp $
174
175 EAPI=5
176
177 @@ -74,8 +74,8 @@
178
179 src_configure() {
180 local myeconfargs=(
181 - --bindir="${EROOT}bin"
182 - --with-rootlibdir="${EROOT}$(get_libdir)"
183 + --bindir="${EPREFIX}/bin"
184 + --with-rootlibdir="${EPREFIX}/$(get_libdir)"
185 --enable-shared
186 $(use_enable static-libs static)
187 $(use_enable tools)
188
189
190
191 1.167 sys-apps/kmod/ChangeLog
192
193 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.167&view=markup
194 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.167&content-type=text/plain
195 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?r1=1.166&r2=1.167
196
197 Index: ChangeLog
198 ===================================================================
199 RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v
200 retrieving revision 1.166
201 retrieving revision 1.167
202 diff -u -r1.166 -r1.167
203 --- ChangeLog 29 Aug 2014 18:35:57 -0000 1.166
204 +++ ChangeLog 2 Sep 2014 03:24:55 -0000 1.167
205 @@ -1,6 +1,12 @@
206 # ChangeLog for sys-apps/kmod
207 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL
208 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.166 2014/08/29 18:35:57 ryao Exp $
209 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.167 2014/09/02 03:24:55 ryao Exp $
210 +
211 + 02 Sep 2014; Richard Yao <ryao@g.o> kmod-16.ebuild, kmod-17.ebuild,
212 + kmod-18-r1.ebuild, kmod-18.ebuild, kmod-9999.ebuild:
213 + src_configure() should use EPREFIX, not EROOT. The previous commit was not
214 + correct from the perspective of Catalyst. Thanks goes to Arfever for pointing
215 + it out.
216
217 29 Aug 2014; Richard Yao <ryao@g.o> kmod-16.ebuild, kmod-17.ebuild,
218 kmod-18-r1.ebuild, kmod-18.ebuild, kmod-9999.ebuild: