diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-08-30 04:42:14 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-08-30 04:42:14 +0000 |
commit | 606acbfd8d2f109aa0f3ac47e248331330ff6af6 (patch) | |
tree | 16bfc81290c3ad20d1373c9e284173f54f686969 /net-mail | |
parent | Version bump. Bug fixes. Currently masked for portage freeze. (diff) | |
download | gentoo-2-606acbfd8d2f109aa0f3ac47e248331330ff6af6.tar.gz gentoo-2-606acbfd8d2f109aa0f3ac47e248331330ff6af6.tar.bz2 gentoo-2-606acbfd8d2f109aa0f3ac47e248331330ff6af6.zip |
Removed nonexistant sample config
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/exim/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/exim/exim-4.04-r2.ebuild | 8 | ||||
-rw-r--r-- | net-mail/exim/exim-4.05.ebuild | 8 |
3 files changed, 9 insertions, 13 deletions
diff --git a/net-mail/exim/ChangeLog b/net-mail/exim/ChangeLog index 5704ff1dee32..d3640c852e5a 100644 --- a/net-mail/exim/ChangeLog +++ b/net-mail/exim/ChangeLog @@ -1,15 +1,19 @@ # ChangeLog for net-mail/exim # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/exim/ChangeLog,v 1.8 2002/08/30 04:19:37 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/exim/ChangeLog,v 1.9 2002/08/30 04:42:14 raker Exp $ *exim-4.05 (29 Aug 2002) 29 Aug 2002; Nick Hadaway <raker@gentoo.org> exim-4.05.ebuild, files/digest-exim-4.05 : Version bump. Currently masked for portage tree freeze. + Removed nonexistant sample config. *exim-4.04-r2 (20 Aug 2002) + 29 Aug 2002; Nick Hadaway <raker@gentoo.org> exim-4.04-r2.ebuild : + Removed nonexistant sample config. + 20 Aug 2002; Nick Hadaway <raker@gentoo.org> exim-4.04-r2.ebuild, files/digest-exim-4.04-r2 : Updated ebuild with a cleaner LOOKUP_INCLUDE and LOOKUP_LIBS scheme diff --git a/net-mail/exim/exim-4.04-r2.ebuild b/net-mail/exim/exim-4.04-r2.ebuild index 52da637c8e68..9c446bb43b83 100644 --- a/net-mail/exim/exim-4.04-r2.ebuild +++ b/net-mail/exim/exim-4.04-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Updated to exim-4 by Ben Lutgens <lamer@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/exim/exim-4.04-r2.ebuild,v 1.1 2002/08/20 19:00:35 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/exim/exim-4.04-r2.ebuild,v 1.2 2002/08/30 04:42:14 raker Exp $ S=${WORKDIR}/${P} DESCRIPTION="A highly configurable, drop-in replacement for sendmail" @@ -164,11 +164,8 @@ src_install () { # doexe $i #done - dodir /etc/exim /etc/exim/samples + dodir /etc/exim - insopts -o root -g root -m 0644 - insinto /etc/exim/samples - doins ${FILESDIR}/smtp-auth-tls-client-configure cd ${S}/src insopts -o root -g root -m 0644 insinto /etc/exim @@ -200,5 +197,4 @@ pkg_postinst() { einfo "Read the bottom of /etc/exim/system_filter.exim for usage." einfo "/usr/share/doc/${P}/auth_conf.sub.gz contains the configuration sub for using smtp auth." einfo "Please create /etc/exim/configure from /etc/exim/configure.default." - einfo "Also see /etc/exim/samples dir for example configs." } diff --git a/net-mail/exim/exim-4.05.ebuild b/net-mail/exim/exim-4.05.ebuild index 128ea13e088a..bb3443e3d037 100644 --- a/net-mail/exim/exim-4.05.ebuild +++ b/net-mail/exim/exim-4.05.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Updated to exim-4 by Ben Lutgens <lamer@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/exim/exim-4.05.ebuild,v 1.1 2002/08/30 04:19:37 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/exim/exim-4.05.ebuild,v 1.2 2002/08/30 04:42:14 raker Exp $ S=${WORKDIR}/${P} @@ -163,11 +163,8 @@ src_install () { # doexe $i #done - dodir /etc/exim #/etc/exim/samples + dodir /etc/exim - #insopts -o root -g root -m 0644 - #insinto /etc/exim/samples - #doins ${FILESDIR}/smtp-auth-tls-client-configure cd ${S}/src insopts -o root -g root -m 0644 insinto /etc/exim @@ -199,5 +196,4 @@ pkg_postinst() { einfo "Read the bottom of /etc/exim/system_filter.exim for usage." einfo "/usr/share/doc/${P}/auth_conf.sub.gz contains the configuration sub for using smtp auth." einfo "Please create /etc/exim/configure from /etc/exim/configure.default." - einfo "Also see /etc/exim/samples dir for example configs." } |