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-DKIM: add 1.202.406.190
Signed-off-by: Sam James <[email protected]>
- Loading branch information
1 parent
e6bcb04
commit 404e514
Showing
2 changed files
with
47 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,46 @@ | ||
# Copyright 1999-2024 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
DIST_AUTHOR=MBRADSHAW | ||
DIST_VERSION=1.20240619 | ||
DIST_EXAMPLES=("scripts/*") | ||
inherit perl-module | ||
|
||
DESCRIPTION="Signs/verifies Internet mail using DKIM message signatures" | ||
|
||
SLOT="0" | ||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" | ||
|
||
RDEPEND=" | ||
virtual/perl-Carp | ||
>=dev-perl/Crypt-OpenSSL-RSA-0.240.0 | ||
>=dev-perl/CryptX-0.67.0 | ||
virtual/perl-Digest-SHA | ||
virtual/perl-MIME-Base64 | ||
dev-perl/MailTools | ||
dev-perl/Mail-AuthenticationResults | ||
dev-perl/Net-DNS | ||
" | ||
BDEPEND=" | ||
${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
test? ( | ||
dev-perl/Net-DNS-Resolver-Mock | ||
virtual/perl-Test-Simple | ||
dev-perl/Test-RequiresInternet | ||
dev-perl/YAML-LibYAML | ||
) | ||
" | ||
|
||
mydoc=("doc/*.txt" "HACKING.DKIM") | ||
|
||
src_test() { | ||
# disable online tests | ||
if ! has network ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}; then | ||
einfo "Removing network tests w/o DIST_TEST_OVERRIDE=~network" | ||
perl_rm_files t/{policy,public_key,verifier,dev-manifest}.t | ||
fi | ||
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,2 +1,3 @@ | ||
DIST Mail-DKIM-1.20230911.tar.gz 182962 BLAKE2B 6657070301c3e5c5ace34ce3534a4902ae73cc48416edf7be4241a2a03f32c552f19dac83f6ea09881447b26b366e63ef12cc2bebe3cd9905091dd113c9f04c6 SHA512 d89a4412e6352602d5eec9ca435b2c13dd06aa5c639fd357608f8788b9ba8b2dafe0c064bc48928ac040e19d144a48cedd07cecf7c0caa623b0d39845133ee80 | ||
DIST Mail-DKIM-1.20240124.tar.gz 183426 BLAKE2B 85af63c656f36ef6d33d2729e2360c65230f6b2a7ee6fcbea0aca451f0966c14569543cb453f29b2ce8c417ef0fce0d5e3b65332314e96898d2ff1a4901a9b83 SHA512 5453bca0e27906193084f0faf94b06c3a01cc835d4d226a0281793ea5e7105b4907090f25769dc5f51b6b816eacb5abceb56a046716a80a0288f3332c655c1c8 | ||
DIST Mail-DKIM-1.20240619.tar.gz 183425 BLAKE2B 081b2958c8f0ea4af32516c0202d06cadb1113ed10f4d16eefa271f34226087ed1453d0f9ed84380edcf693086751d7f2e2c6f9d62c78c54132ac9fef2512819 SHA512 7f401b69e43e0023d745dab90e6e179c1103ad08e151642a3eb031edb92a7d092388f11d537c8ece1dd1b2cc0e31bb40222c82c1ac0f62d86be211e9a467f2dc |