public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-SPF/
Date: Sun,  7 Jul 2024 11:02:25 +0000 (UTC)	[thread overview]
Message-ID: <1720350073.1bf0162c0df459c56c4fb7fe6a87d61ca76ab9a8.sam@gentoo> (raw)

commit:     1bf0162c0df459c56c4fb7fe6a87d61ca76ab9a8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  7 10:26:48 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul  7 11:01:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf0162c

dev-perl/Mail-SPF: add 3.202.406.170

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Mail-SPF/Mail-SPF-3.202.406.170.ebuild | 55 +++++++++++++++++++++++++
 dev-perl/Mail-SPF/Manifest                      |  1 +
 2 files changed, 56 insertions(+)

diff --git a/dev-perl/Mail-SPF/Mail-SPF-3.202.406.170.ebuild b/dev-perl/Mail-SPF/Mail-SPF-3.202.406.170.ebuild
new file mode 100644
index 000000000000..6ffff605f788
--- /dev/null
+++ b/dev-perl/Mail-SPF/Mail-SPF-3.202.406.170.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MBRADSHAW
+DIST_VERSION=3.20240617
+inherit perl-module
+
+DESCRIPTION="An object-oriented implementation of Sender Policy Framework"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+	dev-perl/Error
+	>=dev-perl/Net-DNS-0.620.0
+	>=dev-perl/NetAddr-IP-4
+	>=dev-perl/URI-1.130.0
+	dev-perl/Net-DNS-Resolver-Programmable
+	virtual/perl-version
+"
+# TODO: Mail::SPF::Test for more tests?
+BDEPEND="
+	${RDEPEND}
+	dev-perl/Net-DNS-Resolver-Programmable
+	test? ( virtual/perl-Test-Simple )
+"
+
+src_prepare() {
+	perl-module_src_prepare
+	sed -i \
+		-e "s:spfquery:spfquery.pl:" \
+		-e "s:spfd:spfd.pl:" \
+		Makefile.PL || die "sed failed"
+	mv "${S}"/bin/spfquery{,.pl} || die "renaming spfquery failed" # bug #281189
+	mv "${S}"/bin/spfd{,.pl} || die "renaming spfd failed" # bugs #886179 and #928140
+}
+
+pkg_postinst() {
+	elog "The spfquery script was renamed to spfquery.pl because of file collisions."
+}
+
+src_test() {
+	local badfiles=(
+		t/90-author-pod-validation.t
+	)
+	if ! has network ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}; then
+		einfo "Removing network tests w/o DIST_TEST_OVERRIDE=~network"
+		badfiles+=( "t/00.04-class-server.t" )
+	fi
+	perl_rm_files "${badfiles[@]}"
+	perl-module_src_test
+}

diff --git a/dev-perl/Mail-SPF/Manifest b/dev-perl/Mail-SPF/Manifest
index f2a42e88d299..09652e19d13e 100644
--- a/dev-perl/Mail-SPF/Manifest
+++ b/dev-perl/Mail-SPF/Manifest
@@ -1,2 +1,3 @@
 DIST Mail-SPF-3.20240206.tar.gz 76892 BLAKE2B b4c022eb8121cbaae71b1b178e7abf1dac8065161c5b88ab67518d8061ca6ef33c42f33004dfdf5451c6a128344e1b7a0d5a9d3b4cf7f89053f9d0c5586d179e SHA512 eb2a4f496e828e6da30f967a1d4f91daab096f0cc2b37544a96e075fa5b5a251f0581a82e7323fb34b9808372b2a6b43dd979f79725b744a3172160a75be5ff5
+DIST Mail-SPF-3.20240617.tar.gz 79806 BLAKE2B 9070fae10a863a300766f5dc01229b12d3ad4c596acdff614f8b540391db1fdd1ea1b893f24c4c505ca16c6ef3f82e5d2f8055352541289be1cb91b40cf33bd6 SHA512 47476e483ac026a77b511b9ca7b0592e0d600c57b08f6ec7fd3653d2a5f48c0a4ef52867c285c477b0249437d479350f7923ea0cde86a4869e5ae8e370f6403d
 DIST Mail-SPF-v2.9.0.tar.gz 103834 BLAKE2B 50082d983c17d910a6bd958e0b688aaa6693c24468f000688c3a971eb2a9ee2a3f0a91fd2909b404fc48dee82e3b44fec8f96a5d35469a2d78dcbd05f15af8d0 SHA512 22bf98c4981f121ed85bb5cbc1ebcb2607ada5052bcea0dd8de692e3473a2ebdd3066acd944bb12f0efe64605e4bf7dc695a1549b7608239d0efc059339df60b


             reply	other threads:[~2024-07-07 11:02 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-07 11:02 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-14  0:43 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-SPF/ Sam James
2024-06-09 21:12 Sam James
2024-05-01  3:59 Sam James
2024-04-04  8:45 Petr Vaněk
2024-04-04  8:45 Petr Vaněk
2024-04-03  1:43 Sam James
2024-04-02 16:07 Arthur Zamarin
2024-04-02 16:07 Arthur Zamarin
2024-04-02 11:30 Sam James
2024-04-02 11:30 Sam James
2024-04-02 11:30 Sam James
2024-04-02 11:30 Sam James
2024-03-26 14:37 Petr Vaněk
2024-03-26 14:37 Petr Vaněk
2023-07-27 10:22 WANG Xuerui
2021-11-12  0:25 Andreas K. Hüttel
2019-10-11 19:38 Andreas K. Hüttel
2019-07-29 18:42 Aaron Bauman
2019-04-01 19:33 Andreas Sturmlechner
2018-07-23 19:00 Sergei Trofimovich
2018-07-23  0:43 Mikle Kolyada
2018-07-22 21:36 Mikle Kolyada
2018-07-21 11:50 Tobias Klausmann
2018-07-20 23:18 Sergei Trofimovich
2018-07-20 22:48 Sergei Trofimovich
2018-07-20  8:08 Sergei Trofimovich
2018-07-16  6:54 Sergei Trofimovich
2018-07-15 18:55 Thomas Deutschmann
2018-07-15 15:51 Mikle Kolyada
2017-11-22  8:10 Kent Fredric
2016-03-26 20:06 Andreas Hüttel
2016-03-26 15:43 Agostino Sarubbo
2016-03-25 18:59 Andreas Hüttel
2016-01-11 21:46 Patrice Clement

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=1720350073.1bf0162c0df459c56c4fb7fe6a87d61ca76ab9a8.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