From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 45A40158086 for ; Sun, 24 Oct 2021 05:22:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AE71E0863; Sun, 24 Oct 2021 05:22:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F754E0863 for ; Sun, 24 Oct 2021 05:22:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2283D34377E for ; Sun, 24 Oct 2021 05:22:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0E4B157 for ; Sun, 24 Oct 2021 05:22:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635052937.07a57be7d140c5bc763c37cbf3c0f0e0216d4dca.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-DMARC/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Mail-DMARC/Mail-DMARC-1.202.109.270.ebuild X-VCS-Directories: dev-perl/Mail-DMARC/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 07a57be7d140c5bc763c37cbf3c0f0e0216d4dca X-VCS-Branch: master Date: Sun, 24 Oct 2021 05:22:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3076c5b6-a112-4d2d-9be3-01bd3712888a X-Archives-Hash: 994da9f61790948823d41f9586d5a230 commit: 07a57be7d140c5bc763c37cbf3c0f0e0216d4dca Author: Sam James gentoo org> AuthorDate: Sun Oct 24 05:22:12 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 24 05:22:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a57be7 dev-perl/Mail-DMARC: add 1.202.109.270 Signed-off-by: Sam James gentoo.org> .../Mail-DMARC/Mail-DMARC-1.202.109.270.ebuild | 86 ++++++++++++++++++++++ 1 file changed, 86 insertions(+) diff --git a/dev-perl/Mail-DMARC/Mail-DMARC-1.202.109.270.ebuild b/dev-perl/Mail-DMARC/Mail-DMARC-1.202.109.270.ebuild new file mode 100644 index 00000000000..37fc9cedc2a --- /dev/null +++ b/dev-perl/Mail-DMARC/Mail-DMARC-1.202.109.270.ebuild @@ -0,0 +1,86 @@ +# 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-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}} + 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 +}