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 6A2A013835A for ; Thu, 13 Aug 2020 08:03:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77F60E09A1; Thu, 13 Aug 2020 08:03:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5FB13E09A1 for ; Thu, 13 Aug 2020 08:03:47 +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 1384E34F0C9 for ; Thu, 13 Aug 2020 08:03:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A563313 for ; Thu, 13 Aug 2020 08:03:44 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1597305791.596902ce6058935210b8fcfd3c0a4c1d3900f784.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-MIME/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Email-MIME/Email-MIME-1.949.0.ebuild dev-perl/Email-MIME/Manifest X-VCS-Directories: dev-perl/Email-MIME/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 596902ce6058935210b8fcfd3c0a4c1d3900f784 X-VCS-Branch: master Date: Thu, 13 Aug 2020 08:03:44 +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: cecc1e7d-294f-4815-92b9-aaa06b042348 X-Archives-Hash: 73d3129b9d9cf70965e9b4270a373aa8 commit: 596902ce6058935210b8fcfd3c0a4c1d3900f784 Author: Kent Fredric gentoo org> AuthorDate: Thu Aug 13 08:02:53 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Aug 13 08:03:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=596902ce dev-perl/Email-MIME: Bump to version 1.949.0 - EAPI7 Upstream: - Add $Email::MIME::MAX_DEPTH = 10 as a parse depth limit - Fix handling content-type parameters Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/Email-MIME/Email-MIME-1.949.0.ebuild | 37 +++++++++++++++++++++++++++ dev-perl/Email-MIME/Manifest | 1 + 2 files changed, 38 insertions(+) diff --git a/dev-perl/Email-MIME/Email-MIME-1.949.0.ebuild b/dev-perl/Email-MIME/Email-MIME-1.949.0.ebuild new file mode 100644 index 00000000000..2d9e5733b93 --- /dev/null +++ b/dev-perl/Email-MIME/Email-MIME-1.949.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=RJBS +DIST_VERSION=1.949 +inherit perl-module + +DESCRIPTION="Easy MIME message parsing" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~sparc-solaris ~x86-solaris" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + virtual/perl-Carp + dev-perl/Email-Address-XS + >=dev-perl/Email-MIME-ContentType-1.23.0 + >=dev-perl/Email-MIME-Encodings-1.314.0 + dev-perl/Email-MessageID + >=dev-perl/Email-Simple-2.212.0 + >=virtual/perl-Encode-1.980.100 + virtual/perl-MIME-Base64 + >=dev-perl/MIME-Types-1.130.0 + dev-perl/Module-Runtime + virtual/perl-Scalar-List-Utils + virtual/perl-parent +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + >=virtual/perl-Test-Simple-0.960.0 + ) +" diff --git a/dev-perl/Email-MIME/Manifest b/dev-perl/Email-MIME/Manifest index 2ae8d17d03f..41a331ebf69 100644 --- a/dev-perl/Email-MIME/Manifest +++ b/dev-perl/Email-MIME/Manifest @@ -1,2 +1,3 @@ DIST Email-MIME-1.940.tar.gz 118337 BLAKE2B 093e343e178bb294d8af34d28eabc4b87fd7d97f9dcc66499ecf803e8ecfa96f1ffe18fbeb24e9dcff1e42d7885d5c37e03e4e247a42f4b30e56dca15c3ac122 SHA512 234f3f2633b2f0996d534403bdfd8e04b7be8bd123c228b576b2a0f62bcaaca8620a234e4c617ba3b1eb4b6aff7665528d493502f181eb2e1fdc0fa96a866f3e DIST Email-MIME-1.946.tar.gz 125304 BLAKE2B 0e846b0d1c3e2e0f41ca2d2d9d0aa4bc94607b4785c90ac0d2e38e8f5b078f60468081a6cd7e03e16e59bd8b523ed6c6c277b0af78fe72bb89f40e808a193b45 SHA512 335a8fd032cca0bb1cdb230899c53fc72037939bd11653d08e66a9ffa6fc5f87aefa2ce28f14b1cbb1a0bacd778b5459445d2829835bedc4f6276ae2ef2d6caa +DIST Email-MIME-1.949.tar.gz 126937 BLAKE2B f50fb17ba8db67319e9bcf056a276e810860cdeab659d6b34f216e1caad5d8471504d5d5b333631fb7df510d0406bda7c6e02444657f67bb4bf00eeb8e5b6d78 SHA512 2cd8653a4efe8195d574827ad15883ff7f82d92325197c0458f1ddfd4c50ed275068e8a2df5ed5110b37b5b904aaf4234855eefec9cfc0d70987e678df2732ea