From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- mail-mta/esmtp/Manifest | 6 ++++++ mail-mta/esmtp/esmtp-1.2-r1.ebuild | 44 ++++++++++++++++++++++++++++++++++++++ mail-mta/esmtp/esmtp-1.2.ebuild | 37 ++++++++++++++++++++++++++++++++ mail-mta/esmtp/metadata.xml | 11 ++++++++++ 4 files changed, 98 insertions(+) create mode 100644 mail-mta/esmtp/Manifest create mode 100644 mail-mta/esmtp/esmtp-1.2-r1.ebuild create mode 100644 mail-mta/esmtp/esmtp-1.2.ebuild create mode 100644 mail-mta/esmtp/metadata.xml (limited to 'mail-mta/esmtp') diff --git a/mail-mta/esmtp/Manifest b/mail-mta/esmtp/Manifest new file mode 100644 index 000000000000..6657b1149f86 --- /dev/null +++ b/mail-mta/esmtp/Manifest @@ -0,0 +1,6 @@ +DIST esmtp-1.2.tar.bz2 127921 SHA256 a0d26931bf731f97514da266d079d8bc7d73c65b3499ed080576ab606b21c0ce SHA512 a1e7b56743ba32b1778bf02d0abcbdb5e6e3cb7d592c3a23a575789de60dfd62a307d4aef06860c9553cc492cdde0fff0a42de53e9d4e972587a10f609be4821 WHIRLPOOL 175ccf454a9eb76a9dccbf8964ee58c24000e6141a311fbf6c98ff09265fc167ab7d7b0721e187dcab90d2c0958cb55efcd88a4e34514158b559e18b67f2dcff +EBUILD esmtp-1.2-r1.ebuild 1001 SHA256 4641444e7d4d4aacc5ac5d7dd74e1ae4c5333aeb94b7d74fee7566c38eb7eabf SHA512 c3558bdd6a590487e8ae190d00d1b41c3ce9db755bafd4555736bfc67a6f4b6a4cc85b16547b42959c8e4b8e587f00b5f1db19547059605395dcc96cf3006f54 WHIRLPOOL aa9e1f1f589b8c89992715aa84f8c12ba41df9a6245c6d3b4d977f242130a5d84c99e5ded048cb67fa0adc132311a3382bd3200c21dce576a3d71790a83f83f0 +EBUILD esmtp-1.2.ebuild 960 SHA256 337d573445de3b84b3743a3c7231a5ab864c8a321c192e2709a4292353d854a3 SHA512 40cdab611e4af55baa468820e650ecccf0f19d8b655fcd27ca8302d5f8901c0c2113219b8d0d3144285cb380f44614572574ac1aa6455b0c9a3669376e82530d WHIRLPOOL 0bdbe6322ce118632659c0a1fed686c5911dc9aa492696aa2ed6048ba3d36128f89fbb856b3d78f0188c5885560ff1a846906ab7b61bb5827b046d3c475eb426 +MISC ChangeLog 2563 SHA256 86faf9500c7b57fcf92f5a40ba2876ab7cb78e7332926e58085e0384992911f3 SHA512 5e9db4331b0bed679a1f63c3bb1e6e23333ff0bbf949f39789b3287325024245fb5594492d2e82000c0af199d7b42308a5e1ac19428e14dfb8947a72a610ded5 WHIRLPOOL 0c8c83910f5359d215e4c2a3db26a204f9df9ec5ea497b35d30e6d9679e9c81c664b79448c3311f155694af23fc8715db9579908e8d06e71e7b57724998c21c6 +MISC ChangeLog-2015 4515 SHA256 2568eeab41799c070ebb362c78dbcf420c2c64737ac449373336ca5d34a77b70 SHA512 253862b2ae93fe9ee8a9f16e69edd480f9f7d736c9feead9a843b039cefb5e77c320e7b50dfbb9c8b9dd65fa2c8f94c9654e7a82273d6dd1450d5e486370ad78 WHIRLPOOL 80bc8850a042f30cca7b750b0babfbde1ed6abea18f669857a872ca86380673eed315aa0cb67a31c3f321d0543f249adcb2934cdd046801c6ac1e5420a490938 +MISC metadata.xml 319 SHA256 c1eb0d38961b43cb4a0e7ff02900467257804a49ab40de943952e1eb49e2c616 SHA512 e4d66ee7dbffe75806e0c558e8ccdb27775477051c56e813a9e1d494c971909bd6797e6e0e9986150c15f9ddf51c06cb73da4798f125ba57ea8ece83ecc5961c WHIRLPOOL 168ed50a6f6821b0ee1b3a997221ac53183598a4ed9be2db0bbee32f190b6a8529ac067079a4d870167d59886bc0c1b5f55e321e992e8895616c1ca9e8238c83 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 000000000000..320421752547 --- /dev/null +++ b/mail-mta/esmtp/esmtp-1.2-r1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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}" +} diff --git a/mail-mta/esmtp/esmtp-1.2.ebuild b/mail-mta/esmtp/esmtp-1.2.ebuild new file mode 100644 index 000000000000..e512a546b22b --- /dev/null +++ b/mail-mta/esmtp/esmtp-1.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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="" + +DEPEND="net-libs/libesmtp + dev-libs/openssl + sys-devel/flex" +RDEPEND="net-libs/libesmtp + dev-libs/openssl + !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" + +src_install() { + emake DESTDIR="${D}" install || die "einstall failed" + dodoc AUTHORS ChangeLog NEWS README TODO sample.esmtprc || die +} + +pkg_postinst() { + elog "A sample esmtprc file has been installed in /usr/share/doc/${P}" +} diff --git a/mail-mta/esmtp/metadata.xml b/mail-mta/esmtp/metadata.xml new file mode 100644 index 000000000000..94a817aff74e --- /dev/null +++ b/mail-mta/esmtp/metadata.xml @@ -0,0 +1,11 @@ + + + + + net-mail@gentoo.org + Net-Mail + + + esmtp + + -- cgit v1.2.3