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 E0E63138359 for ; Fri, 7 Aug 2020 20:32:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4381E092F; Fri, 7 Aug 2020 20:32:22 +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 CDFCCE092F for ; Fri, 7 Aug 2020 20:32:22 +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 3234E34F316 for ; Fri, 7 Aug 2020 20:32:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 943282EE for ; Fri, 7 Aug 2020 20:32:19 +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: <1596832293.8b47f084d6c53877fa15e020fbbdbaa83271f333.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-Address-List/, dev-perl/Email-Address-List/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Email-Address-List/Email-Address-List-0.60.0-r1.ebuild dev-perl/Email-Address-List/files/Email-Address-List-0.06-no-dot-inc.patch X-VCS-Directories: dev-perl/Email-Address-List/files/ dev-perl/Email-Address-List/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 8b47f084d6c53877fa15e020fbbdbaa83271f333 X-VCS-Branch: master Date: Fri, 7 Aug 2020 20:32:19 +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: 2d2f54fe-043e-4005-9018-2cd04a9da44f X-Archives-Hash: fd8f8e3c195bb8cfde03301a4902d2b2 commit: 8b47f084d6c53877fa15e020fbbdbaa83271f333 Author: Kent Fredric gentoo org> AuthorDate: Fri Aug 7 20:31:33 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Aug 7 20:31:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b47f084 dev-perl/Email-Address-List: -r bump for EAPI7 + fixes - EAPI7 - Fix LICENSE - Migrate sed hack to a patch Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> .../Email-Address-List-0.60.0-r1.ebuild | 26 ++++++++++++++++++++++ .../files/Email-Address-List-0.06-no-dot-inc.patch | 21 +++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/dev-perl/Email-Address-List/Email-Address-List-0.60.0-r1.ebuild b/dev-perl/Email-Address-List/Email-Address-List-0.60.0-r1.ebuild new file mode 100644 index 00000000000..3692f91eea1 --- /dev/null +++ b/dev-perl/Email-Address-List/Email-Address-List-0.60.0-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=BPS +DIST_VERSION=0.06 +inherit perl-module + +DESCRIPTION="RFC close address list parsing" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND="dev-perl/Email-Address" +BDEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.590.0 + test? ( + dev-perl/JSON + virtual/perl-Test-Simple + ) +" +PATCHES=( + "${FILESDIR}/${PN}-0.06-no-dot-inc.patch" +) diff --git a/dev-perl/Email-Address-List/files/Email-Address-List-0.06-no-dot-inc.patch b/dev-perl/Email-Address-List/files/Email-Address-List-0.06-no-dot-inc.patch new file mode 100644 index 00000000000..ae1c3d10bc6 --- /dev/null +++ b/dev-perl/Email-Address-List/files/Email-Address-List-0.06-no-dot-inc.patch @@ -0,0 +1,21 @@ +From 9dfa071d15c3d84e38eb24f234df1aceb5fa06ba Mon Sep 17 00:00:00 2001 +From: Kent Fredric +Date: Sat, 8 Aug 2020 08:20:54 +1200 +Subject: Include '.' in @INC on perl 5.26+ + +--- + Makefile.PL | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/Makefile.PL b/Makefile.PL +index fe67d0a..286b5ee 100644 +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -1,3 +1,4 @@ ++use lib q[.]; + use inc::Module::Install; + all_from 'lib/Email/Address/List.pm'; + readme_from 'lib/Email/Address/List.pm'; +-- +2.28.0 +