commit:     0a4d42c5aeb009b7407445f8e3b6b3991d901282
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  8 14:13:39 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  8 14:14:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4d42c5

net-mail/swaks: drop 20201014.0

Closes: https://bugs.gentoo.org/950875
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-mail/swaks/Manifest                |  1 -
 net-mail/swaks/swaks-20201014.0.ebuild | 50 ----------------------------------
 2 files changed, 51 deletions(-)

diff --git a/net-mail/swaks/Manifest b/net-mail/swaks/Manifest
index 7037038956ac..660daaf83bf4 100644
--- a/net-mail/swaks/Manifest
+++ b/net-mail/swaks/Manifest
@@ -1,2 +1 @@
-DIST swaks-20201014.0.tar.gz 110953 BLAKE2B 
8dd2c681c6c1e66b76bda71f0bc8b88e658565b28c29ae9f02e5c27500619598e5817a442aa82c48fd90be80cd2dc54eda8390ad3d1cb2e00163cc07a526f463
 SHA512 
8a4e8dc810a9c5943afdbc4db7130e110c42e211d6927ce1cdbab6f81fa49c31490e6c3668ec3cea79580c07b281ce30901b3b4a71325951167158cc9d70d9cc
 DIST swaks-20240103.0.tar.gz 121308 BLAKE2B 
7146c17181c854a474a57e3fc4d2337af910159802c6c2137b48bfb03d54579835b9eecb987874e122ae793c15e3718efd1f1962dc5508878b59afbc5182b658
 SHA512 
89d62cdb94630666c1acb1feb3b62585f36b4d59d14e56d998da6efe45538e9f5072379eebee43dd7244aa3981dbd8d6eb9a42ff7fa21a73127d171b8b3189f5

diff --git a/net-mail/swaks/swaks-20201014.0.ebuild 
b/net-mail/swaks/swaks-20201014.0.ebuild
deleted file mode 100644
index 488f56a7a9e9..000000000000
--- a/net-mail/swaks/swaks-20201014.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit optfeature
-
-DESCRIPTION="Swiss Army Knife SMTP; Command line SMTP testing, including TLS 
and AUTH"
-HOMEPAGE="https://www.jetmore.org/john/code/swaks/
-       https://github.com/jetmore/swaks";
-SRC_URI="http://www.jetmore.org/john/code/swaks/${P}.tar.gz";
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-RDEPEND="
-       dev-perl/Authen-DigestMD5
-       dev-perl/Authen-NTLM
-       dev-perl/CGI
-       dev-perl/DBI
-       dev-perl/Email-Send
-       dev-perl/Email-Valid
-       dev-perl/Net-DNS
-       dev-perl/Params-Validate
-       dev-perl/URI
-       virtual/perl-Data-Dumper
-       virtual/perl-Digest-MD5
-       virtual/perl-Digest-SHA
-       virtual/perl-Getopt-Long
-       virtual/perl-MIME-Base64
-       virtual/perl-Time-HiRes
-       virtual/perl-Time-Local
-"
-BDEPEND="app-text/txt2man"
-
-src_compile() {
-       txt2man -s 1 -t "swaks" -v "Mail tools" doc/ref.txt \
-               > swaks.1 \
-               || die "man page compilation failed"
-}
-
-src_install() {
-       dobin swaks
-       doman swaks.1
-       dodoc README.txt doc/*.txt
-}
-
-pkg_postinst() {
-       optfeature "ssl" dev-perl/IO-Socket-SSL
-}

Reply via email to