diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-09-24 14:55:52 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-09-24 15:53:18 -0400 |
commit | 30b7131a9455e1a1c140f47585350a564d6463c2 (patch) | |
tree | b079fa3fec46cf83a5ac833f22cadea21856971d /net-mail | |
parent | net-dialup/xc: drop old EAPI=5 (diff) | |
download | gentoo-30b7131a9455e1a1c140f47585350a564d6463c2.tar.gz gentoo-30b7131a9455e1a1c140f47585350a564d6463c2.tar.bz2 gentoo-30b7131a9455e1a1c140f47585350a564d6463c2.zip |
net-mail/sendEmail: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/sendEmail/sendEmail-1.56-r1.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/net-mail/sendEmail/sendEmail-1.56-r1.ebuild b/net-mail/sendEmail/sendEmail-1.56-r1.ebuild deleted file mode 100644 index acc2cc71391d..000000000000 --- a/net-mail/sendEmail/sendEmail-1.56-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -MY_P="${PN}-v${PV}" - -inherit base - -DESCRIPTION="Command line based, SMTP email agent" -HOMEPAGE="http://caspian.dotconf.net/menu/Software/SendEmail/" -SRC_URI="http://caspian.dotconf.net/menu/Software/SendEmail/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="ssl" - -DEPEND="" -RDEPEND="dev-lang/perl - ssl? ( dev-perl/IO-Socket-SSL )" - -PATCHES=( "${FILESDIR}/${PV}-overzealous-version-check.patch" ) -S="${WORKDIR}/${MY_P}" - -src_install() { - dobin sendEmail - dodoc CHANGELOG README TODO -} |