summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2004-09-03 00:54:43 +0000
committerAndrej Kacian <ticho@gentoo.org>2004-09-03 00:54:43 +0000
commitc42513f2000af4cc58427ebd9d0392bc5de52c43 (patch)
tree58ae5fa4de92306c54adb7404a3ee7671b220c21 /mail-mta
parentAdded to ~ppc (Manifest recommit) (diff)
downloadgentoo-2-c42513f2000af4cc58427ebd9d0392bc5de52c43.tar.gz
gentoo-2-c42513f2000af4cc58427ebd9d0392bc5de52c43.tar.bz2
gentoo-2-c42513f2000af4cc58427ebd9d0392bc5de52c43.zip
New package, closes #45857. Made compatible with mailwrapper.
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/esmtp/ChangeLog11
-rw-r--r--mail-mta/esmtp/Manifest2
-rw-r--r--mail-mta/esmtp/esmtp-0.5.0.ebuild33
-rw-r--r--mail-mta/esmtp/files/digest-esmtp-0.5.01
-rw-r--r--mail-mta/esmtp/metadata.xml5
5 files changed, 52 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..41c457fcc216
--- /dev/null
+++ b/mail-mta/esmtp/Manifest
@@ -0,0 +1,2 @@
+MD5 9101c31adb6b067c8d86905f37e6f81f esmtp-0.5.0.ebuild 642
+MD5 c99a26bd6ed6b3b450d77f9c3ef0e823 files/digest-esmtp-0.5.0 64
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>