From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1164330-garchives=archives.gentoo.org@lists.gentoo.org> 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 43A941381F3 for <garchives@archives.gentoo.org>; Thu, 23 Apr 2020 06:59:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 762FAE0B17; Thu, 23 Apr 2020 06:59:37 +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 529DEE0B17 for <gentoo-commits@lists.gentoo.org>; Thu, 23 Apr 2020 06:59:37 +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 28F0E34F242 for <gentoo-commits@lists.gentoo.org>; Thu, 23 Apr 2020 06:59:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BE621C3 for <gentoo-commits@lists.gentoo.org>; Thu, 23 Apr 2020 06:59:34 +0000 (UTC) From: "Kent Fredric" <kentnl@gentoo.org> 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" <kentnl@gentoo.org> Message-ID: <1587625136.5d45bb59adf189257cbd36768297ace578ec8a3b.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-Build/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Alien-Build/Alien-Build-2.210.0.ebuild dev-perl/Alien-Build/Manifest dev-perl/Alien-Build/metadata.xml X-VCS-Directories: dev-perl/Alien-Build/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 5d45bb59adf189257cbd36768297ace578ec8a3b X-VCS-Branch: master Date: Thu, 23 Apr 2020 06:59:34 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5e7f4bf7-d291-4007-a842-ab4bcd3458fc X-Archives-Hash: cb1c24616a8bc421941411542a563754 commit: 5d45bb59adf189257cbd36768297ace578ec8a3b Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Thu Apr 23 06:56:30 2020 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Thu Apr 23 06:58:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d45bb59 dev-perl/Alien-Build: Bump to version 2.210.0 - EAPI7-ify Upstream: - Add configurable log classes - Delay tempfile removal for Test::Alien until 'make clean' on windows. - Test::Alien with_subtest now attempts to catch SEGV and bail with helpful diagnostics - Add Test::Alien::xs_ok options cbuilder_check and cbuilder_config - Add Test::Alien::Diag - Add Test::Alien::ffi_ok option 'api' - Prefer tar.exe on windows (also for unzip) if it is bsdtar - Remove Module::Load - Add OO interface to Alien::Base::Wrapper - Add mm_args2 to Alien::Base::Wrapper - Add WriteMakefile to Alien::Base::Wrapper - Decode::Mojo remembers which version of Mojo::DOM it is using - Prefer Decode::HTML if HTML::Parser is already installed, but Mojolicious or Mojo::DOM58 are not - Add 'use strict' to generated ::Install::Files module - Avoid autoconf plugin bugs on windows if multiple configure scripts are in $PATH - Various helpers for Alien::Build::Interpolate::Default no longer require Aliens tools if already found in $PATH - Prefer nmake or gname over dmake on windows, regardless of what perl is configured with - Add Alien::Build::Plugin::Probe::Vcpkg - Use system temp directory on windows instead of ./ relative tempdir - Build::Autoconf now copies .dll files from bin/ to dynamic directory on Win32 - Add Build::Copy plugin - Better workaround in xs_ok for faux fork on cygwin - Fix regex for Prefer::SortVersions to handle regex with multiple capture groups Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org> dev-perl/Alien-Build/Alien-Build-2.210.0.ebuild | 41 +++++++++++++++++++++++++ dev-perl/Alien-Build/Manifest | 1 + dev-perl/Alien-Build/metadata.xml | 8 +++++ 3 files changed, 50 insertions(+) diff --git a/dev-perl/Alien-Build/Alien-Build-2.210.0.ebuild b/dev-perl/Alien-Build/Alien-Build-2.210.0.ebuild new file mode 100644 index 00000000000..552c3ef6fdb --- /dev/null +++ b/dev-perl/Alien-Build/Alien-Build-2.210.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=PLICEASE +DIST_VERSION=2.21 +DIST_EXAMPLES=("example/*") +inherit perl-module + +DESCRIPTION="Build external dependencies for use in CPAN" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="test zip" +RESTRICT="!test? ( test )" + +# No, pkgconfig is not suspect, it actually uses it at runtime, and this module +# is somewhat a wrapper for pkgconfig :/ +RDEPEND=" + zip? ( dev-perl/Archive-Zip ) + virtual/perl-Archive-Tar + >=dev-perl/Capture-Tiny-0.170.0 + virtual/perl-ExtUtils-CBuilder + >=virtual/perl-ExtUtils-MakeMaker-6.640.0 + >=virtual/perl-ExtUtils-ParseXS-3.300.0 + >=dev-perl/FFI-CheckLib-0.110.0 + >=dev-perl/File-Which-1.100.0 + dev-perl/File-chdir + virtual/perl-JSON-PP + >=dev-perl/Path-Tiny-0.77.0 + >=virtual/perl-Scalar-List-Utils-1.330.0 + >=virtual/perl-Test-Simple-1.302.96 + >=virtual/perl-Text-ParseWords-3.260.0 + virtual/pkgconfig +" +BDEPEND="${RDEPEND} + test? ( + dev-perl/Devel-Hide + >=dev-perl/Test2-Suite-0.0.60 + ) +" diff --git a/dev-perl/Alien-Build/Manifest b/dev-perl/Alien-Build/Manifest index 7b5f73157ed..08a9f299331 100644 --- a/dev-perl/Alien-Build/Manifest +++ b/dev-perl/Alien-Build/Manifest @@ -1 +1,2 @@ DIST Alien-Build-1.79.tar.gz 266020 BLAKE2B 265a42ea001b2adad24c3f8164bf795da9923f02e95440ae1bc52aa60a1dd06e48d888b4af5deb3f9b9911e9092117f51bc09c420d690cabc454b21505746030 SHA512 8b270ec1b914aead651c81d2c513496e31bfa6086c0e5731e6ada17079ede868d65a7c70e29a0762f65ba8c120fd605662122de7f9d715b726be4a503b552808 +DIST Alien-Build-2.21.tar.gz 304297 BLAKE2B 28ac1f0da64d26456606fa95c4a3d48f393f9ab8cdfafd3785a62d9a450c6a1f2deeb7421ebbc4289a63a6718c05fccd6b0db1ca47c7641c6778886e82cf1b39 SHA512 f78ffbb8d7198707c7bebbf281daa53fb701dd5b35417939020c95c20e2805333998ed2011c8c6049a09516bbe4d228facd827fcbbad660474c0195b99905108 diff --git a/dev-perl/Alien-Build/metadata.xml b/dev-perl/Alien-Build/metadata.xml index 42afeb71792..32e3d63a9d7 100644 --- a/dev-perl/Alien-Build/metadata.xml +++ b/dev-perl/Alien-Build/metadata.xml @@ -12,14 +12,19 @@ <remote-id type="cpan-module">Alien::Base::Wrapper</remote-id> <remote-id type="cpan-module">Alien::Build</remote-id> <remote-id type="cpan-module">Alien::Build::CommandSequence</remote-id> + <remote-id type="cpan-module">Alien::Build::Helper</remote-id> <remote-id type="cpan-module">Alien::Build::Interpolate</remote-id> <remote-id type="cpan-module">Alien::Build::Interpolate::Default</remote-id> <remote-id type="cpan-module">Alien::Build::Interpolate::Helper</remote-id> + <remote-id type="cpan-module">Alien::Build::Log</remote-id> + <remote-id type="cpan-module">Alien::Build::Log::Abbreviate</remote-id> + <remote-id type="cpan-module">Alien::Build::Log::Default</remote-id> <remote-id type="cpan-module">Alien::Build::MM</remote-id> <remote-id type="cpan-module">Alien::Build::Meta</remote-id> <remote-id type="cpan-module">Alien::Build::Plugin</remote-id> <remote-id type="cpan-module">Alien::Build::Plugin::Build::Autoconf</remote-id> <remote-id type="cpan-module">Alien::Build::Plugin::Build::CMake</remote-id> + <remote-id type="cpan-module">Alien::Build::Plugin::Build::Copy</remote-id> <remote-id type="cpan-module">Alien::Build::Plugin::Build::MSYS</remote-id> <remote-id type="cpan-module">Alien::Build::Plugin::Build::Make</remote-id> <remote-id type="cpan-module">Alien::Build::Plugin::Build::SearchDep</remote-id> @@ -59,8 +64,10 @@ <remote-id type="cpan-module">Alien::Build::Plugin::Prefer::SortVersions</remote-id> <remote-id type="cpan-module">Alien::Build::Plugin::Probe::CBuilder</remote-id> <remote-id type="cpan-module">Alien::Build::Plugin::Probe::CommandLine</remote-id> + <remote-id type="cpan-module">Alien::Build::Plugin::Probe::Vcpkg</remote-id> <remote-id type="cpan-module">Alien::Build::Plugin::Test::Mock</remote-id> <remote-id type="cpan-module">Alien::Build::PluginMeta</remote-id> + <remote-id type="cpan-module">Alien::Build::Temp</remote-id> <remote-id type="cpan-module">Alien::Build::TempDir</remote-id> <remote-id type="cpan-module">Alien::Build::Util</remote-id> <remote-id type="cpan-module">Alien::Build::Version::Basic</remote-id> @@ -70,6 +77,7 @@ <remote-id type="cpan-module">Test::Alien::Build</remote-id> <remote-id type="cpan-module">Test::Alien::CanCompile</remote-id> <remote-id type="cpan-module">Test::Alien::CanPlatypus</remote-id> + <remote-id type="cpan-module">Test::Alien::Diag</remote-id> <remote-id type="cpan-module">Test::Alien::Run</remote-id> <remote-id type="cpan-module">Test::Alien::Synthetic</remote-id> <remote-id type="cpan-module">alienfile</remote-id>