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 0BB31138334 for ; Thu, 7 Jun 2018 06:58:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3422E0B48; Thu, 7 Jun 2018 06:58:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A8BA7E0B48 for ; Thu, 7 Jun 2018 06:58:49 +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 417D5335C8D for ; Thu, 7 Jun 2018 06:58:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57F762A2 for ; Thu, 7 Jun 2018 06:58:45 +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: <1528354681.b7ea219b291c170d59ff77de286c40171000dadf.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Data-Accessor/, dev-perl/Class-Data-Accessor/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Class-Data-Accessor/Class-Data-Accessor-0.40.40-r1.ebuild dev-perl/Class-Data-Accessor/Class-Data-Accessor-0.40.40-r2.ebuild dev-perl/Class-Data-Accessor/files/Class-Data-Accessor-0.04004-no-dot-inc.patch X-VCS-Directories: dev-perl/Class-Data-Accessor/files/ dev-perl/Class-Data-Accessor/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: b7ea219b291c170d59ff77de286c40171000dadf X-VCS-Branch: master Date: Thu, 7 Jun 2018 06:58:45 +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-Archives-Salt: c8f9917f-139c-4b08-a694-976c66003745 X-Archives-Hash: 977d3746e6ad9b2b6b89eee31cc378f3 commit: b7ea219b291c170d59ff77de286c40171000dadf Author: Kent Fredric gentoo org> AuthorDate: Thu Jun 7 06:58:01 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Jun 7 06:58:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ea219b dev-perl/Class-Data-Accessor: EAPI6 + fix DESCRIPTION - EAPI6ify - Fix DESCRIPTION whitespace ( gentooqa.levelnine.at ) - Add missing deps - Prune unwanted tests - Patchify MI fix Package-Manager: Portage-2.3.29, Repoman-2.3.9 .../Class-Data-Accessor-0.40.40-r1.ebuild | 4 +-- .../Class-Data-Accessor-0.40.40-r2.ebuild | 30 ++++++++++++++++++++++ .../Class-Data-Accessor-0.04004-no-dot-inc.patch | 26 +++++++++++++++++++ 3 files changed, 58 insertions(+), 2 deletions(-) diff --git a/dev-perl/Class-Data-Accessor/Class-Data-Accessor-0.40.40-r1.ebuild b/dev-perl/Class-Data-Accessor/Class-Data-Accessor-0.40.40-r1.ebuild index deee5e68063..bde11d523f6 100644 --- a/dev-perl/Class-Data-Accessor/Class-Data-Accessor-0.40.40-r1.ebuild +++ b/dev-perl/Class-Data-Accessor/Class-Data-Accessor-0.40.40-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ MODULE_AUTHOR=CLACO MODULE_VERSION=0.04004 inherit perl-module -DESCRIPTION="Inheritable, overridable class and instance data accessor creation " +DESCRIPTION="Inheritable, overridable class and instance data accessor creation" SLOT="0" KEYWORDS="~amd64 ~x86" diff --git a/dev-perl/Class-Data-Accessor/Class-Data-Accessor-0.40.40-r2.ebuild b/dev-perl/Class-Data-Accessor/Class-Data-Accessor-0.40.40-r2.ebuild new file mode 100644 index 00000000000..b2a38b12587 --- /dev/null +++ b/dev-perl/Class-Data-Accessor/Class-Data-Accessor-0.40.40-r2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=CLACO +DIST_VERSION=0.04004 +inherit perl-module + +DESCRIPTION="Inheritable, overridable class and instance data accessor creation" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +PATCHES=( "${FILESDIR}/${PN}-0.04004-no-dot-inc.patch" ) + +RDEPEND="virtual/perl-Carp" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test-Simple ) +" +PERL_RM_FILES=( + t/manifest.t + t/pod_coverage.t + t/pod_spelling.t + t/pod_syntax.t + t/strict.t + t/style_no_tabs.t + t/warnings.t +) diff --git a/dev-perl/Class-Data-Accessor/files/Class-Data-Accessor-0.04004-no-dot-inc.patch b/dev-perl/Class-Data-Accessor/files/Class-Data-Accessor-0.04004-no-dot-inc.patch new file mode 100644 index 00000000000..86d3ec05c08 --- /dev/null +++ b/dev-perl/Class-Data-Accessor/files/Class-Data-Accessor-0.04004-no-dot-inc.patch @@ -0,0 +1,26 @@ +From e7ac2a52384a77ddcfea148903f252e740a056b3 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= +Date: Sat, 17 Jun 2017 00:49:14 +0200 +Subject: Add fix for Perl 5.26 no-dot-in-inc + +Bug: https://bugs.gentoo.org/615512 +--- + Makefile.PL | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile.PL b/Makefile.PL +index f7a745a..8f16089 100644 +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -1,7 +1,7 @@ + # $Id$ + use strict; + use warnings; +-use inc::Module::Install 0.65; ++use lib q[.]; use inc::Module::Install 0.65; + + name 'Class-Data-Accessor'; + license 'perl'; +-- +2.17.0 +