diff options
author | Sam James <sam@gentoo.org> | 2020-09-05 01:22:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-05 01:22:05 +0000 |
commit | 61bd65aae802d955326591e5546faecb9ddcde73 (patch) | |
tree | b4717193c59701e4e9c26306aa0ec7b94e1a4e9c /net-mail/email | |
parent | net-mail/email: Stabilize 3.1.3-r1 amd64, #739476 (diff) | |
download | gentoo-61bd65aae802d955326591e5546faecb9ddcde73.tar.gz gentoo-61bd65aae802d955326591e5546faecb9ddcde73.tar.bz2 gentoo-61bd65aae802d955326591e5546faecb9ddcde73.zip |
net-mail/email: remove old EAPI 4 ebuild
Closes: https://bugs.gentoo.org/739476
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail/email')
-rw-r--r-- | net-mail/email/email-3.1.3.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net-mail/email/email-3.1.3.ebuild b/net-mail/email/email-3.1.3.ebuild deleted file mode 100644 index f66f7d5ea1eb..000000000000 --- a/net-mail/email/email-3.1.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -DESCRIPTION="Advanced CLI tool for sending email" -HOMEPAGE="http://www.cleancode.org/projects/email" -SRC_URI="http://www.cleancode.org/downloads/${PN}/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" - -KEYWORDS="~alpha amd64 x86" -IUSE="" - -src_prepare() { - sed -i -e "s:/doc/email-\${version}:/share/doc:" configure || die - sed -i -e "s:DIVIDER = '---':DIVIDER = '-- ':" email.conf || die -} - -src_install() { - default - doman email.1 - dodoc README TODO -} |