forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/Mail-DMARC: Version bump 1.20210427
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <[email protected]>
- Loading branch information
Showing
2 changed files
with
86 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
# Copyright 1999-2021 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
DIST_AUTHOR=MBRADSHAW | ||
DIST_VERSION=1.20210427 | ||
inherit perl-module | ||
|
||
DESCRIPTION="Perl implementation of DMARC" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~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-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}} | ||
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST Mail-DMARC-1.20170911.tar.gz 727703 BLAKE2B 6b339f8c0ba69ae7aa98eb41b7bebe40db320b20862f4d323a032a2fb83a7246ccbea9e9a08f408a92fac61173e41a565cc4f7f7172d4b43bb5e14b82720629f SHA512 76495835020408194919d1cc72380c95d0415982ddfe577fdbb7154df737c4a280c6068c355eb5a23998b590885a17a4c97b2f0c7f90ad8e84c93a402a6f9cc3 | ||
DIST Mail-DMARC-1.20210427.tar.gz 793712 BLAKE2B 236f4c36659d0ba549cb6a66c7a111801ff50fdfbc5938f9d57be5b1554c5f0ae794b56c434bb966eb9c2bfcd6f8b85c68142a0df8b9b4824e3ef1d8babc4ef5 SHA512 9fd9c289557b4fd3df95d961271bee44f3e6d2d26d63129b9fcea3ee53b49be8e0e59148089615068eaad1e435bb41d42a0d89e3b30b5916e2b018bb61ce8d83 |