diff options
author | Fabian Groffen <grobian@gentoo.org> | 2009-07-02 20:45:12 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2009-07-02 20:45:12 +0000 |
commit | 988a43dc9f182bb108d22099ee10c79e1014ef72 (patch) | |
tree | 3150a921d8592a499cbd0379f9c60e5bcdc0ae15 /mail-mta/exim | |
parent | run tests with LC_ALL=C to avoid false positives with poor regexps.. (diff) | |
download | gentoo-2-988a43dc9f182bb108d22099ee10c79e1014ef72.tar.gz gentoo-2-988a43dc9f182bb108d22099ee10c79e1014ef72.tar.bz2 gentoo-2-988a43dc9f182bb108d22099ee10c79e1014ef72.zip |
Restore auth_conf.sub support, instead of blindly nuking it, just find that's in FILESDIR
(Portage version: 2.2.00.13755-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'mail-mta/exim')
-rw-r--r-- | mail-mta/exim/ChangeLog | 7 | ||||
-rw-r--r-- | mail-mta/exim/exim-4.69-r2.ebuild | 6 | ||||
-rw-r--r-- | mail-mta/exim/exim-4.69.ebuild | 4 |
3 files changed, 13 insertions, 4 deletions
diff --git a/mail-mta/exim/ChangeLog b/mail-mta/exim/ChangeLog index 8fc3227aa9d5..2f59376e462a 100644 --- a/mail-mta/exim/ChangeLog +++ b/mail-mta/exim/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-mta/exim # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.137 2009/07/02 20:32:24 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.138 2009/07/02 20:45:12 grobian Exp $ + + 02 Jul 2009; Fabian Groffen <grobian@gentoo.org> exim-4.69.ebuild, + exim-4.69-r2.ebuild: + Restore auth_conf.sub support, instead of blindly nuking it, just find + that's in FILESDIR 02 Jul 2009; Fabian Groffen <grobian@gentoo.org> files/exim-4.69-r1.27021.patch: diff --git a/mail-mta/exim/exim-4.69-r2.ebuild b/mail-mta/exim/exim-4.69-r2.ebuild index 77e6a6ef8142..caef03edca16 100644 --- a/mail-mta/exim/exim-4.69-r2.ebuild +++ b/mail-mta/exim/exim-4.69-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69-r2.ebuild,v 1.4 2009/07/02 20:29:38 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69-r2.ebuild,v 1.5 2009/07/02 20:45:12 grobian Exp $ inherit eutils toolchain-funcs @@ -286,7 +286,8 @@ src_install () { if use exiscan-acl; then newins "${S}"/src/configure.default exim.conf.exiscan-acl fi - doins "$WORKDIR"/system_filter.exim + doins "${WORKDIR}"/system_filter.exim + doins "${FILESDIR}"/auth_conf.sub if use exiscan; then newins "${S}"/src/configure.default exim.conf.exiscan doins "${DISTDIR}"/exiscan.conf @@ -315,6 +316,7 @@ src_install () { pkg_postinst() { einfo "/etc/exim/system_filter.exim is a sample system_filter." + einfo "/etc/exim/auth_conf.sub contains the configuration sub for using smtp auth." einfo "Please create /etc/exim/exim.conf from /etc/exim/exim.conf.dist." if ! use mailwrapper && [[ -e /etc/mailer.conf ]] diff --git a/mail-mta/exim/exim-4.69.ebuild b/mail-mta/exim/exim-4.69.ebuild index 9c7bb3a228c7..41ccc1ef0d28 100644 --- a/mail-mta/exim/exim-4.69.ebuild +++ b/mail-mta/exim/exim-4.69.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69.ebuild,v 1.12 2009/07/02 20:16:06 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69.ebuild,v 1.13 2009/07/02 20:45:12 grobian Exp $ inherit eutils toolchain-funcs @@ -281,6 +281,7 @@ src_install () { newins "${S}"/src/configure.default exim.conf.exiscan-acl fi doins "${FILESDIR}"/system_filter.exim + doins "${FILESDIR}"/auth_conf.sub if use exiscan; then newins "${S}"/src/configure.default exim.conf.exiscan doins "${FILESDIR}"/exiscan.conf @@ -303,6 +304,7 @@ src_install () { pkg_postinst() { einfo "/etc/exim/system_filter.exim is a sample system_filter." + einfo "/etc/exim/auth_conf.sub contains the configuration sub for using smtp auth." einfo "Please create /etc/exim/exim.conf from /etc/exim/exim.conf.dist." if ! use mailwrapper && [[ -e /etc/mailer.conf ]] |