Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-mta/exim: ChangeLog exim-4.69-r2.ebuild exim-4.69.ebuild
Date: Thu, 02 Jul 2009 20:53:53
Message-Id: E1MMTHx-0001Jm-HG@stork.gentoo.org
1 grobian 09/07/02 20:53:49
2
3 Modified: ChangeLog exim-4.69-r2.ebuild exim-4.69.ebuild
4 Log:
5 exiscan.conf file is no longer in FILESDIR, remove system_filter from FILESDIR, since we have it on the mirrors also, should make people more happy on bug #120459
6 (Portage version: 2.2.00.13755-prefix/cvs/Darwin powerpc)
7
8 Revision Changes Path
9 1.139 mail-mta/exim/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/ChangeLog?rev=1.139&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/ChangeLog?rev=1.139&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/ChangeLog?r1=1.138&r2=1.139
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v
18 retrieving revision 1.138
19 retrieving revision 1.139
20 diff -u -r1.138 -r1.139
21 --- ChangeLog 2 Jul 2009 20:45:12 -0000 1.138
22 +++ ChangeLog 2 Jul 2009 20:53:49 -0000 1.139
23 @@ -1,6 +1,12 @@
24 # ChangeLog for mail-mta/exim
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.138 2009/07/02 20:45:12 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.139 2009/07/02 20:53:49 grobian Exp $
28 +
29 + 02 Jul 2009; Fabian Groffen <grobian@g.o> exim-4.69.ebuild,
30 + exim-4.69-r2.ebuild, -files/system_filter.exim:
31 + exiscan.conf file is no longer in FILESDIR, remove system_filter from
32 + FILESDIR, since we have it on the mirrors also, should make people more
33 + happy on bug #120459
34
35 02 Jul 2009; Fabian Groffen <grobian@g.o> exim-4.69.ebuild,
36 exim-4.69-r2.ebuild:
37
38
39
40 1.6 mail-mta/exim/exim-4.69-r2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/exim-4.69-r2.ebuild?rev=1.6&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/exim-4.69-r2.ebuild?rev=1.6&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/exim-4.69-r2.ebuild?r1=1.5&r2=1.6
45
46 Index: exim-4.69-r2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69-r2.ebuild,v
49 retrieving revision 1.5
50 retrieving revision 1.6
51 diff -u -r1.5 -r1.6
52 --- exim-4.69-r2.ebuild 2 Jul 2009 20:45:12 -0000 1.5
53 +++ exim-4.69-r2.ebuild 2 Jul 2009 20:53:49 -0000 1.6
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69-r2.ebuild,v 1.5 2009/07/02 20:45:12 grobian Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69-r2.ebuild,v 1.6 2009/07/02 20:53:49 grobian Exp $
59
60 inherit eutils toolchain-funcs
61
62 @@ -8,8 +8,8 @@
63
64 DESCRIPTION="A highly configurable, drop-in replacement for sendmail"
65 SRC_URI="ftp://ftp.exim.org/pub/exim/exim4/${P}.tar.bz2
66 -mirror://gentoo/exiscan.conf
67 -mirror://gentoo/system_filter.exim.gz"
68 + mirror://gentoo/exiscan.conf
69 + mirror://gentoo/system_filter.exim.gz"
70 HOMEPAGE="http://www.exim.org/"
71
72 SLOT="0"
73 @@ -251,7 +251,7 @@
74 fperms 4755 /usr/sbin/exim
75
76 dodir /usr/bin /usr/sbin /usr/lib
77 - if [ ! -e /usr/lib/sendmail ];
78 + if [[ ! -e /usr/lib/sendmail ]];
79 then
80 dosym /usr/sbin/sendmail /usr/lib/sendmail
81 fi
82
83
84
85 1.14 mail-mta/exim/exim-4.69.ebuild
86
87 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/exim-4.69.ebuild?rev=1.14&view=markup
88 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/exim-4.69.ebuild?rev=1.14&content-type=text/plain
89 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/exim-4.69.ebuild?r1=1.13&r2=1.14
90
91 Index: exim-4.69.ebuild
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69.ebuild,v
94 retrieving revision 1.13
95 retrieving revision 1.14
96 diff -u -r1.13 -r1.14
97 --- exim-4.69.ebuild 2 Jul 2009 20:45:12 -0000 1.13
98 +++ exim-4.69.ebuild 2 Jul 2009 20:53:49 -0000 1.14
99 @@ -1,13 +1,15 @@
100 # Copyright 1999-2009 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69.ebuild,v 1.13 2009/07/02 20:45:12 grobian Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69.ebuild,v 1.14 2009/07/02 20:53:49 grobian Exp $
104
105 inherit eutils toolchain-funcs
106
107 IUSE="tcpd ssl postgres mysql ldap pam exiscan-acl mailwrapper lmtp ipv6 sasl dnsdb perl mbx mbox X exiscan nis syslog spf srs gnutls sqlite dovecot-sasl radius domainkeys"
108
109 DESCRIPTION="A highly configurable, drop-in replacement for sendmail"
110 -SRC_URI="ftp://ftp.exim.org/pub/exim/exim4/${P}.tar.bz2 mirror://gentoo/exiscan.conf"
111 +SRC_URI="ftp://ftp.exim.org/pub/exim/exim4/${P}.tar.bz2
112 + mirror://gentoo/exiscan.conf
113 + mirror://gentoo/system_filter.exim.gz"
114 HOMEPAGE="http://www.exim.org/"
115
116 SLOT="0"
117 @@ -231,6 +233,7 @@
118 }
119
120 src_compile() {
121 + # build system not parallel-safe at all
122 emake -j1 CC="$(tc-getCC)" || die "make failed"
123 }
124
125 @@ -245,7 +248,7 @@
126 fperms 4755 /usr/sbin/exim
127
128 dodir /usr/bin /usr/sbin /usr/lib
129 - if \[ ! -e /usr/lib/sendmail \];
130 + if [[ ! -e /usr/lib/sendmail ]];
131 then
132 dosym /usr/sbin/sendmail /usr/lib/sendmail
133 fi
134 @@ -280,11 +283,11 @@
135 if use exiscan-acl; then
136 newins "${S}"/src/configure.default exim.conf.exiscan-acl
137 fi
138 - doins "${FILESDIR}"/system_filter.exim
139 + doins "${WORKDIR}"/system_filter.exim
140 doins "${FILESDIR}"/auth_conf.sub
141 if use exiscan; then
142 newins "${S}"/src/configure.default exim.conf.exiscan
143 - doins "${FILESDIR}"/exiscan.conf
144 + doins "${DISTDIR}"/exiscan.conf
145 fi
146
147 if use pam