commit:     e497e15e73e1d17834b7bae8356c4547b1fe34d7
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 30 12:38:46 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Mon Jun 30 12:51:14 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e497e15e

net-mail/sendEmail: drop 1.56-r3

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-mail/sendEmail/sendEmail-1.56-r3.ebuild | 31 -----------------------------
 1 file changed, 31 deletions(-)

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 d354ffdabf50..000000000000
--- 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
-}

Reply via email to