Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-AuthenticationResults/
Date: Mon, 28 Jun 2021 20:29:17
Message-Id: 1624912139.9ab6e2f28b748afa41e97c18735bf63e55d1ff15.dilfridge@gentoo
1 commit: 9ab6e2f28b748afa41e97c18735bf63e55d1ff15
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 28 20:26:02 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 28 20:28:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab6e2f2
7
8 dev-perl/Mail-AuthenticationResults: New package, needed for dev-perl/Mail-DKIM
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...Mail-AuthenticationResults-2.202.101.120.ebuild | 24 ++++++++++++++++++++++
14 dev-perl/Mail-AuthenticationResults/Manifest | 1 +
15 dev-perl/Mail-AuthenticationResults/metadata.xml | 8 ++++++++
16 3 files changed, 33 insertions(+)
17
18 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
19 new file mode 100644
20 index 00000000000..0b59824d128
21 --- /dev/null
22 +++ b/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.101.120.ebuild
23 @@ -0,0 +1,24 @@
24 +# Copyright 1999-2021 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=8
28 +
29 +DIST_AUTHOR=MBRADSHAW
30 +DIST_VERSION=2.20210112
31 +inherit perl-module
32 +
33 +DESCRIPTION="Object Oriented Authentication-Results Headers"
34 +
35 +SLOT="0"
36 +KEYWORDS="~amd64"
37 +
38 +RDEPEND="
39 + virtual/perl-Carp
40 + dev-perl/JSON
41 + virtual/perl-Scalar-List-Utils
42 +"
43 +
44 +BDEPEND="${RDEPEND}
45 + virtual/perl-ExtUtils-MakeMaker
46 + test? ( dev-perl/Test-Exception )
47 +"
48
49 diff --git a/dev-perl/Mail-AuthenticationResults/Manifest b/dev-perl/Mail-AuthenticationResults/Manifest
50 new file mode 100644
51 index 00000000000..602b7c8c7fb
52 --- /dev/null
53 +++ b/dev-perl/Mail-AuthenticationResults/Manifest
54 @@ -0,0 +1 @@
55 +DIST Mail-AuthenticationResults-2.20210112.tar.gz 30919 BLAKE2B a75feb4f72a5ea0415bda1aa1bb39b4a0bf9979a3863458649cb07e9cfe2e8ad258984aee8a4b7fa18924b46a188b27eaf56fe2c8ca1503d86c6c908e5c0910f SHA512 2168e8761947008670840ac1b534e2c374399120197d907b8d5c654bcb00baa5f7075caffa00a06eac5628a7583d96aeb9f077a1103266ad774aaff05f8f0130
56
57 diff --git a/dev-perl/Mail-AuthenticationResults/metadata.xml b/dev-perl/Mail-AuthenticationResults/metadata.xml
58 new file mode 100644
59 index 00000000000..2b9a936fc0a
60 --- /dev/null
61 +++ b/dev-perl/Mail-AuthenticationResults/metadata.xml
62 @@ -0,0 +1,8 @@
63 +<?xml version="1.0" encoding="UTF-8"?>
64 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
65 +<pkgmetadata>
66 + <maintainer type="project">
67 + <email>perl@g.o</email>
68 + <name>Gentoo Perl Project</name>
69 + </maintainer>
70 +</pkgmetadata>