Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/mailman: mailman-2.1.12.ebuild mailman-2.1.14_rc1.ebuild mailman-2.1.13.ebuild mailman-2.1.9-r3.ebuild ChangeLog mailman-2.1.14.ebuild mailman-2.1.11.ebuild
Date: Wed, 02 Nov 2011 22:09:48
Message-Id: 20111102220934.B96622004B@flycatcher.gentoo.org
1 vapier 11/11/02 22:09:34
2
3 Modified: mailman-2.1.12.ebuild mailman-2.1.14_rc1.ebuild
4 mailman-2.1.13.ebuild mailman-2.1.9-r3.ebuild
5 ChangeLog mailman-2.1.14.ebuild
6 mailman-2.1.11.ebuild
7 Log:
8 Fold extra -G argument to enewuser into existing <groups> argument to enewuser as enewuser takes care of splitting into -g/-G for us.
9
10 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.7 net-mail/mailman/mailman-2.1.12.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailman/mailman-2.1.12.ebuild?rev=1.7&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailman/mailman-2.1.12.ebuild?rev=1.7&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailman/mailman-2.1.12.ebuild?r1=1.6&r2=1.7
18
19 Index: mailman-2.1.12.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.12.ebuild,v
22 retrieving revision 1.6
23 retrieving revision 1.7
24 diff -u -r1.6 -r1.7
25 --- mailman-2.1.12.ebuild 2 Nov 2011 21:53:44 -0000 1.6
26 +++ mailman-2.1.12.ebuild 2 Nov 2011 22:09:34 -0000 1.7
27 @@ -1,6 +1,6 @@
28 # Copyright 1999-2011 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.12.ebuild,v 1.6 2011/11/02 21:53:44 vapier Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.12.ebuild,v 1.7 2011/11/02 22:09:34 vapier Exp $
32
33 inherit eutils python multilib
34
35 @@ -33,7 +33,7 @@
36 # need to add mailman here for compile process.
37 # Duplicated at pkg_postinst() for binary install.
38 enewgroup ${MAILGRP} ${MAILGID}
39 - enewuser ${MAILUSR} ${MAILUID} /bin/bash ${INSTALLDIR} mailman -G cron
40 + enewuser ${MAILUSR} ${MAILUID} /bin/bash ${INSTALLDIR} mailman,cron
41 }
42
43 src_unpack() {
44 @@ -114,7 +114,7 @@
45 ${INSTALLDIR}/pythonlib/*/
46
47 enewgroup ${MAILGRP} ${MAILGID}
48 - enewuser ${MAILUSR} ${MAILUID} -1 ${INSTALLDIR} mailman -G cron
49 + enewuser ${MAILUSR} ${MAILUID} -1 ${INSTALLDIR} mailman,cron
50 elog
51 elog "Please read /usr/share/doc/${PF}/README.gentoo.bz2 for additional"
52 elog "Setup information, mailman will NOT run unless you follow"
53
54
55
56 1.3 net-mail/mailman/mailman-2.1.14_rc1.ebuild
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailman/mailman-2.1.14_rc1.ebuild?rev=1.3&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailman/mailman-2.1.14_rc1.ebuild?rev=1.3&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailman/mailman-2.1.14_rc1.ebuild?r1=1.2&r2=1.3
61
62 Index: mailman-2.1.14_rc1.ebuild
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.14_rc1.ebuild,v
65 retrieving revision 1.2
66 retrieving revision 1.3
67 diff -u -r1.2 -r1.3
68 --- mailman-2.1.14_rc1.ebuild 2 Nov 2011 21:53:44 -0000 1.2
69 +++ mailman-2.1.14_rc1.ebuild 2 Nov 2011 22:09:34 -0000 1.3
70 @@ -1,6 +1,6 @@
71 # Copyright 1999-2011 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.14_rc1.ebuild,v 1.2 2011/11/02 21:53:44 vapier Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.14_rc1.ebuild,v 1.3 2011/11/02 22:09:34 vapier Exp $
75
76 inherit eutils python multilib
77
78 @@ -34,7 +34,7 @@
79 # need to add mailman here for compile process.
80 # Duplicated at pkg_postinst() for binary install.
81 enewgroup ${MAILGRP} ${MAILGID}
82 - enewuser ${MAILUSR} ${MAILUID} /bin/bash ${INSTALLDIR} mailman -G cron
83 + enewuser ${MAILUSR} ${MAILUID} /bin/bash ${INSTALLDIR} mailman,cron
84 }
85
86 src_unpack() {
87 @@ -115,7 +115,7 @@
88 ${INSTALLDIR}/pythonlib/*/
89
90 enewgroup ${MAILGRP} ${MAILGID}
91 - enewuser ${MAILUSR} ${MAILUID} -1 ${INSTALLDIR} mailman -G cron
92 + enewuser ${MAILUSR} ${MAILUID} -1 ${INSTALLDIR} mailman,cron
93 elog
94 elog "Please read /usr/share/doc/${PF}/README.gentoo.bz2 for additional"
95 elog "Setup information, mailman will NOT run unless you follow"
96
97
98
99 1.4 net-mail/mailman/mailman-2.1.13.ebuild
100
101 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailman/mailman-2.1.13.ebuild?rev=1.4&view=markup
102 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailman/mailman-2.1.13.ebuild?rev=1.4&content-type=text/plain
103 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailman/mailman-2.1.13.ebuild?r1=1.3&r2=1.4
104
105 Index: mailman-2.1.13.ebuild
106 ===================================================================
107 RCS file: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.13.ebuild,v
108 retrieving revision 1.3
109 retrieving revision 1.4
110 diff -u -r1.3 -r1.4
111 --- mailman-2.1.13.ebuild 2 Nov 2011 21:53:44 -0000 1.3
112 +++ mailman-2.1.13.ebuild 2 Nov 2011 22:09:34 -0000 1.4
113 @@ -1,6 +1,6 @@
114 # Copyright 1999-2011 Gentoo Foundation
115 # Distributed under the terms of the GNU General Public License v2
116 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.13.ebuild,v 1.3 2011/11/02 21:53:44 vapier Exp $
117 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.13.ebuild,v 1.4 2011/11/02 22:09:34 vapier Exp $
118
119 inherit eutils python multilib
120
121 @@ -33,7 +33,7 @@
122 # need to add mailman here for compile process.
123 # Duplicated at pkg_postinst() for binary install.
124 enewgroup ${MAILGRP} ${MAILGID}
125 - enewuser ${MAILUSR} ${MAILUID} /bin/bash ${INSTALLDIR} mailman -G cron
126 + enewuser ${MAILUSR} ${MAILUID} /bin/bash ${INSTALLDIR} mailman,cron
127 }
128
129 src_unpack() {
130 @@ -114,7 +114,7 @@
131 ${INSTALLDIR}/pythonlib/*/
132
133 enewgroup ${MAILGRP} ${MAILGID}
134 - enewuser ${MAILUSR} ${MAILUID} -1 ${INSTALLDIR} mailman -G cron
135 + enewuser ${MAILUSR} ${MAILUID} -1 ${INSTALLDIR} mailman,cron
136 elog
137 elog "Please read /usr/share/doc/${PF}/README.gentoo.bz2 for additional"
138 elog "Setup information, mailman will NOT run unless you follow"
139
140
141
142 1.7 net-mail/mailman/mailman-2.1.9-r3.ebuild
143
144 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailman/mailman-2.1.9-r3.ebuild?rev=1.7&view=markup
145 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailman/mailman-2.1.9-r3.ebuild?rev=1.7&content-type=text/plain
146 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailman/mailman-2.1.9-r3.ebuild?r1=1.6&r2=1.7
147
148 Index: mailman-2.1.9-r3.ebuild
149 ===================================================================
150 RCS file: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.9-r3.ebuild,v
151 retrieving revision 1.6
152 retrieving revision 1.7
153 diff -u -r1.6 -r1.7
154 --- mailman-2.1.9-r3.ebuild 2 Nov 2011 21:53:44 -0000 1.6
155 +++ mailman-2.1.9-r3.ebuild 2 Nov 2011 22:09:34 -0000 1.7
156 @@ -1,6 +1,6 @@
157 # Copyright 1999-2011 Gentoo Foundation
158 # Distributed under the terms of the GNU General Public License v2
159 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.9-r3.ebuild,v 1.6 2011/11/02 21:53:44 vapier Exp $
160 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.9-r3.ebuild,v 1.7 2011/11/02 22:09:34 vapier Exp $
161
162 inherit eutils python multilib
163
164 @@ -31,7 +31,7 @@
165 # need to add mailman here for compile process.
166 # Duplicated at pkg_postinst() for binary install.
167 enewgroup ${MAILGRP} ${MAILGID}
168 - enewuser ${MAILUSR} ${MAILUID} /bin/bash ${INSTALLDIR} mailman -G cron
169 + enewuser ${MAILUSR} ${MAILUID} /bin/bash ${INSTALLDIR} mailman,cron
170 }
171
172 src_unpack() {
173 @@ -108,7 +108,7 @@
174 python_mod_optimize ${INSTALLDIR}/bin/ ${INSTALLDIR}/Mailman
175
176 enewgroup ${MAILGRP} ${MAILGID}
177 - enewuser ${MAILUSR} ${MAILUID} -1 ${INSTALLDIR} mailman -G cron
178 + enewuser ${MAILUSR} ${MAILUID} -1 ${INSTALLDIR} mailman,cron
179 elog
180 elog "Please read /usr/share/doc/${PF}/README.gentoo.bz2 for additional"
181 elog "Setup information, mailman will NOT run unless you follow"
182
183
184
185 1.129 net-mail/mailman/ChangeLog
186
187 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailman/ChangeLog?rev=1.129&view=markup
188 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailman/ChangeLog?rev=1.129&content-type=text/plain
189 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailman/ChangeLog?r1=1.128&r2=1.129
190
191 Index: ChangeLog
192 ===================================================================
193 RCS file: /var/cvsroot/gentoo-x86/net-mail/mailman/ChangeLog,v
194 retrieving revision 1.128
195 retrieving revision 1.129
196 diff -u -r1.128 -r1.129
197 --- ChangeLog 2 Nov 2011 21:53:44 -0000 1.128
198 +++ ChangeLog 2 Nov 2011 22:09:34 -0000 1.129
199 @@ -1,6 +1,12 @@
200 # ChangeLog for net-mail/mailman
201 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
202 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/ChangeLog,v 1.128 2011/11/02 21:53:44 vapier Exp $
203 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/ChangeLog,v 1.129 2011/11/02 22:09:34 vapier Exp $
204 +
205 + 02 Nov 2011; Mike Frysinger <vapier@g.o> mailman-2.1.9-r3.ebuild,
206 + mailman-2.1.11.ebuild, mailman-2.1.12.ebuild, mailman-2.1.13.ebuild,
207 + mailman-2.1.14_rc1.ebuild, mailman-2.1.14.ebuild:
208 + Fold extra -G argument to enewuser into existing <groups> argument to
209 + enewuser as enewuser takes care of splitting into -g/-G for us.
210
211 02 Nov 2011; Mike Frysinger <vapier@g.o> mailman-2.1.9-r3.ebuild,
212 mailman-2.1.11.ebuild, mailman-2.1.12.ebuild, mailman-2.1.13.ebuild,
213
214
215
216 1.7 net-mail/mailman/mailman-2.1.14.ebuild
217
218 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailman/mailman-2.1.14.ebuild?rev=1.7&view=markup
219 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailman/mailman-2.1.14.ebuild?rev=1.7&content-type=text/plain
220 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailman/mailman-2.1.14.ebuild?r1=1.6&r2=1.7
221
222 Index: mailman-2.1.14.ebuild
223 ===================================================================
224 RCS file: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.14.ebuild,v
225 retrieving revision 1.6
226 retrieving revision 1.7
227 diff -u -r1.6 -r1.7
228 --- mailman-2.1.14.ebuild 2 Nov 2011 21:53:44 -0000 1.6
229 +++ mailman-2.1.14.ebuild 2 Nov 2011 22:09:34 -0000 1.7
230 @@ -1,6 +1,6 @@
231 # Copyright 1999-2011 Gentoo Foundation
232 # Distributed under the terms of the GNU General Public License v2
233 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.14.ebuild,v 1.6 2011/11/02 21:53:44 vapier Exp $
234 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.14.ebuild,v 1.7 2011/11/02 22:09:34 vapier Exp $
235
236 inherit eutils python multilib
237
238 @@ -33,7 +33,7 @@
239 # need to add mailman here for compile process.
240 # Duplicated at pkg_postinst() for binary install.
241 enewgroup ${MAILGRP} ${MAILGID}
242 - enewuser ${MAILUSR} ${MAILUID} /bin/bash ${INSTALLDIR} mailman -G cron
243 + enewuser ${MAILUSR} ${MAILUID} /bin/bash ${INSTALLDIR} mailman,cron
244 }
245
246 src_unpack() {
247 @@ -114,7 +114,7 @@
248 ${INSTALLDIR}/Mailman/*/
249
250 enewgroup ${MAILGRP} ${MAILGID}
251 - enewuser ${MAILUSR} ${MAILUID} -1 ${INSTALLDIR} mailman -G cron
252 + enewuser ${MAILUSR} ${MAILUID} -1 ${INSTALLDIR} mailman,cron
253 elog
254 elog "Please read /usr/share/doc/${PF}/README.gentoo.bz2 for additional"
255 elog "Setup information, mailman will NOT run unless you follow"
256
257
258
259 1.6 net-mail/mailman/mailman-2.1.11.ebuild
260
261 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailman/mailman-2.1.11.ebuild?rev=1.6&view=markup
262 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailman/mailman-2.1.11.ebuild?rev=1.6&content-type=text/plain
263 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailman/mailman-2.1.11.ebuild?r1=1.5&r2=1.6
264
265 Index: mailman-2.1.11.ebuild
266 ===================================================================
267 RCS file: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.11.ebuild,v
268 retrieving revision 1.5
269 retrieving revision 1.6
270 diff -u -r1.5 -r1.6
271 --- mailman-2.1.11.ebuild 2 Nov 2011 21:53:44 -0000 1.5
272 +++ mailman-2.1.11.ebuild 2 Nov 2011 22:09:34 -0000 1.6
273 @@ -1,6 +1,6 @@
274 # Copyright 1999-2011 Gentoo Foundation
275 # Distributed under the terms of the GNU General Public License v2
276 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.11.ebuild,v 1.5 2011/11/02 21:53:44 vapier Exp $
277 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.11.ebuild,v 1.6 2011/11/02 22:09:34 vapier Exp $
278
279 inherit eutils python multilib
280
281 @@ -32,7 +32,7 @@
282 # need to add mailman here for compile process.
283 # Duplicated at pkg_postinst() for binary install.
284 enewgroup ${MAILGRP} ${MAILGID}
285 - enewuser ${MAILUSR} ${MAILUID} /bin/bash ${INSTALLDIR} mailman -G cron
286 + enewuser ${MAILUSR} ${MAILUID} /bin/bash ${INSTALLDIR} mailman,cron
287 }
288
289 src_unpack() {
290 @@ -111,7 +111,7 @@
291 python_mod_optimize ${INSTALLDIR}/bin/ ${INSTALLDIR}/Mailman
292
293 enewgroup ${MAILGRP} ${MAILGID}
294 - enewuser ${MAILUSR} ${MAILUID} -1 ${INSTALLDIR} mailman -G cron
295 + enewuser ${MAILUSR} ${MAILUID} -1 ${INSTALLDIR} mailman,cron
296 elog
297 elog "Please read /usr/share/doc/${PF}/README.gentoo.bz2 for additional"
298 elog "Setup information, mailman will NOT run unless you follow"