commit: 9ab6e2f28b748afa41e97c18735bf63e55d1ff15
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 28 20:26:02 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jun 28 20:28:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab6e2f2
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 <AT> gentoo.org>
...Mail-AuthenticationResults-2.202.101.120.ebuild | 24 ++++++++++++++++++++++
dev-perl/Mail-AuthenticationResults/Manifest | 1 +
dev-perl/Mail-AuthenticationResults/metadata.xml | 8 ++++++++
3 files changed, 33 insertions(+)
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 00000000000..0b59824d128
--- /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 00000000000..602b7c8c7fb
--- /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 00000000000..2b9a936fc0a
--- /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>[email protected]</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+</pkgmetadata>