summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2004-09-03 06:56:42 +0000
committerAndrej Kacian <ticho@gentoo.org>2004-09-03 06:56:42 +0000
commit046b9a59c83e7ce638e3f1a14fa82b49897ae325 (patch)
tree4d0fe4d187aebc2aa9e62207378116cc0ddbe1e3 /mail-mta
parentNew colo revision, cleaned up older revisions, Marked 1.11 stable. (diff)
downloadhistorical-046b9a59c83e7ce638e3f1a14fa82b49897ae325.tar.gz
historical-046b9a59c83e7ce638e3f1a14fa82b49897ae325.tar.bz2
historical-046b9a59c83e7ce638e3f1a14fa82b49897ae325.zip
Support mailwrapper properly.
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/esmtp/ChangeLog9
-rw-r--r--mail-mta/esmtp/Manifest12
-rw-r--r--mail-mta/esmtp/esmtp-0.5.0-r1.ebuild (renamed from mail-mta/esmtp/esmtp-0.5.0.ebuild)24
-rw-r--r--mail-mta/esmtp/files/digest-esmtp-0.5.0-r1 (renamed from mail-mta/esmtp/files/digest-esmtp-0.5.0)0
4 files changed, 24 insertions, 21 deletions
diff --git a/mail-mta/esmtp/ChangeLog b/mail-mta/esmtp/ChangeLog
index 4c70725b53c3..12219bd2b098 100644
--- a/mail-mta/esmtp/ChangeLog
+++ b/mail-mta/esmtp/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-mail/esmtp
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/ChangeLog,v 1.1 2004/09/03 00:54:43 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/ChangeLog,v 1.2 2004/09/03 06:56:42 ticho Exp $
+
+*esmtp-0.5.0-r1 (03 Sep 2004)
+
+ 03 Sep 2004; Andrej Kacian <ticho@gentoo.org> +esmtp-0.5.0-r1.ebuild,
+ -esmtp-0.5.0.ebuild:
+ Support mailwrapper correctly by adding mailwrapper to IUSE and modifying
+ ebuild code accordingly.
*esmtp-0.5.0 (03 Sep 2004)
diff --git a/mail-mta/esmtp/Manifest b/mail-mta/esmtp/Manifest
index 2dda8a9ba33c..2508c4767185 100644
--- a/mail-mta/esmtp/Manifest
+++ b/mail-mta/esmtp/Manifest
@@ -1,14 +1,14 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 1f2dcfd8da14b0c2042da1c05d8c8c7e ChangeLog 449
-MD5 2936f5fc2ca8837d1cfe4fd0daba2c53 esmtp-0.5.0.ebuild 1109
+MD5 0020afb0c3588c2d08e95d4c867d19b2 ChangeLog 679
MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
-MD5 c99a26bd6ed6b3b450d77f9c3ef0e823 files/digest-esmtp-0.5.0 64
+MD5 33145b13b2eee311d58624b3202fc1b7 esmtp-0.5.0-r1.ebuild 969
+MD5 c99a26bd6ed6b3b450d77f9c3ef0e823 files/digest-esmtp-0.5.0-r1 64
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
-iD8DBQFBN8Dc10xuJSrg3/sRAhtIAJ4yXQl0Q1k3+ug3bF45LlAc27QRIwCbBRco
-eTCriMo7gdea5/WyCwaWACw=
-=2kSu
+iD8DBQFBOBWz10xuJSrg3/sRAr+rAJ4r9s+gBBg55Bmp8i+jdPe7NEjaSACeP9jr
+WezFakXGYXoaM1ClJ/X/doI=
+=S7TT
-----END PGP SIGNATURE-----
diff --git a/mail-mta/esmtp/esmtp-0.5.0.ebuild b/mail-mta/esmtp/esmtp-0.5.0-r1.ebuild
index 20000d40c61a..fc4638f5fa9a 100644
--- a/mail-mta/esmtp/esmtp-0.5.0.ebuild
+++ b/mail-mta/esmtp/esmtp-0.5.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/esmtp-0.5.0.ebuild,v 1.1 2004/09/03 00:54:43 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/esmtp-0.5.0-r1.ebuild,v 1.1 2004/09/03 06:56:42 ticho Exp $
DESCRIPTION="esmtp is a user configurable relay-only Mail Transfer Agent (MTA) with a sendmail compatible syntax"
HOMEPAGE="http://esmtp.sourceforge.net/"
@@ -8,26 +8,22 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
-IUSE=""
+IUSE="mailwrapper"
DEPEND="virtual/glibc
net-libs/libesmtp
dev-libs/openssl"
RDEPEND="${DEPEND}
- >=net-mail/mailwrapper-0.2"
+ mailwrapper? ( >=net-mail/mailwrapper-0.2 )
+ !mailwrapper? ( !virtual/mta )"
src_install() {
make DESTDIR=${D} install || die "einstall failed"
dodoc AUTHORS COPYING ChangeLog NEWS README TODO
- # We install sendmail binary to be compatible with mailwrapper
- mv ${D}/usr/sbin/sendmail ${D}/usr/sbin/sendmail.esmtp
- mv ${D}/usr/lib/sendmail ${D}/usr/lib/sendmail.esmtp
-}
-
-pkg_postinst() {
- echo
- einfo "esmtp on Gentoo supports mailwrapper (\`man mailwrapper\` for more info)."
- einfo "If you want to use esmtp's /usr/sbin/sendmail as your MTA, please set"
- einfo "up your mailer.conf accordingly."
- echo
+ if use mailwrapper
+ then
+ # We install sendmail binary to be compatible with mailwrapper
+ mv ${D}/usr/sbin/sendmail ${D}/usr/sbin/sendmail.esmtp
+ mv ${D}/usr/lib/sendmail ${D}/usr/lib/sendmail.esmtp
+ fi
}
diff --git a/mail-mta/esmtp/files/digest-esmtp-0.5.0 b/mail-mta/esmtp/files/digest-esmtp-0.5.0-r1
index 2dc21bae2bdd..2dc21bae2bdd 100644
--- a/mail-mta/esmtp/files/digest-esmtp-0.5.0
+++ b/mail-mta/esmtp/files/digest-esmtp-0.5.0-r1