Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-mta/nullmailer: nullmailer-1.02-r2.ebuild nullmailer-1.00-r2.ebuild ChangeLog nullmailer-1.02-r1.ebuild nullmailer-1.00.ebuild nullmailer-1.02.ebuild
Date: Mon, 01 Oct 2007 21:27:18
Message-Id: E1IcSeh-0002Yx-57@stork.gentoo.org
1 swegener 07/10/01 21:18:19
2
3 Modified: nullmailer-1.02-r2.ebuild nullmailer-1.00-r2.ebuild
4 ChangeLog nullmailer-1.02-r1.ebuild
5 nullmailer-1.00.ebuild nullmailer-1.02.ebuild
6 Log:
7 QA: Include ${CATEGORY} in emerge --config call. There's no need to dodir before *into.
8 (Portage version: 2.1.3.11)
9
10 Revision Changes Path
11 1.4 mail-mta/nullmailer/nullmailer-1.02-r2.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02-r2.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02-r2.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02-r2.ebuild?r1=1.3&r2=1.4
16
17 Index: nullmailer-1.02-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02-r2.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- nullmailer-1.02-r2.ebuild 15 Jul 2007 07:06:33 -0000 1.3
24 +++ nullmailer-1.02-r2.ebuild 1 Oct 2007 21:18:18 -0000 1.4
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2007 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02-r2.ebuild,v 1.3 2007/07/15 07:06:33 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02-r2.ebuild,v 1.4 2007/10/01 21:18:18 swegener Exp $
30
31 inherit eutils flag-o-matic mailer
32
33 @@ -76,7 +76,6 @@
34 fi
35 dodoc AUTHORS BUGS COPYING HOWTO INSTALL NEWS README YEAR2000 TODO ChangeLog
36 # A small bit of sample config
37 - dodir /etc/nullmailer
38 insinto /etc/nullmailer
39 newins ${FILESDIR}/remotes.sample remotes
40 # daemontools stuff
41 @@ -133,7 +132,7 @@
42 chmod 660 /var/nullmailer/trigger
43
44 elog "To create an initial setup, please do:"
45 - elog "emerge --config =${PF}"
46 + elog "emerge --config =${CATEGORY}/${PF}"
47 msg_svscan
48 msg_mailerconf
49 }
50
51
52
53 1.4 mail-mta/nullmailer/nullmailer-1.00-r2.ebuild
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/nullmailer/nullmailer-1.00-r2.ebuild?rev=1.4&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/nullmailer/nullmailer-1.00-r2.ebuild?rev=1.4&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/nullmailer/nullmailer-1.00-r2.ebuild?r1=1.3&r2=1.4
58
59 Index: nullmailer-1.00-r2.ebuild
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.00-r2.ebuild,v
62 retrieving revision 1.3
63 retrieving revision 1.4
64 diff -u -r1.3 -r1.4
65 --- nullmailer-1.00-r2.ebuild 15 Jul 2007 07:06:33 -0000 1.3
66 +++ nullmailer-1.00-r2.ebuild 1 Oct 2007 21:18:18 -0000 1.4
67 @@ -1,6 +1,6 @@
68 # Copyright 1999-2007 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.00-r2.ebuild,v 1.3 2007/07/15 07:06:33 mr_bones_ Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.00-r2.ebuild,v 1.4 2007/10/01 21:18:18 swegener Exp $
72
73 inherit eutils flag-o-matic mailer
74
75 @@ -68,7 +68,6 @@
76 fi
77 dodoc AUTHORS BUGS COPYING HOWTO INSTALL NEWS README YEAR2000 TODO ChangeLog
78 # A small bit of sample config
79 - dodir /etc/nullmailer
80 insinto /etc/nullmailer
81 newins ${FILESDIR}/remotes.sample remotes
82 # daemontools stuff
83 @@ -120,7 +119,7 @@
84 use mailwrapper && dosym /usr/sbin/sendmail /usr/bin/mailq
85
86 elog "To create an initial setup, please do:"
87 - elog "emerge --config =${PF}"
88 + elog "emerge --config =${CATEGORY}/${PF}"
89 msg_svscan
90 msg_mailerconf
91 }
92
93
94
95 1.26 mail-mta/nullmailer/ChangeLog
96
97 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/nullmailer/ChangeLog?rev=1.26&view=markup
98 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/nullmailer/ChangeLog?rev=1.26&content-type=text/plain
99 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/nullmailer/ChangeLog?r1=1.25&r2=1.26
100
101 Index: ChangeLog
102 ===================================================================
103 RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v
104 retrieving revision 1.25
105 retrieving revision 1.26
106 diff -u -r1.25 -r1.26
107 --- ChangeLog 18 Mar 2007 05:51:53 -0000 1.25
108 +++ ChangeLog 1 Oct 2007 21:18:18 -0000 1.26
109 @@ -1,6 +1,12 @@
110 # ChangeLog for mail-mta/nullmailer
111 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
112 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.25 2007/03/18 05:51:53 genone Exp $
113 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.26 2007/10/01 21:18:18 swegener Exp $
114 +
115 + 01 Oct 2007; Sven Wegener <swegener@g.o> nullmailer-1.00.ebuild,
116 + nullmailer-1.00-r2.ebuild, nullmailer-1.02.ebuild,
117 + nullmailer-1.02-r1.ebuild, nullmailer-1.02-r2.ebuild:
118 + QA: Include ${CATEGORY} in emerge --config call. There's no need to dodir
119 + before *into.
120
121 18 Mar 2007; Marius Mauch <genone@g.o> nullmailer-1.00.ebuild,
122 nullmailer-1.00-r2.ebuild, nullmailer-1.02.ebuild,
123
124
125
126 1.4 mail-mta/nullmailer/nullmailer-1.02-r1.ebuild
127
128 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02-r1.ebuild?rev=1.4&view=markup
129 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02-r1.ebuild?rev=1.4&content-type=text/plain
130 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02-r1.ebuild?r1=1.3&r2=1.4
131
132 Index: nullmailer-1.02-r1.ebuild
133 ===================================================================
134 RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02-r1.ebuild,v
135 retrieving revision 1.3
136 retrieving revision 1.4
137 diff -u -r1.3 -r1.4
138 --- nullmailer-1.02-r1.ebuild 15 Jul 2007 07:06:33 -0000 1.3
139 +++ nullmailer-1.02-r1.ebuild 1 Oct 2007 21:18:18 -0000 1.4
140 @@ -1,6 +1,6 @@
141 # Copyright 1999-2007 Gentoo Foundation
142 # Distributed under the terms of the GNU General Public License v2
143 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02-r1.ebuild,v 1.3 2007/07/15 07:06:33 mr_bones_ Exp $
144 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02-r1.ebuild,v 1.4 2007/10/01 21:18:18 swegener Exp $
145
146 inherit eutils flag-o-matic
147
148 @@ -78,7 +78,6 @@
149 fi
150 dodoc AUTHORS BUGS COPYING HOWTO INSTALL NEWS README YEAR2000 TODO ChangeLog
151 # A small bit of sample config
152 - dodir /etc/nullmailer
153 insinto /etc/nullmailer
154 newins ${FILESDIR}/remotes.sample remotes
155 # daemontools stuff
156 @@ -135,7 +134,7 @@
157 chmod 660 /var/nullmailer/trigger
158
159 elog "To create an initial setup, please do:"
160 - elog "emerge --config =${PF}"
161 + elog "emerge --config =${CATEGORY}/${PF}"
162 msg_svscan
163 msg_mailerconf
164 }
165
166
167
168 1.10 mail-mta/nullmailer/nullmailer-1.00.ebuild
169
170 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/nullmailer/nullmailer-1.00.ebuild?rev=1.10&view=markup
171 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/nullmailer/nullmailer-1.00.ebuild?rev=1.10&content-type=text/plain
172 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/nullmailer/nullmailer-1.00.ebuild?r1=1.9&r2=1.10
173
174 Index: nullmailer-1.00.ebuild
175 ===================================================================
176 RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.00.ebuild,v
177 retrieving revision 1.9
178 retrieving revision 1.10
179 diff -u -r1.9 -r1.10
180 --- nullmailer-1.00.ebuild 15 Jul 2007 07:06:33 -0000 1.9
181 +++ nullmailer-1.00.ebuild 1 Oct 2007 21:18:18 -0000 1.10
182 @@ -1,6 +1,6 @@
183 # Copyright 1999-2007 Gentoo Foundation
184 # Distributed under the terms of the GNU General Public License v2
185 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.00.ebuild,v 1.9 2007/07/15 07:06:33 mr_bones_ Exp $
186 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.00.ebuild,v 1.10 2007/10/01 21:18:18 swegener Exp $
187
188 inherit eutils flag-o-matic
189
190 @@ -69,7 +69,6 @@
191 fi
192 dodoc AUTHORS BUGS COPYING HOWTO INSTALL NEWS README YEAR2000 TODO ChangeLog
193 # A small bit of sample config
194 - dodir /etc/nullmailer
195 insinto /etc/nullmailer
196 newins ${FILESDIR}/remotes.sample remotes
197 # daemontools stuff
198 @@ -121,7 +120,7 @@
199 use mailwrapper && dosym /usr/sbin/sendmail /usr/bin/mailq
200
201 elog "To create an initial setup, please do:"
202 - elog "emerge --config =${PF}"
203 + elog "emerge --config =${CATEGORY}/${PF}"
204 msg_svscan
205 msg_mailerconf
206 }
207
208
209
210 1.5 mail-mta/nullmailer/nullmailer-1.02.ebuild
211
212 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02.ebuild?rev=1.5&view=markup
213 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02.ebuild?rev=1.5&content-type=text/plain
214 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02.ebuild?r1=1.4&r2=1.5
215
216 Index: nullmailer-1.02.ebuild
217 ===================================================================
218 RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02.ebuild,v
219 retrieving revision 1.4
220 retrieving revision 1.5
221 diff -u -r1.4 -r1.5
222 --- nullmailer-1.02.ebuild 15 Jul 2007 07:06:33 -0000 1.4
223 +++ nullmailer-1.02.ebuild 1 Oct 2007 21:18:18 -0000 1.5
224 @@ -1,6 +1,6 @@
225 # Copyright 1999-2007 Gentoo Foundation
226 # Distributed under the terms of the GNU General Public License v2
227 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02.ebuild,v 1.4 2007/07/15 07:06:33 mr_bones_ Exp $
228 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02.ebuild,v 1.5 2007/10/01 21:18:18 swegener Exp $
229
230 inherit eutils flag-o-matic
231
232 @@ -78,7 +78,6 @@
233 fi
234 dodoc AUTHORS BUGS COPYING HOWTO INSTALL NEWS README YEAR2000 TODO ChangeLog
235 # A small bit of sample config
236 - dodir /etc/nullmailer
237 insinto /etc/nullmailer
238 newins ${FILESDIR}/remotes.sample remotes
239 # daemontools stuff
240 @@ -136,7 +135,7 @@
241 use mailwrapper && dosym /usr/sbin/sendmail /usr/bin/mailq
242
243 elog "To create an initial setup, please do:"
244 - elog "emerge --config =${PF}"
245 + elog "emerge --config =${CATEGORY}/${PF}"
246 msg_svscan
247 msg_mailerconf
248 }
249
250
251
252 --
253 gentoo-commits@g.o mailing list