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 1B5581382C5 for ; Thu, 18 Jun 2020 14:07:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FF2FE08FA; Thu, 18 Jun 2020 14:07:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 252BEE08FA for ; Thu, 18 Jun 2020 14:07:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 F40B934F3B3 for ; Thu, 18 Jun 2020 14:07:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 945B81EF for ; Thu, 18 Jun 2020 14:07:04 +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: <1592489133.7d1d8da4415805464f1784a003e2f95abc0933ed.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Data-Inheritable/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r3.ebuild X-VCS-Directories: dev-perl/Class-Data-Inheritable/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 7d1d8da4415805464f1784a003e2f95abc0933ed X-VCS-Branch: master Date: Thu, 18 Jun 2020 14:07:04 +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: 45af0965-0374-4d45-8a92-ceb8cda1e798 X-Archives-Hash: 25d1be1e12168b28326fad0f466b9c12 commit: 7d1d8da4415805464f1784a003e2f95abc0933ed Author: Kent Fredric gentoo org> AuthorDate: Thu Jun 18 14:04:45 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Jun 18 14:05:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d1d8da4 dev-perl/Class-Data-Inheritable: -r bump for EAPI7 - EAPI7 - Unconditionally patch out bad tests - Add license note - Remove useless/empty variable assignments Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> .../Class-Data-Inheritable-0.80.0-r3.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r3.ebuild b/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r3.ebuild new file mode 100644 index 00000000000..420f745c72c --- /dev/null +++ b/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=TMTM +DIST_VERSION=0.08 +inherit perl-module + +DESCRIPTION="Inheritable, overridable class data" +# License note: Artistic only for one file +# https://bugs.gentoo.org/728662 +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +PERL_RM_FILES=( + t/pod.t + t/pod-coverage.t +)