From: "Julian Ospald" <hasufell@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/esmtp/
Date: Wed, 30 Sep 2015 11:59:19 +0000 (UTC) [thread overview]
Message-ID: <1443614343.2b33fec4774e03ad3fec53c10a734b9d2e36d4e3.hasufell@gentoo> (raw)
commit: 2b33fec4774e03ad3fec53c10a734b9d2e36d4e3
Author: Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 11:32:52 2015 +0000
Commit: Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 11:59:03 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b33fec4
mail-mta/esmtp: add libressl support
mail-mta/esmtp/esmtp-1.2-r1.ebuild | 45 ++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/mail-mta/esmtp/esmtp-1.2-r1.ebuild b/mail-mta/esmtp/esmtp-1.2-r1.ebuild
new file mode 100644
index 0000000..6744a56
--- /dev/null
+++ b/mail-mta/esmtp/esmtp-1.2-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+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="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+IUSE="libressl"
+
+CDEPEND="
+ net-libs/libesmtp
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:= )
+"
+RDEPEND="${CDEPEND}
+ !mail-mta/courier
+ !mail-mta/exim
+ !mail-mta/mini-qmail
+ !mail-mta/msmtp
+ !mail-mta/netqmail
+ !mail-mta/nullmailer
+ !mail-mta/postfix
+ !mail-mta/qmail-ldap
+ !mail-mta/sendmail
+ !mail-mta/ssmtp
+ !mail-mta/opensmtpd
+"
+DEPEND="${CDEPEND}
+ sys-devel/flex
+"
+
+src_install() {
+ emake DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog NEWS README TODO sample.esmtprc
+}
+
+pkg_postinst() {
+ elog "A sample esmtprc file has been installed in /usr/share/doc/${P}"
+}
next reply other threads:[~2015-09-30 11:59 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-30 11:59 Julian Ospald [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-12-02 12:52 [gentoo-commits] repo/gentoo:master commit in: mail-mta/esmtp/ David Seifert
2018-05-29 16:31 Mikle Kolyada
2019-10-07 8:59 Agostino Sarubbo
2019-10-07 13:53 Michał Górny
2021-01-06 13:51 Fabian Groffen
2021-05-02 8:54 Mikle Kolyada
2021-06-17 20:23 Sam James
2021-06-18 6:27 Agostino Sarubbo
2021-06-18 6:30 Agostino Sarubbo
2021-10-22 14:23 Jakov Smolić
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1443614343.2b33fec4774e03ad3fec53c10a734b9d2e36d4e3.hasufell@gentoo \
--to=hasufell@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox