From 30b7131a9455e1a1c140f47585350a564d6463c2 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Thu, 24 Sep 2020 14:55:52 -0400 Subject: net-mail/sendEmail: drop old EAPI=5 Signed-off-by: Aaron Bauman --- net-mail/sendEmail/sendEmail-1.56-r1.ebuild | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 net-mail/sendEmail/sendEmail-1.56-r1.ebuild (limited to 'net-mail/sendEmail/sendEmail-1.56-r1.ebuild') 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 -} -- cgit v1.2.3-65-gdbad