From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/swaks/
Date: Sun, 26 Apr 2020 13:37:23 +0000 (UTC) [thread overview]
Message-ID: <1587908208.48a4268aede85f77a67a0a799b7c573da3f2d3bb.juippis@gentoo> (raw)
commit: 48a4268aede85f77a67a0a799b7c573da3f2d3bb
Author: Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
AuthorDate: Fri Apr 24 08:29:25 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 13:36:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a4268a
net-mail/swaks: Version bump to 20190914.0 and EAPI 7
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alarig Le Lay <alarig <AT> swordarmor.fr>
Closes: https://github.com/gentoo/gentoo/pull/15496
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-mail/swaks/Manifest | 1 +
net-mail/swaks/metadata.xml | 14 +++++++++++--
net-mail/swaks/swaks-20190914.0.ebuild | 36 ++++++++++++++++++++++++++++++++++
3 files changed, 49 insertions(+), 2 deletions(-)
diff --git a/net-mail/swaks/Manifest b/net-mail/swaks/Manifest
index 774411390ac..2ccb63dceea 100644
--- a/net-mail/swaks/Manifest
+++ b/net-mail/swaks/Manifest
@@ -1 +1,2 @@
DIST swaks-20130209.0.tar.gz 102227 BLAKE2B 4726da81869e137458f1a3776c51ae33215999bef56b1835cf8558166bd756a8186900b83c0bf32a81d1ab1cf23ec379061f4db78ae5efa51de7a6c1a69d0092 SHA512 bf3c639f2c227d8219d5bc98a3d3519886471168c16e38d036283eeb1bb786c80bb80a648637150b3eb1903ef0c0d01bc37fd7b4f55af66a20f7bef18067b118
+DIST swaks-20190914.0.tar.gz 120803 BLAKE2B 68731c22fbff5ece5c9589c3767afd6aa4fc781df8c6124a0f57d48a3dff8def31ccae1b043e78f7c066194cfe480a0edeb16e43fcd5e1b1aa75b05e65a2367e SHA512 3167435a73e7729d090cba2431d5828895c25154c36d92e0ebecd5c4e2430ca596d62bb3e6eb3b65eadabd52c8331fe3bb8a492cce3ad247fa113c0af9c67339
diff --git a/net-mail/swaks/metadata.xml b/net-mail/swaks/metadata.xml
index 24e041dfd19..e78c3a3b67c 100644
--- a/net-mail/swaks/metadata.xml
+++ b/net-mail/swaks/metadata.xml
@@ -1,6 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription>"Swiss Army Knife SMTP; Command line SMTP testing, including TLS and AUTH" - a full-featured Perl script for testing SMTP servers.</longdescription>
+ <maintainer type="person">
+ <email>alarig@swordarmor.fr</email>
+ <name>Alarig Le Lay</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>
+ "Swiss Army Knife SMTP; Command line SMTP testing, including TLS and
+ AUTH" - a full-featured Perl script for testing SMTP servers.
+ </longdescription>
</pkgmetadata>
diff --git a/net-mail/swaks/swaks-20190914.0.ebuild b/net-mail/swaks/swaks-20190914.0.ebuild
new file mode 100644
index 00000000000..13065ec2350
--- /dev/null
+++ b/net-mail/swaks/swaks-20190914.0.ebuild
@@ -0,0 +1,36 @@
+# 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
+}
next reply other threads:[~2020-04-26 13:37 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-26 13:37 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-08 14:14 [gentoo-commits] repo/gentoo:master commit in: net-mail/swaks/ Arthur Zamarin
2025-03-08 13:37 Sam James
2025-03-08 11:21 Sam James
2024-06-30 16:57 Louis Sautier
2024-06-30 14:31 Louis Sautier
2022-07-11 3:10 Sam James
2020-11-28 16:25 Aaron Bauman
2020-11-28 6:39 Joonas Niilola
2020-11-27 16:49 Thomas Deutschmann
2020-10-26 10:15 Joonas Niilola
2020-10-26 10:15 Joonas Niilola
2017-07-17 14:44 Eray Aslan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1587908208.48a4268aede85f77a67a0a799b7c573da3f2d3bb.juippis@gentoo \
--to=juippis@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox