From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-DMARC/
Date: Mon, 20 Mar 2023 08:29:48 +0000 (UTC) [thread overview]
Message-ID: <1679300967.9a30287baaae2df83edf316bca6e873158d0e16f.sam@gentoo> (raw)
commit: 9a30287baaae2df83edf316bca6e873158d0e16f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 08:28:28 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 08:29:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a30287b
dev-perl/Mail-DMARC: add 1.202.302.150
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../Mail-DMARC/Mail-DMARC-1.202.302.150.ebuild | 86 ++++++++++++++++++++++
dev-perl/Mail-DMARC/Manifest | 1 +
2 files changed, 87 insertions(+)
diff --git a/dev-perl/Mail-DMARC/Mail-DMARC-1.202.302.150.ebuild b/dev-perl/Mail-DMARC/Mail-DMARC-1.202.302.150.ebuild
new file mode 100644
index 000000000000..f8729cac15c7
--- /dev/null
+++ b/dev-perl/Mail-DMARC/Mail-DMARC-1.202.302.150.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MBRADSHAW
+DIST_VERSION=1.20230215
+inherit perl-module
+
+DESCRIPTION="Perl implementation of DMARC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="minimal"
+
+PERL_RM_FILES=(
+ 'bin/install_deps.pl'
+)
+
+RDEPEND="
+ !minimal? (
+ dev-perl/Mail-DKIM
+ dev-perl/Net-IMAP-Simple
+ dev-perl/Net-SMTPS
+ )
+ virtual/perl-Carp
+ dev-perl/Config-Tiny
+ >=dev-perl/DBD-SQLite-1.310.0
+ >=dev-perl/DBIx-Simple-1.350.0
+ virtual/perl-Data-Dumper
+ dev-perl/Email-MIME
+ >=dev-perl/Email-Sender-1.300.32
+ dev-perl/Email-Simple
+ virtual/perl-Encode
+ dev-perl/File-ShareDir
+ virtual/perl-Getopt-Long
+ virtual/perl-HTTP-Tiny
+ virtual/perl-IO
+ virtual/perl-IO-Compress
+ dev-perl/IO-Socket-SSL
+ dev-perl/libwww-perl
+ dev-perl/Mail-DKIM
+ dev-perl/Net-DNS
+ dev-perl/Net-HTTP
+ dev-perl/Net-IDN-Encode
+ dev-perl/Net-IP
+ dev-perl/Net-SMTPS
+ dev-perl/Net-SSLeay
+ >=dev-perl/Net-Server-2
+ virtual/perl-Socket
+ >=dev-perl/Socket6-0.230.0
+ virtual/perl-Sys-Syslog
+ dev-perl/Test-File-ShareDir
+ dev-perl/URI
+ dev-perl/XML-LibXML
+ virtual/perl-parent
+ >=dev-perl/Regexp-Common-2013031301
+"
+BDEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.360.100
+ virtual/perl-ExtUtils-MakeMaker
+ >=dev-perl/File-ShareDir-Install-0.60.0
+ test? (
+ dev-perl/Test-Exception
+ dev-perl/Test-Output
+ virtual/perl-Test-Simple
+ )
+"
+
+src_test() {
+ local my_test_control
+ local badfiles=( t/author-*.t )
+ my_test_control=${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel verbose}}
+ if ! has network ${my_test_control} ; then
+ einfo "Removing network tests w/o DIST_TEST_OVERRIDE~=network";
+ badfiles+=( \
+ "t/04.PurePerl.t" \
+ "t/06.Result.t" \
+ "t/09.HTTP.t" \
+ "t/11.Report.Store.t" \
+ "t/17.Report.Aggregate.Schema.t" \
+ "t/22.Report.Send.SMTP.t" \
+ )
+ fi
+ perl_rm_files "${badfiles[@]}"
+ perl-module_src_test
+}
diff --git a/dev-perl/Mail-DMARC/Manifest b/dev-perl/Mail-DMARC/Manifest
index 7f78dd57c02a..e14291e96224 100644
--- a/dev-perl/Mail-DMARC/Manifest
+++ b/dev-perl/Mail-DMARC/Manifest
@@ -1 +1,2 @@
DIST Mail-DMARC-1.20210927.tar.gz 794723 BLAKE2B 3b0eeed4ccc6498c0af3afe20052e9ea0b0c8ba1625b80ee7b211d7f4235a4f595f7f15862b6b79642423dccd95755047ac53d54b30a5db0b0c05a6070725443 SHA512 eef5d0fda54ea45c04e61b4b6f7fae995404978c297289e68640d0409528542806ceed9dc4c701376c81014ac5d5df25f541a789f54fd982be8c4518fbcc524f
+DIST Mail-DMARC-1.20230215.tar.gz 799270 BLAKE2B 110b0e8603373df73bbc1d660799e923ec7e26403c40031fa7e61b824d8ab8da1c537a9f300370cb75232e7f2cbe79a6a87300c8e8e0d629a5b3e139896a8f1c SHA512 584ede08abe69c9db671465499c5ac79693e6d2d6c913cee1fbe20d85858847b99a0b0864ad62c8bb0786907c6254c3eda45183d00a1f3e38ba90ac542fb337a
next reply other threads:[~2023-03-20 8:29 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-20 8:29 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-09 6:55 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-DMARC/ Sam James
2024-06-14 5:32 Arthur Zamarin
2024-06-14 5:32 Arthur Zamarin
2024-06-14 5:32 Arthur Zamarin
2024-06-13 5:13 Sam James
2024-05-01 3:59 Sam James
2023-07-27 10:22 WANG Xuerui
2023-07-15 8:20 Arthur Zamarin
2023-04-03 19:10 Arthur Zamarin
2023-04-03 19:10 Arthur Zamarin
2023-04-01 18:14 Arthur Zamarin
2023-03-20 6:56 Joonas Niilola
2023-03-20 6:56 Joonas Niilola
2023-03-17 20:44 Arthur Zamarin
2023-02-26 18:21 Arthur Zamarin
2023-02-24 20:02 Arthur Zamarin
2023-01-13 17:01 Arthur Zamarin
2022-12-31 15:53 Arthur Zamarin
2022-12-31 15:53 Arthur Zamarin
2022-12-31 15:51 Arthur Zamarin
2022-12-28 14:58 Jakov Smolić
2022-12-25 17:29 Arthur Zamarin
2021-11-12 0:25 Andreas K. Hüttel
2021-10-24 5:45 Sam James
2021-10-24 5:22 Sam James
2021-10-24 5:22 Sam James
2021-06-28 20:58 Andreas K. Hüttel
2017-12-16 11:28 Kent Fredric
2017-10-31 23:26 Kent Fredric
2016-08-02 11:54 Kent Fredric
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=1679300967.9a30287baaae2df83edf316bca6e873158d0e16f.sam@gentoo \
--to=sam@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