Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-mta/exim: exim-4.76-r1.ebuild exim-4.77.ebuild exim-4.76.ebuild exim-4.80.ebuild ChangeLog exim-4.80.1.ebuild
Date: Tue, 30 Oct 2012 21:00:24
Message-Id: 20121030210004.862EA21600@flycatcher.gentoo.org
1 swift 12/10/30 21:00:04
2
3 Modified: exim-4.76-r1.ebuild exim-4.77.ebuild
4 exim-4.76.ebuild exim-4.80.ebuild ChangeLog
5 exim-4.80.1.ebuild
6 Log:
7 Adding SELinux dependency towards exim module
8
9 (Portage version: 2.1.11.9/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.3 mail-mta/exim/exim-4.76-r1.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.76-r1.ebuild?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.76-r1.ebuild?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.76-r1.ebuild?r1=1.2&r2=1.3
17
18 Index: exim-4.76-r1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.76-r1.ebuild,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- exim-4.76-r1.ebuild 4 May 2012 06:47:24 -0000 1.2
25 +++ exim-4.76-r1.ebuild 30 Oct 2012 21:00:04 -0000 1.3
26 @@ -1,12 +1,12 @@
27 # Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.76-r1.ebuild,v 1.2 2012/05/04 06:47:24 grobian Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.76-r1.ebuild,v 1.3 2012/10/30 21:00:04 swift Exp $
31
32 EAPI="3"
33
34 inherit eutils toolchain-funcs multilib pam
35
36 -IUSE="tcpd ssl postgres mysql ldap pam exiscan-acl lmtp ipv6 sasl dnsdb perl mbx X nis syslog spf srs gnutls sqlite dovecot-sasl radius maildir +dkim dcc dsn"
37 +IUSE="tcpd ssl postgres mysql ldap pam exiscan-acl lmtp ipv6 sasl dnsdb perl mbx X nis selinux syslog spf srs gnutls sqlite dovecot-sasl radius maildir +dkim dcc dsn"
38
39 DSN_EXIM_V=469
40 DSN_V=1_3
41 @@ -34,6 +34,7 @@
42 mysql? ( virtual/mysql )
43 postgres? ( dev-db/postgresql-base )
44 sasl? ( >=dev-libs/cyrus-sasl-2.1.14 )
45 + selinux? ( sec-policy/selinux-exim )
46 spf? ( >=mail-filter/libspf2-1.2.5-r1 )
47 srs? ( mail-filter/libsrs_alt )
48 X? ( x11-proto/xproto
49
50
51
52 1.13 mail-mta/exim/exim-4.77.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.77.ebuild?rev=1.13&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.77.ebuild?rev=1.13&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.77.ebuild?r1=1.12&r2=1.13
57
58 Index: exim-4.77.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.77.ebuild,v
61 retrieving revision 1.12
62 retrieving revision 1.13
63 diff -u -r1.12 -r1.13
64 --- exim-4.77.ebuild 4 May 2012 06:47:24 -0000 1.12
65 +++ exim-4.77.ebuild 30 Oct 2012 21:00:04 -0000 1.13
66 @@ -1,12 +1,12 @@
67 # Copyright 1999-2012 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.77.ebuild,v 1.12 2012/05/04 06:47:24 grobian Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.77.ebuild,v 1.13 2012/10/30 21:00:04 swift Exp $
71
72 EAPI="3"
73
74 inherit eutils toolchain-funcs multilib pam
75
76 -IUSE="tcpd ssl postgres mysql ldap pam exiscan-acl lmtp ipv6 sasl dnsdb perl mbx X nis syslog spf srs gnutls sqlite doc dovecot-sasl radius maildir +dkim dcc dsn"
77 +IUSE="tcpd ssl postgres mysql ldap pam exiscan-acl lmtp ipv6 sasl dnsdb perl mbx X nis selinux syslog spf srs gnutls sqlite doc dovecot-sasl radius maildir +dkim dcc dsn"
78
79 DSN_EXIM_V=469
80 DSN_V=1_3
81 @@ -35,6 +35,7 @@
82 mysql? ( virtual/mysql )
83 postgres? ( dev-db/postgresql-base )
84 sasl? ( >=dev-libs/cyrus-sasl-2.1.14 )
85 + selinux? ( sec-policy/selinux-exim )
86 spf? ( >=mail-filter/libspf2-1.2.5-r1 )
87 srs? ( mail-filter/libsrs_alt )
88 X? ( x11-proto/xproto
89
90
91
92 1.12 mail-mta/exim/exim-4.76.ebuild
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.76.ebuild?rev=1.12&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.76.ebuild?rev=1.12&content-type=text/plain
96 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.76.ebuild?r1=1.11&r2=1.12
97
98 Index: exim-4.76.ebuild
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.76.ebuild,v
101 retrieving revision 1.11
102 retrieving revision 1.12
103 diff -u -r1.11 -r1.12
104 --- exim-4.76.ebuild 4 May 2012 06:47:24 -0000 1.11
105 +++ exim-4.76.ebuild 30 Oct 2012 21:00:04 -0000 1.12
106 @@ -1,12 +1,12 @@
107 # Copyright 1999-2012 Gentoo Foundation
108 # Distributed under the terms of the GNU General Public License v2
109 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.76.ebuild,v 1.11 2012/05/04 06:47:24 grobian Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.76.ebuild,v 1.12 2012/10/30 21:00:04 swift Exp $
111
112 EAPI="3"
113
114 inherit eutils toolchain-funcs multilib pam
115
116 -IUSE="tcpd ssl postgres mysql ldap pam exiscan-acl lmtp ipv6 sasl dnsdb perl mbx X nis syslog spf srs gnutls sqlite dovecot-sasl radius maildir +dkim dcc dsn"
117 +IUSE="tcpd ssl postgres mysql ldap pam exiscan-acl lmtp ipv6 sasl dnsdb perl mbx X nis selinux syslog spf srs gnutls sqlite dovecot-sasl radius maildir +dkim dcc dsn"
118
119 DSN_EXIM_V=469
120 DSN_V=1_3
121 @@ -34,6 +34,7 @@
122 mysql? ( virtual/mysql )
123 postgres? ( dev-db/postgresql-base )
124 sasl? ( >=dev-libs/cyrus-sasl-2.1.14 )
125 + selinux? ( sec-policy/selinux-exim )
126 spf? ( >=mail-filter/libspf2-1.2.5-r1 )
127 srs? ( mail-filter/libsrs_alt )
128 X? ( x11-proto/xproto
129
130
131
132 1.8 mail-mta/exim/exim-4.80.ebuild
133
134 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.80.ebuild?rev=1.8&view=markup
135 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.80.ebuild?rev=1.8&content-type=text/plain
136 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.80.ebuild?r1=1.7&r2=1.8
137
138 Index: exim-4.80.ebuild
139 ===================================================================
140 RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.80.ebuild,v
141 retrieving revision 1.7
142 retrieving revision 1.8
143 diff -u -r1.7 -r1.8
144 --- exim-4.80.ebuild 20 Oct 2012 16:29:31 -0000 1.7
145 +++ exim-4.80.ebuild 30 Oct 2012 21:00:04 -0000 1.8
146 @@ -1,12 +1,12 @@
147 # Copyright 1999-2012 Gentoo Foundation
148 # Distributed under the terms of the GNU General Public License v2
149 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.80.ebuild,v 1.7 2012/10/20 16:29:31 armin76 Exp $
150 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.80.ebuild,v 1.8 2012/10/30 21:00:04 swift Exp $
151
152 EAPI="3"
153
154 inherit eutils toolchain-funcs multilib pam
155
156 -IUSE="tcpd ssl postgres mysql ldap pam exiscan-acl lmtp ipv6 sasl dnsdb perl mbx X nis syslog spf srs gnutls sqlite doc dovecot-sasl radius maildir +dkim dcc dsn"
157 +IUSE="tcpd ssl postgres mysql ldap pam exiscan-acl lmtp ipv6 sasl dnsdb perl mbx X nis selinux syslog spf srs gnutls sqlite doc dovecot-sasl radius maildir +dkim dcc dsn"
158
159 DSN_EXIM_V=469
160 DSN_V=1_3
161 @@ -36,6 +36,7 @@
162 mysql? ( virtual/mysql )
163 postgres? ( dev-db/postgresql-base )
164 sasl? ( >=dev-libs/cyrus-sasl-2.1.14 )
165 + selinux? ( sec-policy/selinux-exim )
166 spf? ( >=mail-filter/libspf2-1.2.5-r1 )
167 srs? ( mail-filter/libsrs_alt )
168 X? ( x11-proto/xproto
169
170
171
172 1.237 mail-mta/exim/ChangeLog
173
174 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?rev=1.237&view=markup
175 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?rev=1.237&content-type=text/plain
176 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?r1=1.236&r2=1.237
177
178 Index: ChangeLog
179 ===================================================================
180 RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v
181 retrieving revision 1.236
182 retrieving revision 1.237
183 diff -u -r1.236 -r1.237
184 --- ChangeLog 30 Oct 2012 17:55:48 -0000 1.236
185 +++ ChangeLog 30 Oct 2012 21:00:04 -0000 1.237
186 @@ -1,6 +1,10 @@
187 # ChangeLog for mail-mta/exim
188 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
189 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.236 2012/10/30 17:55:48 nativemad Exp $
190 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.237 2012/10/30 21:00:04 swift Exp $
191 +
192 + 30 Oct 2012; <swift@g.o> exim-4.76.ebuild, exim-4.76-r1.ebuild,
193 + exim-4.77.ebuild, exim-4.80.ebuild, exim-4.80.1.ebuild:
194 + Adding SELinux dependency towards selinux-exim module
195
196 30 Oct 2012; Andreas Schuerch <nativemad@g.o> exim-4.80.1.ebuild:
197 x86 stable, see bug 439734
198
199
200
201 1.7 mail-mta/exim/exim-4.80.1.ebuild
202
203 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.80.1.ebuild?rev=1.7&view=markup
204 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.80.1.ebuild?rev=1.7&content-type=text/plain
205 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.80.1.ebuild?r1=1.6&r2=1.7
206
207 Index: exim-4.80.1.ebuild
208 ===================================================================
209 RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.80.1.ebuild,v
210 retrieving revision 1.6
211 retrieving revision 1.7
212 diff -u -r1.6 -r1.7
213 --- exim-4.80.1.ebuild 30 Oct 2012 17:55:48 -0000 1.6
214 +++ exim-4.80.1.ebuild 30 Oct 2012 21:00:04 -0000 1.7
215 @@ -1,12 +1,12 @@
216 # Copyright 1999-2012 Gentoo Foundation
217 # Distributed under the terms of the GNU General Public License v2
218 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.80.1.ebuild,v 1.6 2012/10/30 17:55:48 nativemad Exp $
219 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.80.1.ebuild,v 1.7 2012/10/30 21:00:04 swift Exp $
220
221 EAPI="3"
222
223 inherit eutils toolchain-funcs multilib pam
224
225 -IUSE="tcpd ssl postgres mysql ldap pam exiscan-acl lmtp ipv6 sasl dnsdb perl mbx X nis syslog spf srs gnutls sqlite doc dovecot-sasl radius maildir +dkim dcc dsn"
226 +IUSE="tcpd ssl postgres mysql ldap pam exiscan-acl lmtp ipv6 sasl dnsdb perl mbx X nis selinux syslog spf srs gnutls sqlite doc dovecot-sasl radius maildir +dkim dcc dsn"
227
228 DSN_EXIM_V=469
229 DSN_V=1_3
230 @@ -36,6 +36,7 @@
231 mysql? ( virtual/mysql )
232 postgres? ( dev-db/postgresql-base )
233 sasl? ( >=dev-libs/cyrus-sasl-2.1.14 )
234 + selinux? ( sec-policy/selinux-exim )
235 spf? ( >=mail-filter/libspf2-1.2.5-r1 )
236 srs? ( mail-filter/libsrs_alt )
237 X? ( x11-proto/xproto