From e497e15e73e1d17834b7bae8356c4547b1fe34d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Van=C4=9Bk?= Date: Mon, 30 Jun 2025 14:38:46 +0200 Subject: [PATCH] net-mail/sendEmail: drop 1.56-r3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Vaněk --- net-mail/sendEmail/sendEmail-1.56-r3.ebuild | 31 --------------------- 1 file changed, 31 deletions(-) delete mode 100644 net-mail/sendEmail/sendEmail-1.56-r3.ebuild diff --git a/net-mail/sendEmail/sendEmail-1.56-r3.ebuild b/net-mail/sendEmail/sendEmail-1.56-r3.ebuild deleted file mode 100644 index d354ffdabf50c..0000000000000 --- a/net-mail/sendEmail/sendEmail-1.56-r3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_P="${PN}-v${PV}" -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" -S="${WORKDIR}/${MY_P}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="ssl" - -RDEPEND=" - dev-lang/perl - ssl? ( dev-perl/IO-Socket-SSL ) -" - -PATCHES=( - "${FILESDIR}"/${PV}-overzealous-version-check.patch - "${FILESDIR}"/${PV}-overzealous-verify-mode-check.patch - "${FILESDIR}"/${PV}-openssl-1.1.patch -) - -src_install() { - dobin sendEmail - dodoc CHANGELOG README TODO -}