summaryrefslogtreecommitdiff
path: root/net-mail/swaks
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
commit6abbf81ef2f298e3221ff5e67a1f3c5f23958212 (patch)
tree25413d1cb3a0cbfe36029db32398c0f333609215 /net-mail/swaks
parent9c417bacd51da6d8b57fa9f37425161d30d4b95b (diff)
gentoo resync : 14.12.2020
Diffstat (limited to 'net-mail/swaks')
-rw-r--r--net-mail/swaks/Manifest3
-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, 145 deletions
diff --git a/net-mail/swaks/Manifest b/net-mail/swaks/Manifest
index 56012b0fba92..b25a126a1caa 100644
--- a/net-mail/swaks/Manifest
+++ b/net-mail/swaks/Manifest
@@ -1,6 +1,3 @@
-AUX swaks-perl-5.18.patch 2139 BLAKE2B 03501cda36503a966a1d1d50b94b054d2aaa1584566a64a7e393e4d81fd0f8e456734e0b787723e7aec5caa55b08ab264da897b7bb8ead351250c7402e73e361 SHA512 f5d507e2b2812776f4a35e66a3ace3a9edb3d3c50fc7734304d48a278aa7c3fe725f363d14c61442d11a07e8266bab8ce486c4c9eaae2c5ec7e93484c5ffcb53
-DIST swaks-20190914.0.tar.gz 120803 BLAKE2B 68731c22fbff5ece5c9589c3767afd6aa4fc781df8c6124a0f57d48a3dff8def31ccae1b043e78f7c066194cfe480a0edeb16e43fcd5e1b1aa75b05e65a2367e SHA512 3167435a73e7729d090cba2431d5828895c25154c36d92e0ebecd5c4e2430ca596d62bb3e6eb3b65eadabd52c8331fe3bb8a492cce3ad247fa113c0af9c67339
DIST swaks-20201014.0.tar.gz 110953 BLAKE2B 8dd2c681c6c1e66b76bda71f0bc8b88e658565b28c29ae9f02e5c27500619598e5817a442aa82c48fd90be80cd2dc54eda8390ad3d1cb2e00163cc07a526f463 SHA512 8a4e8dc810a9c5943afdbc4db7130e110c42e211d6927ce1cdbab6f81fa49c31490e6c3668ec3cea79580c07b281ce30901b3b4a71325951167158cc9d70d9cc
-EBUILD swaks-20190914.0.ebuild 893 BLAKE2B 40594f87773d93f89871ab6b23342877e8e5dcf53b497a024499e8222315c2b5cf55b63de7e6e2549a7369ff9df694057f33f34a2a1e99f2c33699c587118dde SHA512 8836c89d2cfb902ce75ebd9d95681b73729e43ed83eb9763227a0f082430383b8d265e346943c341558669b1741d3f7964a11aa056221ec1e93cd612ec04d540
EBUILD swaks-20201014.0.ebuild 1093 BLAKE2B 6cab8f15bd25d724724dc17995402054fc339828506904ddfb530ffb28d133c40fddc8cc0cbc03f01fab81267338a299da4ee1e76685246f505a5d2c5455a749 SHA512 4b3f55db68d265f035ade639e91714ffc43a11f9a9a7c120fb7cba6088fe5730f3c7a9fd024d536e023234c791c741b611a7d4aa8380c13a2d77e83977d6409a
MISC metadata.xml 540 BLAKE2B a3271dc0ad82899ef2945c3d42eb2030f08f47d7ae8633d89fe03edfe6b26f36eee4c7da193730360a7e54fae8d1c853cd24012024f33a96debe34330877737e SHA512 a0275812c2941b91adb18befe36ffe5e87a2d4dad904b3c7988e88f0b9252105d4bd35a18259c0c777a5f533632e1d2bbeb28298b0c97e69ddcc902e4919167c
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
-}