diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-28 22:26:02 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-28 22:28:59 +0200 |
commit | 9ab6e2f28b748afa41e97c18735bf63e55d1ff15 (patch) | |
tree | 997a7fa8ee7822bda23f7316f36a83f951bdb7c7 /dev-perl/Mail-AuthenticationResults | |
parent | dev-perl/Mail-Builder-Simple: EAPI=8 bump (diff) | |
download | gentoo-9ab6e2f28b748afa41e97c18735bf63e55d1ff15.tar.gz gentoo-9ab6e2f28b748afa41e97c18735bf63e55d1ff15.tar.bz2 gentoo-9ab6e2f28b748afa41e97c18735bf63e55d1ff15.zip |
dev-perl/Mail-AuthenticationResults: New package, needed for dev-perl/Mail-DKIM
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Mail-AuthenticationResults')
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.101.120.ebuild b/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.101.120.ebuild new file mode 100644 index 000000000000..0b59824d1288 --- /dev/null +++ b/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.101.120.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=MBRADSHAW +DIST_VERSION=2.20210112 +inherit perl-module + +DESCRIPTION="Object Oriented Authentication-Results Headers" + +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + virtual/perl-Carp + dev-perl/JSON + virtual/perl-Scalar-List-Utils +" + +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( dev-perl/Test-Exception ) +" diff --git a/dev-perl/Mail-AuthenticationResults/Manifest b/dev-perl/Mail-AuthenticationResults/Manifest new file mode 100644 index 000000000000..602b7c8c7fbc --- /dev/null +++ b/dev-perl/Mail-AuthenticationResults/Manifest @@ -0,0 +1 @@ +DIST Mail-AuthenticationResults-2.20210112.tar.gz 30919 BLAKE2B a75feb4f72a5ea0415bda1aa1bb39b4a0bf9979a3863458649cb07e9cfe2e8ad258984aee8a4b7fa18924b46a188b27eaf56fe2c8ca1503d86c6c908e5c0910f SHA512 2168e8761947008670840ac1b534e2c374399120197d907b8d5c654bcb00baa5f7075caffa00a06eac5628a7583d96aeb9f077a1103266ad774aaff05f8f0130 diff --git a/dev-perl/Mail-AuthenticationResults/metadata.xml b/dev-perl/Mail-AuthenticationResults/metadata.xml new file mode 100644 index 000000000000..2b9a936fc0a1 --- /dev/null +++ b/dev-perl/Mail-AuthenticationResults/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>perl@gentoo.org</email> + <name>Gentoo Perl Project</name> + </maintainer> +</pkgmetadata> |