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