summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2005-04-26 11:53:13 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2005-04-26 11:53:13 +0000
commitd5b352714c9d7ec860a929ec54e80a1aae5f3338 (patch)
treeac2fd67118f0900558ecafd25ae9baa644fdff0f /mail-mta
parentstable x86. (diff)
downloadhistorical-d5b352714c9d7ec860a929ec54e80a1aae5f3338.tar.gz
historical-d5b352714c9d7ec860a929ec54e80a1aae5f3338.tar.bz2
historical-d5b352714c9d7ec860a929ec54e80a1aae5f3338.zip
add 0.5.0-r2 to use the new system (p.masked)
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/esmtp/ChangeLog8
-rw-r--r--mail-mta/esmtp/Manifest15
-rw-r--r--mail-mta/esmtp/esmtp-0.5.0-r2.ebuild28
-rw-r--r--mail-mta/esmtp/files/digest-esmtp-0.5.0-r21
-rw-r--r--mail-mta/esmtp/files/mailer.conf8
5 files changed, 58 insertions, 2 deletions
diff --git a/mail-mta/esmtp/ChangeLog b/mail-mta/esmtp/ChangeLog
index c281b5563729..ae0a41cd671a 100644
--- a/mail-mta/esmtp/ChangeLog
+++ b/mail-mta/esmtp/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-mta/esmtp
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/ChangeLog,v 1.9 2005/01/16 05:30:14 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/ChangeLog,v 1.10 2005/04/26 11:53:13 ferdy Exp $
+
+*esmtp-0.5.0-r2 (26 Apr 2005)
+
+ 26 Apr 2005; Fernando J. Pereda <ferdy@gentoo.org> +files/mailer.conf,
+ +esmtp-0.5.0-r2.ebuild:
+ add 0.5.0-r2 to use the new system (p.masked)
15 Jan 2005; Jason Wever <weeve@gentoo.org> esmtp-0.5.0-r1.ebuild:
Added ~sparc keyword.
diff --git a/mail-mta/esmtp/Manifest b/mail-mta/esmtp/Manifest
index 6e44408fe0f6..f8cfc8e195f9 100644
--- a/mail-mta/esmtp/Manifest
+++ b/mail-mta/esmtp/Manifest
@@ -1,4 +1,17 @@
-MD5 a8be7849524c02a897d257eb785a8774 ChangeLog 1414
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 56741e27828d3290ba9d737f01d4e7dd esmtp-0.5.0-r1.ebuild 1039
+MD5 90d397985e999ce4d33e3c19c5eac5fa esmtp-0.5.0-r2.ebuild 898
+MD5 f7cb8cb9f3865b8490784699e92bbc6c ChangeLog 1594
MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
MD5 c99a26bd6ed6b3b450d77f9c3ef0e823 files/digest-esmtp-0.5.0-r1 64
+MD5 c99a26bd6ed6b3b450d77f9c3ef0e823 files/digest-esmtp-0.5.0-r2 64
+MD5 1288d6fd07e3533a4a77d3ce14964442 files/mailer.conf 294
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFCbiu/ViELBEf1JB0RAsKBAJ0UF5DIy9zm+ePIG6EbGCyu7sTsPACfcct7
+xwM0KoBj7kdlVLWDvd2+ALc=
+=9lbO
+-----END PGP SIGNATURE-----
diff --git a/mail-mta/esmtp/esmtp-0.5.0-r2.ebuild b/mail-mta/esmtp/esmtp-0.5.0-r2.ebuild
new file mode 100644
index 000000000000..e13b0b9958d0
--- /dev/null
+++ b/mail-mta/esmtp/esmtp-0.5.0-r2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2005 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-r2.ebuild,v 1.1 2005/04/26 11:53:13 ferdy Exp $
+
+inherit mailer
+
+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 ~ppc ~sparc"
+IUSE=""
+DEPEND="virtual/libc
+ net-libs/libesmtp
+ dev-libs/openssl"
+
+src_install() {
+ make DESTDIR=${D} install || die "einstall failed"
+ dodoc AUTHORS COPYING ChangeLog NEWS README TODO
+
+ if use mailwrapper ; then
+ mv ${D}/usr/sbin/sendmail ${D}/usr/bin/sendmail.esmtp
+ mv ${D}/usr/bin/mailq ${D}/usr/bin/mailq.esmtp
+ mv ${D}/usr/bin/newaliases ${D}/usr/bin/newaliases.esmtp
+ mailer_install_conf
+ fi
+}
diff --git a/mail-mta/esmtp/files/digest-esmtp-0.5.0-r2 b/mail-mta/esmtp/files/digest-esmtp-0.5.0-r2
new file mode 100644
index 000000000000..2dc21bae2bdd
--- /dev/null
+++ b/mail-mta/esmtp/files/digest-esmtp-0.5.0-r2
@@ -0,0 +1 @@
+MD5 b22933aa12167080959b42b025047639 esmtp-0.5.0.tar.bz2 125494
diff --git a/mail-mta/esmtp/files/mailer.conf b/mail-mta/esmtp/files/mailer.conf
new file mode 100644
index 000000000000..72ed19d7e39e
--- /dev/null
+++ b/mail-mta/esmtp/files/mailer.conf
@@ -0,0 +1,8 @@
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/files/mailer.conf,v 1.1 2005/04/26 11:53:13 ferdy Exp $
+
+# Execute the "real" sendmail program from esmtp
+#
+sendmail /usr/bin/sendmail.ebsmtp
+send-mail /usr/bin/sendmail.ebsmtp
+mailq /usr/bin/mailq.ebsmtp
+newaliases /usr/bin/newaliases.ebsmtp