mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 13:47:35 -08:00
dev-perl/Mail-SPF: add 3.202.505.50
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
c52c0854b6
commit
3df45fc7e8
53
dev-perl/Mail-SPF/Mail-SPF-3.202.505.50.ebuild
Normal file
53
dev-perl/Mail-SPF/Mail-SPF-3.202.505.50.ebuild
Normal file
@ -0,0 +1,53 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=ADAVIS
|
||||
DIST_VERSION=3.20250505
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="An object-oriented implementation of Sender Policy Framework"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~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
|
||||
"
|
||||
# TODO: Mail::SPF::Test for more tests?
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
dev-perl/Net-DNS-Resolver-Programmable
|
||||
"
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "The spfquery script was renamed to spfquery.pl because of file collisions."
|
||||
}
|
||||
@ -1 +1,2 @@
|
||||
DIST Mail-SPF-3.20240923.tar.gz 94271 BLAKE2B 76d88c17ef009c6f86105b3b9a39c1111d9f600ece3183ac4809ffdcbaf6206a770e5d463ca9c23c7a0e54663d152d66c31fbf94e833711c724a08340a7a218e SHA512 f97b73a2ce08959118762da1239cd9d6a623ce767e8f9d9df424801c1bac654c65c807f072081c43eb494fe255ca54527f50c2336e91fc68cc671dc2b780a6d8
|
||||
DIST Mail-SPF-3.20250505.tar.gz 94915 BLAKE2B 9f60299a257f348ecfe7df34e70f32df02ce1d33746e81813bfa2edd9c975239e2ff12d484f26dbc14cee10bcce71af4a7e354677e5404b1d23a7c9c2c1ab12c SHA512 c3a22a276481f0b2992109a988cb1ddca8ab00cc657f1b2705fa3b453293d37a3218ead781e81bf42492d4ee5e208e6df48614998f295132eff081f749d28296
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user