Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-mta/courier: ChangeLog courier-0.55.1-r1.ebuild courier-0.55.1.ebuild courier-0.53.2.ebuild courier-0.53.2-r1.ebuild
Date: Sun, 03 Feb 2008 10:51:37
Message-Id: E1JLcRi-0001YX-Bp@stork.gentoo.org
1 hollow 08/02/03 10:51:34
2
3 Modified: ChangeLog courier-0.55.1-r1.ebuild
4 courier-0.55.1.ebuild courier-0.53.2.ebuild
5 courier-0.53.2-r1.ebuild
6 Log:
7 get rid of completely broken mime type handling wrt #208033
8 (Portage version: 2.1.4)
9
10 Revision Changes Path
11 1.98 mail-mta/courier/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/ChangeLog?rev=1.98&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/ChangeLog?rev=1.98&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/ChangeLog?r1=1.97&r2=1.98
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/mail-mta/courier/ChangeLog,v
20 retrieving revision 1.97
21 retrieving revision 1.98
22 diff -u -r1.97 -r1.98
23 --- ChangeLog 15 Aug 2007 23:49:20 -0000 1.97
24 +++ ChangeLog 3 Feb 2008 10:51:33 -0000 1.98
25 @@ -1,6 +1,10 @@
26 # ChangeLog for mail-mta/courier
27 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/ChangeLog,v 1.97 2007/08/15 23:49:20 dertobi123 Exp $
29 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/ChangeLog,v 1.98 2008/02/03 10:51:33 hollow Exp $
31 +
32 + 03 Feb 2008; Benedikt Böhm <hollow@g.o> courier-0.53.2.ebuild,
33 + courier-0.53.2-r1.ebuild, courier-0.55.1.ebuild, courier-0.55.1-r1.ebuild:
34 + get rid of completely broken mime type handling wrt #208033
35
36 15 Aug 2007; Tobias Scherbaum <dertobi123@g.o>
37 courier-0.53.2-r1.ebuild:
38
39
40
41 1.4 mail-mta/courier/courier-0.55.1-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/courier-0.55.1-r1.ebuild?rev=1.4&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/courier-0.55.1-r1.ebuild?rev=1.4&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/courier-0.55.1-r1.ebuild?r1=1.3&r2=1.4
46
47 Index: courier-0.55.1-r1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.55.1-r1.ebuild,v
50 retrieving revision 1.3
51 retrieving revision 1.4
52 diff -u -r1.3 -r1.4
53 --- courier-0.55.1-r1.ebuild 29 Jul 2007 16:58:58 -0000 1.3
54 +++ courier-0.55.1-r1.ebuild 3 Feb 2008 10:51:33 -0000 1.4
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2007 Gentoo Foundation
57 +# Copyright 1999-2008 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.55.1-r1.ebuild,v 1.3 2007/07/29 16:58:58 phreak Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.55.1-r1.ebuild,v 1.4 2008/02/03 10:51:33 hollow Exp $
61
62 WANT_AUTOCONF="latest"
63 WANT_AUTOMAKE="latest"
64 @@ -29,7 +29,7 @@
65 >=dev-libs/openssl-0.9.6
66 >=sys-libs/gdbm-1.8.0
67 dev-libs/libpcre
68 - || ( app-misc/mime-types www-servers/apache )
69 + app-misc/mime-types
70 fax? ( >=media-libs/netpbm-9.12 virtual/ghostscript >=net-dialup/mgetty-1.1.28 )
71 pam? ( virtual/pam )
72 mysql? ( virtual/mysql )
73 @@ -79,12 +79,7 @@
74 use ldap && myconf="${myconf} --with-ldapconfig=/etc/courier/maildropldap.conf"
75 use spell || myconf="${myconf} --without-ispell"
76
77 - [ -e /etc/apache/conf/mime.types ] && \
78 - myconf="${myconf} --enable-mimetypes=/etc/apache/conf/mime.types"
79 - [ -e /etc/apache2/conf/mime.types ] && \
80 - myconf="${myconf} --enable-mimetypes=/etc/apache2/conf/mime.types"
81 - [ -e /etc/mime.types ] && \
82 - myconf="${myconf} --enable-mimetypes=/etc/mime.types"
83 + myconf="${myconf} --enable-mimetypes=/etc/mime.types"
84
85 myconf="${myconf} $(use_with fam)"
86
87
88
89
90 1.4 mail-mta/courier/courier-0.55.1.ebuild
91
92 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/courier-0.55.1.ebuild?rev=1.4&view=markup
93 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/courier-0.55.1.ebuild?rev=1.4&content-type=text/plain
94 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/courier-0.55.1.ebuild?r1=1.3&r2=1.4
95
96 Index: courier-0.55.1.ebuild
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.55.1.ebuild,v
99 retrieving revision 1.3
100 retrieving revision 1.4
101 diff -u -r1.3 -r1.4
102 --- courier-0.55.1.ebuild 29 Jul 2007 16:58:58 -0000 1.3
103 +++ courier-0.55.1.ebuild 3 Feb 2008 10:51:33 -0000 1.4
104 @@ -1,6 +1,6 @@
105 -# Copyright 1999-2007 Gentoo Foundation
106 +# Copyright 1999-2008 Gentoo Foundation
107 # Distributed under the terms of the GNU General Public License v2
108 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.55.1.ebuild,v 1.3 2007/07/29 16:58:58 phreak Exp $
109 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.55.1.ebuild,v 1.4 2008/02/03 10:51:33 hollow Exp $
110
111 WANT_AUTOCONF="latest"
112 WANT_AUTOMAKE="latest"
113 @@ -29,7 +29,7 @@
114 >=dev-libs/openssl-0.9.6
115 >=sys-libs/gdbm-1.8.0
116 dev-libs/libpcre
117 - || ( app-misc/mime-types www-servers/apache )
118 + app-misc/mime-types
119 fax? ( >=media-libs/netpbm-9.12 virtual/ghostscript >=net-dialup/mgetty-1.1.28 )
120 pam? ( >=sys-libs/pam-0.75 )
121 mysql? ( virtual/mysql )
122 @@ -77,12 +77,7 @@
123 use ldap && myconf="${myconf} --with-ldapconfig=/etc/courier/maildropldap.conf"
124 use spell || myconf="${myconf} --without-ispell"
125
126 - [ -e /etc/apache/conf/mime.types ] && \
127 - myconf="${myconf} --enable-mimetypes=/etc/apache/conf/mime.types"
128 - [ -e /etc/apache2/conf/mime.types ] && \
129 - myconf="${myconf} --enable-mimetypes=/etc/apache2/conf/mime.types"
130 - [ -e /etc/mime.types ] && \
131 - myconf="${myconf} --enable-mimetypes=/etc/mime.types"
132 + myconf="${myconf} --enable-mimetypes=/etc/mime.types"
133
134 myconf="${myconf} $(use_with fam)"
135
136
137
138
139 1.19 mail-mta/courier/courier-0.53.2.ebuild
140
141 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/courier-0.53.2.ebuild?rev=1.19&view=markup
142 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/courier-0.53.2.ebuild?rev=1.19&content-type=text/plain
143 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/courier-0.53.2.ebuild?r1=1.18&r2=1.19
144
145 Index: courier-0.53.2.ebuild
146 ===================================================================
147 RCS file: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.53.2.ebuild,v
148 retrieving revision 1.18
149 retrieving revision 1.19
150 diff -u -r1.18 -r1.19
151 --- courier-0.53.2.ebuild 29 Jul 2007 16:58:58 -0000 1.18
152 +++ courier-0.53.2.ebuild 3 Feb 2008 10:51:33 -0000 1.19
153 @@ -1,6 +1,6 @@
154 -# Copyright 1999-2007 Gentoo Foundation
155 +# Copyright 1999-2008 Gentoo Foundation
156 # Distributed under the terms of the GNU General Public License v2
157 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.53.2.ebuild,v 1.18 2007/07/29 16:58:58 phreak Exp $
158 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.53.2.ebuild,v 1.19 2008/02/03 10:51:33 hollow Exp $
159
160 WANT_AUTOCONF="latest"
161 WANT_AUTOMAKE="latest"
162 @@ -29,7 +29,7 @@
163 >=dev-libs/openssl-0.9.6
164 >=sys-libs/gdbm-1.8.0
165 dev-libs/libpcre
166 - || ( app-misc/mime-types www-servers/apache )
167 + app-misc/mime-types
168 fax? ( >=media-libs/netpbm-9.12 virtual/ghostscript >=net-dialup/mgetty-1.1.28 )
169 pam? ( >=sys-libs/pam-0.75 )
170 mysql? ( virtual/mysql )
171 @@ -77,12 +77,7 @@
172 use ldap && myconf="${myconf} --with-ldapconfig=/etc/courier/maildropldap.conf"
173 use spell || myconf="${myconf} --without-ispell"
174
175 - [ -e /etc/apache/conf/mime.types ] && \
176 - myconf="${myconf} --enable-mimetypes=/etc/apache/conf/mime.types"
177 - [ -e /etc/apache2/conf/mime.types ] && \
178 - myconf="${myconf} --enable-mimetypes=/etc/apache2/conf/mime.types"
179 - [ -e /etc/mime.types ] && \
180 - myconf="${myconf} --enable-mimetypes=/etc/mime.types"
181 + myconf="${myconf} --enable-mimetypes=/etc/mime.types"
182
183 myconf="${myconf} $(use_with fam)"
184
185
186
187
188 1.9 mail-mta/courier/courier-0.53.2-r1.ebuild
189
190 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/courier-0.53.2-r1.ebuild?rev=1.9&view=markup
191 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/courier-0.53.2-r1.ebuild?rev=1.9&content-type=text/plain
192 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/courier-0.53.2-r1.ebuild?r1=1.8&r2=1.9
193
194 Index: courier-0.53.2-r1.ebuild
195 ===================================================================
196 RCS file: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.53.2-r1.ebuild,v
197 retrieving revision 1.8
198 retrieving revision 1.9
199 diff -u -r1.8 -r1.9
200 --- courier-0.53.2-r1.ebuild 15 Aug 2007 23:49:20 -0000 1.8
201 +++ courier-0.53.2-r1.ebuild 3 Feb 2008 10:51:33 -0000 1.9
202 @@ -1,6 +1,6 @@
203 -# Copyright 1999-2007 Gentoo Foundation
204 +# Copyright 1999-2008 Gentoo Foundation
205 # Distributed under the terms of the GNU General Public License v2
206 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.53.2-r1.ebuild,v 1.8 2007/08/15 23:49:20 dertobi123 Exp $
207 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.53.2-r1.ebuild,v 1.9 2008/02/03 10:51:33 hollow Exp $
208
209 WANT_AUTOCONF="latest"
210 WANT_AUTOMAKE="latest"
211 @@ -29,7 +29,7 @@
212 >=dev-libs/openssl-0.9.6
213 >=sys-libs/gdbm-1.8.0
214 dev-libs/libpcre
215 - || ( app-misc/mime-types www-servers/apache )
216 + app-misc/mime-types
217 fax? ( >=media-libs/netpbm-9.12 virtual/ghostscript >=net-dialup/mgetty-1.1.28 )
218 pam? ( virtual/pam )
219 mysql? ( virtual/mysql )
220 @@ -79,12 +79,7 @@
221 use ldap && myconf="${myconf} --with-ldapconfig=/etc/courier/maildropldap.conf"
222 use spell || myconf="${myconf} --without-ispell"
223
224 - [ -e /etc/apache/conf/mime.types ] && \
225 - myconf="${myconf} --enable-mimetypes=/etc/apache/conf/mime.types"
226 - [ -e /etc/apache2/conf/mime.types ] && \
227 - myconf="${myconf} --enable-mimetypes=/etc/apache2/conf/mime.types"
228 - [ -e /etc/mime.types ] && \
229 - myconf="${myconf} --enable-mimetypes=/etc/mime.types"
230 + myconf="${myconf} --enable-mimetypes=/etc/mime.types"
231
232 myconf="${myconf} $(use_with fam)"
233
234
235
236
237 --
238 gentoo-commits@l.g.o mailing list