summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-11-29 10:55:24 +0100
committerDavid Seifert <soap@gentoo.org>2020-11-29 10:55:24 +0100
commit1748dae6b724e2441dfa037dc29e483cf7da0eb9 (patch)
tree1aaa9d7df927cb2aa39e360be40ca2faddf75da9
parentnet-misc/keychain: Remove old (diff)
downloadgentoo-1748dae6.tar.gz
gentoo-1748dae6.tar.bz2
gentoo-1748dae6.zip
net-mail/swaks: Remove old
Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--net-mail/swaks/Manifest1
-rw-r--r--net-mail/swaks/files/swaks-perl-5.18.patch106
-rw-r--r--net-mail/swaks/swaks-20190914.0.ebuild36
3 files changed, 0 insertions, 143 deletions
diff --git a/net-mail/swaks/Manifest b/net-mail/swaks/Manifest
index 8c0d4630faf3..fd5e8ba0b3a8 100644
--- a/net-mail/swaks/Manifest
+++ b/net-mail/swaks/Manifest
@@ -1,2 +1 @@
-DIST swaks-20190914.0.tar.gz 120803 BLAKE2B 68731c22fbff5ece5c9589c3767afd6aa4fc781df8c6124a0f57d48a3dff8def31ccae1b043e78f7c066194cfe480a0edeb16e43fcd5e1b1aa75b05e65a2367e SHA512 3167435a73e7729d090cba2431d5828895c25154c36d92e0ebecd5c4e2430ca596d62bb3e6eb3b65eadabd52c8331fe3bb8a492cce3ad247fa113c0af9c67339
DIST swaks-20201014.0.tar.gz 110953 BLAKE2B 8dd2c681c6c1e66b76bda71f0bc8b88e658565b28c29ae9f02e5c27500619598e5817a442aa82c48fd90be80cd2dc54eda8390ad3d1cb2e00163cc07a526f463 SHA512 8a4e8dc810a9c5943afdbc4db7130e110c42e211d6927ce1cdbab6f81fa49c31490e6c3668ec3cea79580c07b281ce30901b3b4a71325951167158cc9d70d9cc
diff --git a/net-mail/swaks/files/swaks-perl-5.18.patch b/net-mail/swaks/files/swaks-perl-5.18.patch
deleted file mode 100644
index 3fd89341474e..000000000000
--- a/net-mail/swaks/files/swaks-perl-5.18.patch
+++ /dev/null
@@ -1,106 +0,0 @@
---- swaks-20130209.0.orig/doc/ref.pod 2014-04-02 19:30:12.742814178 +0300
-+++ swaks-20130209.0.orig/doc/ref.pod 2014-04-02 19:31:49.135105112 +0300
-@@ -824,83 +824,83 @@
-
- =over 4
-
--=item 0
-+=item C<0>
-
- no errors occurred
-
--=item 1
-+=item C<1>
-
- error parsing command line options
-
--=item 2
-+=item C<2>
-
- error connecting to remote server
-
--=item 3
-+=item C<3>
-
- unknown connection type
-
--=item 4
-+=item C<4>
-
- while running with connection type of "pipe", fatal problem writing to or reading from the child process
-
--=item 5
-+=item C<5>
-
- while running with connection type of "pipe", child process died unexpectedly. This can mean that the program specified with --pipe doesn't exist.
-
--=item 6
-+=item C<6>
-
- Connection closed unexpectedly. If the close is detected in response to the 'QUIT' swaks sends following an unexpected response, the error code for that unexpected response is used instead. For instance, if a mail server returns a 550 response to a MAIL FROM: and then immediately closes the connection, swaks detects that the connection is closed, but uses the more specific exit code 23 to detail the nature of the failure. If instead the server return a 250 code and then immediately closes the connection, swaks will use the exit code 6 because there is not a more specific exit code.
-
--=item 10
-+=item C<10>
-
- error in prerequisites (needed module not available)
-
--=item 21
-+=item C<21>
-
- error reading initial banner from server
-
--=item 22
-+=item C<22>
-
- error in HELO transaction
-
--=item 23
-+=item C<23>
-
- error in MAIL transaction
-
--=item 24
-+=item C<24>
-
- no RCPTs accepted
-
--=item 25
-+=item C<25>
-
- server returned error to DATA request
-
--=item 26
-+=item C<26>
-
- server did not accept mail following data
-
--=item 27
-+=item C<27>
-
- server returned error after normal-session quit request
-
--=item 28
-+=item C<28>
-
- error in AUTH transaction
-
--=item 29
-+=item C<29>
-
- error in TLS transaction
-
--=item 32
-+=item C<32>
-
- error in EHLO following TLS negotiation
-
--=item 33
-+=item C<33>
-
- error in XCLIENT transaction
-
--=item 34
-+=item C<34>
-
- error in EHLO following XCLIENT
-
diff --git a/net-mail/swaks/swaks-20190914.0.ebuild b/net-mail/swaks/swaks-20190914.0.ebuild
deleted file mode 100644
index 13065ec2350a..000000000000
--- a/net-mail/swaks/swaks-20190914.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Swiss Army Knife SMTP; Command line SMTP testing, including TLS and AUTH"
-HOMEPAGE="https://www.jetmore.org/john/code/swaks"
-SRC_URI="https://www.jetmore.org/john/code/swaks/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-IUSE="ssl"
-
-DEPEND=">=dev-lang/perl-5.8.8"
-
-RDEPEND="${DEPEND}
- >=dev-perl/Net-DNS-0.65
- ssl? ( >=dev-perl/Net-SSLeay-1.35 )
- >=virtual/perl-MIME-Base64-3.07
- >=virtual/perl-Digest-MD5-2.39
- >=virtual/perl-Time-HiRes-1.97
- >=virtual/perl-Time-Local-1.19
- >=dev-perl/Authen-NTLM-1.02
- >=dev-perl/Authen-DigestMD5-0.04
- virtual/perl-Digest-SHA"
-
-src_compile() {
- /usr/bin/pod2man -s 1 doc/ref.pod swaks.1 || die "man page compulation failed"
-}
-
-src_install() {
- dobin swaks
- doman swaks.1
- dodoc README.txt doc/*.txt
-}