diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-04-12 11:27:33 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-04-12 11:27:33 +0000 |
commit | 8d005170f5c2cab5188ce46c048244ed673aaf88 (patch) | |
tree | bb2544bff167d3101d61e619bbca3111357aa1ab /net-mail/exim | |
parent | added rmail and rsmtp symlinks (diff) | |
download | historical-8d005170f5c2cab5188ce46c048244ed673aaf88.tar.gz historical-8d005170f5c2cab5188ce46c048244ed673aaf88.tar.bz2 historical-8d005170f5c2cab5188ce46c048244ed673aaf88.zip |
added rmail and rsmtp symlinks
Diffstat (limited to 'net-mail/exim')
-rw-r--r-- | net-mail/exim/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/exim/Manifest | 4 | ||||
-rw-r--r-- | net-mail/exim/exim-4.12.ebuild | 15 |
3 files changed, 15 insertions, 9 deletions
diff --git a/net-mail/exim/ChangeLog b/net-mail/exim/ChangeLog index d463179e374a..73aa3e81ae77 100644 --- a/net-mail/exim/ChangeLog +++ b/net-mail/exim/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for net-mail/exim # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/exim/ChangeLog,v 1.25 2003/04/12 11:26:26 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/exim/ChangeLog,v 1.26 2003/04/12 11:27:33 seemant Exp $ *exim-4.12 (28 Jan 2003) @@ -30,6 +30,9 @@ *exim-4.10 (15 Nov 2002) + 12 Apr 2003; Seemant Kulleen <seemant@gentoo.org> exim-4.10.ebuild: + same, but for the previous version as well + 03 Feb 2003; Jon Nall <nall@gentoo.org> exim-4.10.ebuild : added ~ppc diff --git a/net-mail/exim/Manifest b/net-mail/exim/Manifest index e478477ea6a6..62bfb29cc199 100644 --- a/net-mail/exim/Manifest +++ b/net-mail/exim/Manifest @@ -1,5 +1,5 @@ -MD5 06e1fd565299c4d80285bba813f69342 exim-4.12.ebuild 5433 -MD5 c7605ff955e90bf1a9f6755578fce1e0 ChangeLog 4373 +MD5 8005f95f6688a5d565730faff9078734 exim-4.12.ebuild 5433 +MD5 cdaaa628d9d68d18edc523255229f3a2 ChangeLog 4562 MD5 e371598dfbc199313fc7637ef5e4bc20 exim-4.10.ebuild 6155 MD5 0883fe67a34142a57e6f39ed9419cbee files/system_filter.exim 8118 MD5 0cb2ffe88c81fd7ac8429b5a19d58b35 files/configure 16346 diff --git a/net-mail/exim/exim-4.12.ebuild b/net-mail/exim/exim-4.12.ebuild index dc9e8702fb7d..668540b9ab18 100644 --- a/net-mail/exim/exim-4.12.ebuild +++ b/net-mail/exim/exim-4.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/exim/exim-4.12.ebuild,v 1.6 2003/03/26 05:03:05 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/exim/exim-4.12.ebuild,v 1.7 2003/04/12 11:26:26 seemant Exp $ IUSE="tcpd ssl postgres mysql ldap pam" @@ -32,9 +32,10 @@ RDEPEND="${DEPEND} >=net-mail/mailbase-0.00" src_unpack() { - local myconf unpack ${A} + local myconf + cd ${S} einfo "Patching exiscan support into exim ${PV}.." epatch ${WORKDIR}/exiscan-${EXISCAN_VER}/exiscan-${EXISCAN_VER}.patch @@ -134,11 +135,13 @@ src_install () { doins exim dodir /usr/bin /usr/sbin /usr/lib - dosym /usr/sbin/exim /usr/bin/mailq - dosym /usr/sbin/exim /usr/bin/newaliases - dosym /usr/sbin/exim /usr/bin/mail + dosym ../sbin/exim /usr/bin/mailq + dosym ../sbin/exim /usr/bin/newaliases + dosym ../sbin/exim /usr/bin/mail + dosym exim /usr/sbin/rsmtp + dosym exim /usr/sbin/rmail + dosym exim /usr/sbin/sendmail dosym /usr/sbin/exim /usr/lib/sendmail - dosym /usr/sbin/exim /usr/sbin/sendmail exeinto /usr/sbin for i in exicyclog exim_dbmbuild exim_dumpdb exim_fixdb exim_lock \ |