From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BC67F139335 for ; Mon, 28 Jun 2021 20:29:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A0D4E0845; Mon, 28 Jun 2021 20:29:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3A3DE0845 for ; Mon, 28 Jun 2021 20:29:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1FAD8335DC4 for ; Mon, 28 Jun 2021 20:29:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C0CB7BB for ; Mon, 28 Jun 2021 20:29:13 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1624912139.9ab6e2f28b748afa41e97c18735bf63e55d1ff15.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-AuthenticationResults/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.101.120.ebuild dev-perl/Mail-AuthenticationResults/Manifest dev-perl/Mail-AuthenticationResults/metadata.xml X-VCS-Directories: dev-perl/Mail-AuthenticationResults/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 9ab6e2f28b748afa41e97c18735bf63e55d1ff15 X-VCS-Branch: master Date: Mon, 28 Jun 2021 20:29:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cb951f98-b4c1-435a-811e-f7c72fe44373 X-Archives-Hash: 4f8cdd7370c748152dbe63c41d0f9e28 commit: 9ab6e2f28b748afa41e97c18735bf63e55d1ff15 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Jun 28 20:26:02 2021 +0000 Commit: Andreas K. Hüttel gentoo 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 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 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + +