From 2929788def9a92c1eb237eed93fbdb0c02838bbf Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 13 Oct 2019 22:11:03 +0100 Subject: Revert "gentoo resync : 13.10.2019" This reverts commit ab499d7cfb9ad23e83cf7a4f5052bdf1b4c42030. --- net-mail/kuvert/kuvert-2.0.4.ebuild | 43 +++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 net-mail/kuvert/kuvert-2.0.4.ebuild (limited to 'net-mail/kuvert/kuvert-2.0.4.ebuild') diff --git a/net-mail/kuvert/kuvert-2.0.4.ebuild b/net-mail/kuvert/kuvert-2.0.4.ebuild new file mode 100644 index 000000000000..18570068f804 --- /dev/null +++ b/net-mail/kuvert/kuvert-2.0.4.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=4 +inherit toolchain-funcs + +MY_P=${P/-/_} + +DESCRIPTION="An MTA wrapper that automatically signs and/or encrypts +outgoing mail" +HOMEPAGE="http://www.snafu.priv.at/mystuff/kuvert/" +SRC_URI="http://www.snafu.priv.at/mystuff/kuvert/${MY_P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="amd64 ~ppc" +IUSE="" +SLOT="0" + +S="${WORKDIR}/${PN}" + +DEPEND="" +RDEPEND="app-crypt/gnupg + sys-apps/keyutils + dev-perl/MailTools + dev-perl/MIME-tools + dev-perl/Authen-SASL + dev-perl/File-Slurp + dev-perl/Net-Server-Mail + virtual/perl-IO + virtual/perl-File-Temp + virtual/perl-Time-HiRes + dev-lang/perl + virtual/perl-libnet + virtual/mta" + +src_compile() { + emake CC="$(tc-getCC)" +} + +src_install() { + emake DESTDIR="${D}" install + dodoc dot-kuvert README THANKS TODO +} -- cgit v1.2.3