diff options
author | Andrej Kacian <ticho@gentoo.org> | 2004-09-03 00:54:43 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2004-09-03 00:54:43 +0000 |
commit | 449a9e60ec7db1a3baa7548b8ed7c8228517d376 (patch) | |
tree | e856a3f185b69e3616f064b5f3076005b1ff3437 /mail-mta | |
parent | Added to ~ppc (diff) | |
download | historical-449a9e60ec7db1a3baa7548b8ed7c8228517d376.tar.gz historical-449a9e60ec7db1a3baa7548b8ed7c8228517d376.tar.bz2 historical-449a9e60ec7db1a3baa7548b8ed7c8228517d376.zip |
New package, closes #45857. Made compatible with mailwrapper.
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/esmtp/ChangeLog | 11 | ||||
-rw-r--r-- | mail-mta/esmtp/Manifest | 14 | ||||
-rw-r--r-- | mail-mta/esmtp/esmtp-0.5.0.ebuild | 33 | ||||
-rw-r--r-- | mail-mta/esmtp/files/digest-esmtp-0.5.0 | 1 | ||||
-rw-r--r-- | mail-mta/esmtp/metadata.xml | 5 |
5 files changed, 64 insertions, 0 deletions
diff --git a/mail-mta/esmtp/ChangeLog b/mail-mta/esmtp/ChangeLog new file mode 100644 index 000000000000..4c70725b53c3 --- /dev/null +++ b/mail-mta/esmtp/ChangeLog @@ -0,0 +1,11 @@ +# 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 $ + +*esmtp-0.5.0 (03 Sep 2004) + + 03 Sep 2004; Andrej Kacian <ticho@gentoo.org> +metadata.xml, + +esmtp-0.5.0.ebuild: + Initial revision. Ebuild submitted by Jan Narovec <finn@sendmail.cz>, closing + #45857. Modified to be compatible with mailwrapper. + diff --git a/mail-mta/esmtp/Manifest b/mail-mta/esmtp/Manifest new file mode 100644 index 000000000000..2dda8a9ba33c --- /dev/null +++ b/mail-mta/esmtp/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 1f2dcfd8da14b0c2042da1c05d8c8c7e ChangeLog 449 +MD5 2936f5fc2ca8837d1cfe4fd0daba2c53 esmtp-0.5.0.ebuild 1109 +MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 +MD5 c99a26bd6ed6b3b450d77f9c3ef0e823 files/digest-esmtp-0.5.0 64 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBN8Dc10xuJSrg3/sRAhtIAJ4yXQl0Q1k3+ug3bF45LlAc27QRIwCbBRco +eTCriMo7gdea5/WyCwaWACw= +=2kSu +-----END PGP SIGNATURE----- diff --git a/mail-mta/esmtp/esmtp-0.5.0.ebuild b/mail-mta/esmtp/esmtp-0.5.0.ebuild new file mode 100644 index 000000000000..20000d40c61a --- /dev/null +++ b/mail-mta/esmtp/esmtp-0.5.0.ebuild @@ -0,0 +1,33 @@ +# 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 $ + +DESCRIPTION="esmtp is a user configurable relay-only Mail Transfer Agent (MTA) with a sendmail compatible syntax" +HOMEPAGE="http://esmtp.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="virtual/glibc + net-libs/libesmtp + dev-libs/openssl" +RDEPEND="${DEPEND} + >=net-mail/mailwrapper-0.2" + +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 +} diff --git a/mail-mta/esmtp/files/digest-esmtp-0.5.0 b/mail-mta/esmtp/files/digest-esmtp-0.5.0 new file mode 100644 index 000000000000..2dc21bae2bdd --- /dev/null +++ b/mail-mta/esmtp/files/digest-esmtp-0.5.0 @@ -0,0 +1 @@ +MD5 b22933aa12167080959b42b025047639 esmtp-0.5.0.tar.bz2 125494 diff --git a/mail-mta/esmtp/metadata.xml b/mail-mta/esmtp/metadata.xml new file mode 100644 index 000000000000..51f94e3fbe0e --- /dev/null +++ b/mail-mta/esmtp/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>net-mail</herd> +</pkgmetadata> |