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 F3114138359 for ; Thu, 20 Aug 2020 08:29:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E292E0C0D; Thu, 20 Aug 2020 08:29:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 249BDE0C0D for ; Thu, 20 Aug 2020 08:29:49 +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 331C134F34E for ; Thu, 20 Aug 2020 08:29:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD5C82EE for ; Thu, 20 Aug 2020 08:29:46 +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: <1597912114.8884a0eeb9f7ef3bd6c15112e9d68c26fb5e30f2.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-XSpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0-r1.ebuild dev-perl/ExtUtils-XSpp/metadata.xml X-VCS-Directories: dev-perl/ExtUtils-XSpp/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 8884a0eeb9f7ef3bd6c15112e9d68c26fb5e30f2 X-VCS-Branch: master Date: Thu, 20 Aug 2020 08:29:46 +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: 5e3f15e7-5b30-48b0-ad45-3daa27bd08c2 X-Archives-Hash: daaf0d2376856ff17e5bcd3c877a136e commit: 8884a0eeb9f7ef3bd6c15112e9d68c26fb5e30f2 Author: Kent Fredric gentoo org> AuthorDate: Thu Aug 20 08:27:55 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Aug 20 08:28:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8884a0ee dev-perl/ExtUtils-XSpp: -r bump for EAPI7 - EAPI7 - Strip unwanted tests - Add missing remote-id's to metadata.xml Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> .../ExtUtils-XSpp/ExtUtils-XSpp-0.180.0-r1.ebuild | 34 ++++++++++++++++++++++ dev-perl/ExtUtils-XSpp/metadata.xml | 3 ++ 2 files changed, 37 insertions(+) diff --git a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0-r1.ebuild b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0-r1.ebuild new file mode 100644 index 00000000000..5ba6a694b79 --- /dev/null +++ b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=SMUELLER +DIST_VERSION=0.18 +inherit perl-module + +DESCRIPTION="XS for C++" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=virtual/perl-Digest-MD5-2.0.0 + >=virtual/perl-ExtUtils-ParseXS-3.70.0 +" +DEPEND="dev-perl/Module-Build" +BDEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.400.0 + test? ( + dev-perl/Test-Differences + dev-perl/Test-Base + ) +" +PATCHES=( + "${FILESDIR}/${P}-no-dot-inc.patch" +) +PERL_RM_FILES=( + "t/zzz_pod.t" +) diff --git a/dev-perl/ExtUtils-XSpp/metadata.xml b/dev-perl/ExtUtils-XSpp/metadata.xml index 945424a3341..80084e3b054 100644 --- a/dev-perl/ExtUtils-XSpp/metadata.xml +++ b/dev-perl/ExtUtils-XSpp/metadata.xml @@ -31,6 +31,7 @@ ExtUtils::XSpp::Node::EnumValue ExtUtils::XSpp::Node::File ExtUtils::XSpp::Node::Function + ExtUtils::XSpp::Node::Member ExtUtils::XSpp::Node::Method ExtUtils::XSpp::Node::Module ExtUtils::XSpp::Node::Package @@ -39,9 +40,11 @@ ExtUtils::XSpp::Node::Raw ExtUtils::XSpp::Node::Type ExtUtils::XSpp::Parser + ExtUtils::XSpp::Plugin::feature::default_xs_typemap ExtUtils::XSpp::Typemap ExtUtils::XSpp::Typemap::parsed ExtUtils::XSpp::Typemap::reference ExtUtils::XSpp::Typemap::simple + ExtUtils::XSpp::Typemap::wrapper