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:45:19
Message-Id: E1MMT9c-00011K-Gp@stork.gentoo.org
1 grobian 09/07/02 20:45:12
2
3 Modified: ChangeLog exim-4.69-r2.ebuild exim-4.69.ebuild
4 Log:
5 Restore auth_conf.sub support, instead of blindly nuking it, just find that's in FILESDIR
6 (Portage version: 2.2.00.13755-prefix/cvs/Darwin powerpc)
7
8 Revision Changes Path
9 1.138 mail-mta/exim/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/ChangeLog?rev=1.138&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/ChangeLog?rev=1.138&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/ChangeLog?r1=1.137&r2=1.138
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v
18 retrieving revision 1.137
19 retrieving revision 1.138
20 diff -u -r1.137 -r1.138
21 --- ChangeLog 2 Jul 2009 20:32:24 -0000 1.137
22 +++ ChangeLog 2 Jul 2009 20:45:12 -0000 1.138
23 @@ -1,6 +1,11 @@
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.137 2009/07/02 20:32:24 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.138 2009/07/02 20:45:12 grobian Exp $
28 +
29 + 02 Jul 2009; Fabian Groffen <grobian@g.o> exim-4.69.ebuild,
30 + exim-4.69-r2.ebuild:
31 + Restore auth_conf.sub support, instead of blindly nuking it, just find
32 + that's in FILESDIR
33
34 02 Jul 2009; Fabian Groffen <grobian@g.o>
35 files/exim-4.69-r1.27021.patch:
36
37
38
39 1.5 mail-mta/exim/exim-4.69-r2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/exim-4.69-r2.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/exim-4.69-r2.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/exim-4.69-r2.ebuild?r1=1.4&r2=1.5
44
45 Index: exim-4.69-r2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69-r2.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- exim-4.69-r2.ebuild 2 Jul 2009 20:29:38 -0000 1.4
52 +++ exim-4.69-r2.ebuild 2 Jul 2009 20:45:12 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69-r2.ebuild,v 1.4 2009/07/02 20:29:38 grobian Exp $
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
59 inherit eutils toolchain-funcs
60
61 @@ -286,7 +286,8 @@
62 if use exiscan-acl; then
63 newins "${S}"/src/configure.default exim.conf.exiscan-acl
64 fi
65 - doins "$WORKDIR"/system_filter.exim
66 + doins "${WORKDIR}"/system_filter.exim
67 + doins "${FILESDIR}"/auth_conf.sub
68 if use exiscan; then
69 newins "${S}"/src/configure.default exim.conf.exiscan
70 doins "${DISTDIR}"/exiscan.conf
71 @@ -315,6 +316,7 @@
72
73 pkg_postinst() {
74 einfo "/etc/exim/system_filter.exim is a sample system_filter."
75 + einfo "/etc/exim/auth_conf.sub contains the configuration sub for using smtp auth."
76 einfo "Please create /etc/exim/exim.conf from /etc/exim/exim.conf.dist."
77
78 if ! use mailwrapper && [[ -e /etc/mailer.conf ]]
79
80
81
82 1.13 mail-mta/exim/exim-4.69.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/exim-4.69.ebuild?rev=1.13&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/exim-4.69.ebuild?rev=1.13&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/exim-4.69.ebuild?r1=1.12&r2=1.13
87
88 Index: exim-4.69.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69.ebuild,v
91 retrieving revision 1.12
92 retrieving revision 1.13
93 diff -u -r1.12 -r1.13
94 --- exim-4.69.ebuild 2 Jul 2009 20:16:06 -0000 1.12
95 +++ exim-4.69.ebuild 2 Jul 2009 20:45:12 -0000 1.13
96 @@ -1,6 +1,6 @@
97 # Copyright 1999-2009 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69.ebuild,v 1.12 2009/07/02 20:16:06 grobian Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69.ebuild,v 1.13 2009/07/02 20:45:12 grobian Exp $
101
102 inherit eutils toolchain-funcs
103
104 @@ -281,6 +281,7 @@
105 newins "${S}"/src/configure.default exim.conf.exiscan-acl
106 fi
107 doins "${FILESDIR}"/system_filter.exim
108 + doins "${FILESDIR}"/auth_conf.sub
109 if use exiscan; then
110 newins "${S}"/src/configure.default exim.conf.exiscan
111 doins "${FILESDIR}"/exiscan.conf
112 @@ -303,6 +304,7 @@
113
114 pkg_postinst() {
115 einfo "/etc/exim/system_filter.exim is a sample system_filter."
116 + einfo "/etc/exim/auth_conf.sub contains the configuration sub for using smtp auth."
117 einfo "Please create /etc/exim/exim.conf from /etc/exim/exim.conf.dist."
118
119 if ! use mailwrapper && [[ -e /etc/mailer.conf ]]