Gentoo Archives: gentoo-commits

From: "gecos missing (lcars)" <lcars@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-mta/sendmail: sendmail-8.14.1.ebuild sendmail-8.13.7.ebuild ChangeLog sendmail-8.14.0.ebuild sendmail-8.13.7-r1.ebuild sendmail-8.13.8.ebuild sendmail-8.13.6-r1.ebuild
Date: Mon, 10 Sep 2007 09:16:51
Message-Id: E1IUfHA-00086a-PL@stork.gentoo.org
1 lcars 07/09/10 09:09:48
2
3 Modified: sendmail-8.14.1.ebuild sendmail-8.13.7.ebuild
4 ChangeLog sendmail-8.14.0.ebuild
5 sendmail-8.13.7-r1.ebuild sendmail-8.13.8.ebuild
6 sendmail-8.13.6-r1.ebuild
7 Log:
8 fix for bug 191155
9 (Portage version: 2.1.2.12)
10
11 Revision Changes Path
12 1.3 mail-mta/sendmail/sendmail-8.14.1.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/sendmail-8.14.1.ebuild?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/sendmail-8.14.1.ebuild?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/sendmail-8.14.1.ebuild?r1=1.2&r2=1.3
17
18 Index: sendmail-8.14.1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.14.1.ebuild,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- sendmail-8.14.1.ebuild 28 Apr 2007 16:54:46 -0000 1.2
25 +++ sendmail-8.14.1.ebuild 10 Sep 2007 09:09:48 -0000 1.3
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2007 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.14.1.ebuild,v 1.2 2007/04/28 16:54:46 swegener Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.14.1.ebuild,v 1.3 2007/09/10 09:09:48 lcars Exp $
31
32 inherit eutils
33
34 @@ -68,7 +68,7 @@
35 }
36
37 src_install () {
38 - OBJDIR="obj.`uname -s`.`uname -r`.`arch`"
39 + OBJDIR="obj.`uname -s`.`uname -r`.`uname -m`"
40 dodir /usr/bin /usr/lib
41 dodir /usr/share/man/man{1,5,8} /usr/sbin /var/log /usr/share/sendmail-cf
42 dodir /var/spool/{mqueue,clientmqueue} /etc/conf.d
43
44
45
46 1.5 mail-mta/sendmail/sendmail-8.13.7.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/sendmail-8.13.7.ebuild?rev=1.5&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/sendmail-8.13.7.ebuild?rev=1.5&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/sendmail-8.13.7.ebuild?r1=1.4&r2=1.5
51
52 Index: sendmail-8.13.7.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.7.ebuild,v
55 retrieving revision 1.4
56 retrieving revision 1.5
57 diff -u -r1.4 -r1.5
58 --- sendmail-8.13.7.ebuild 28 Apr 2007 16:54:46 -0000 1.4
59 +++ sendmail-8.13.7.ebuild 10 Sep 2007 09:09:48 -0000 1.5
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2007 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.7.ebuild,v 1.4 2007/04/28 16:54:46 swegener Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.7.ebuild,v 1.5 2007/09/10 09:09:48 lcars Exp $
65
66 inherit eutils
67
68 @@ -66,7 +66,7 @@
69 }
70
71 src_install () {
72 - OBJDIR="obj.`uname -s`.`uname -r`.`arch`"
73 + OBJDIR="obj.`uname -s`.`uname -r`.`uname -m`"
74 dodir /usr/bin /usr/lib
75 dodir /usr/share/man/man{1,5,8} /usr/sbin /var/log /usr/share/sendmail-cf
76 dodir /var/spool/{mqueue,clientmqueue} /etc/conf.d
77
78
79
80 1.77 mail-mta/sendmail/ChangeLog
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/ChangeLog?rev=1.77&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/ChangeLog?rev=1.77&content-type=text/plain
84 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/ChangeLog?r1=1.76&r2=1.77
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v
89 retrieving revision 1.76
90 retrieving revision 1.77
91 diff -u -r1.76 -r1.77
92 --- ChangeLog 15 Jun 2007 21:38:47 -0000 1.76
93 +++ ChangeLog 10 Sep 2007 09:09:48 -0000 1.77
94 @@ -1,6 +1,11 @@
95 # ChangeLog for mail-mta/sendmail
96 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v 1.76 2007/06/15 21:38:47 armin76 Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v 1.77 2007/09/10 09:09:48 lcars Exp $
99 +
100 + 10 Sep 2007; Andrea Barisani <lcars@g.o> sendmail-8.13.6-r1.ebuild,
101 + sendmail-8.13.7.ebuild, sendmail-8.13.7-r1.ebuild, sendmail-8.13.8.ebuild,
102 + sendmail-8.14.0.ebuild, sendmail-8.14.1.ebuild:
103 + Replacing arch invocation with uname, bug #191155.
104
105 15 Jun 2007; Raúl Porcel <armin76@g.o> sendmail-8.13.8.ebuild,
106 sendmail-8.14.0.ebuild:
107
108
109
110 1.12 mail-mta/sendmail/sendmail-8.14.0.ebuild
111
112 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/sendmail-8.14.0.ebuild?rev=1.12&view=markup
113 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/sendmail-8.14.0.ebuild?rev=1.12&content-type=text/plain
114 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/sendmail-8.14.0.ebuild?r1=1.11&r2=1.12
115
116 Index: sendmail-8.14.0.ebuild
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.14.0.ebuild,v
119 retrieving revision 1.11
120 retrieving revision 1.12
121 diff -u -r1.11 -r1.12
122 --- sendmail-8.14.0.ebuild 15 Jun 2007 21:38:47 -0000 1.11
123 +++ sendmail-8.14.0.ebuild 10 Sep 2007 09:09:48 -0000 1.12
124 @@ -1,6 +1,6 @@
125 # Copyright 1999-2007 Gentoo Foundation
126 # Distributed under the terms of the GNU General Public License v2
127 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.14.0.ebuild,v 1.11 2007/06/15 21:38:47 armin76 Exp $
128 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.14.0.ebuild,v 1.12 2007/09/10 09:09:48 lcars Exp $
129
130 inherit eutils
131
132 @@ -68,7 +68,7 @@
133 }
134
135 src_install () {
136 - OBJDIR="obj.`uname -s`.`uname -r`.`arch`"
137 + OBJDIR="obj.`uname -s`.`uname -r`.`uname -m`"
138 dodir /usr/bin /usr/lib
139 dodir /usr/share/man/man{1,5,8} /usr/sbin /var/log /usr/share/sendmail-cf
140 dodir /var/spool/{mqueue,clientmqueue} /etc/conf.d
141
142
143
144 1.12 mail-mta/sendmail/sendmail-8.13.7-r1.ebuild
145
146 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/sendmail-8.13.7-r1.ebuild?rev=1.12&view=markup
147 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/sendmail-8.13.7-r1.ebuild?rev=1.12&content-type=text/plain
148 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/sendmail-8.13.7-r1.ebuild?r1=1.11&r2=1.12
149
150 Index: sendmail-8.13.7-r1.ebuild
151 ===================================================================
152 RCS file: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.7-r1.ebuild,v
153 retrieving revision 1.11
154 retrieving revision 1.12
155 diff -u -r1.11 -r1.12
156 --- sendmail-8.13.7-r1.ebuild 28 Apr 2007 16:54:46 -0000 1.11
157 +++ sendmail-8.13.7-r1.ebuild 10 Sep 2007 09:09:48 -0000 1.12
158 @@ -1,6 +1,6 @@
159 # Copyright 1999-2007 Gentoo Foundation
160 # Distributed under the terms of the GNU General Public License v2
161 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.7-r1.ebuild,v 1.11 2007/04/28 16:54:46 swegener Exp $
162 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.7-r1.ebuild,v 1.12 2007/09/10 09:09:48 lcars Exp $
163
164 inherit eutils
165
166 @@ -68,7 +68,7 @@
167 }
168
169 src_install () {
170 - OBJDIR="obj.`uname -s`.`uname -r`.`arch`"
171 + OBJDIR="obj.`uname -s`.`uname -r`.`uname -m`"
172 dodir /usr/bin /usr/lib
173 dodir /usr/share/man/man{1,5,8} /usr/sbin /var/log /usr/share/sendmail-cf
174 dodir /var/spool/{mqueue,clientmqueue} /etc/conf.d
175
176
177
178 1.13 mail-mta/sendmail/sendmail-8.13.8.ebuild
179
180 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/sendmail-8.13.8.ebuild?rev=1.13&view=markup
181 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/sendmail-8.13.8.ebuild?rev=1.13&content-type=text/plain
182 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/sendmail-8.13.8.ebuild?r1=1.12&r2=1.13
183
184 Index: sendmail-8.13.8.ebuild
185 ===================================================================
186 RCS file: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.8.ebuild,v
187 retrieving revision 1.12
188 retrieving revision 1.13
189 diff -u -r1.12 -r1.13
190 --- sendmail-8.13.8.ebuild 24 Jun 2007 22:57:51 -0000 1.12
191 +++ sendmail-8.13.8.ebuild 10 Sep 2007 09:09:48 -0000 1.13
192 @@ -1,6 +1,6 @@
193 # Copyright 1999-2007 Gentoo Foundation
194 # Distributed under the terms of the GNU General Public License v2
195 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.8.ebuild,v 1.12 2007/06/24 22:57:51 vapier Exp $
196 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.8.ebuild,v 1.13 2007/09/10 09:09:48 lcars Exp $
197
198 inherit eutils
199
200 @@ -68,7 +68,7 @@
201 }
202
203 src_install () {
204 - OBJDIR="obj.`uname -s`.`uname -r`.`arch`"
205 + OBJDIR="obj.`uname -s`.`uname -r`.`uname -m`"
206 dodir /usr/bin /usr/lib
207 dodir /usr/share/man/man{1,5,8} /usr/sbin /var/log /usr/share/sendmail-cf
208 dodir /var/spool/{mqueue,clientmqueue} /etc/conf.d
209
210
211
212 1.4 mail-mta/sendmail/sendmail-8.13.6-r1.ebuild
213
214 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/sendmail-8.13.6-r1.ebuild?rev=1.4&view=markup
215 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/sendmail-8.13.6-r1.ebuild?rev=1.4&content-type=text/plain
216 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/sendmail-8.13.6-r1.ebuild?r1=1.3&r2=1.4
217
218 Index: sendmail-8.13.6-r1.ebuild
219 ===================================================================
220 RCS file: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.6-r1.ebuild,v
221 retrieving revision 1.3
222 retrieving revision 1.4
223 diff -u -r1.3 -r1.4
224 --- sendmail-8.13.6-r1.ebuild 28 Apr 2007 16:54:46 -0000 1.3
225 +++ sendmail-8.13.6-r1.ebuild 10 Sep 2007 09:09:48 -0000 1.4
226 @@ -1,6 +1,6 @@
227 # Copyright 1999-2007 Gentoo Foundation
228 # Distributed under the terms of the GNU General Public License v2
229 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.6-r1.ebuild,v 1.3 2007/04/28 16:54:46 swegener Exp $
230 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.6-r1.ebuild,v 1.4 2007/09/10 09:09:48 lcars Exp $
231
232 inherit eutils
233
234 @@ -67,7 +67,7 @@
235 }
236
237 src_install () {
238 - OBJDIR="obj.`uname -s`.`uname -r`.`arch`"
239 + OBJDIR="obj.`uname -s`.`uname -r`.`uname -m`"
240 dodir /usr/bin /usr/lib
241 dodir /usr/share/man/man{1,5,8} /usr/sbin /var/log /usr/share/sendmail-cf
242 dodir /var/spool/{mqueue,clientmqueue} /etc/conf.d
243
244
245
246 --
247 gentoo-commits@g.o mailing list