Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-Build/
Date: Sat, 30 Jan 2021 12:45:03
Message-Id: 1612010655.a55532c7543519d17501b547a52f780e2b4f04eb.kentnl@gentoo
1 commit: a55532c7543519d17501b547a52f780e2b4f04eb
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 30 12:43:38 2021 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 12:44:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a55532c7
7
8 dev-perl/Alien-Build: Bump to version 2.380.0
9
10 Upstream:
11 - Add Alien::Build::Plugin::instance_id
12 - Add Alien::Build::plugin_instance_prop
13 - Add install properties: system_probe_class, system_probe_instance_id
14 - Add hook properties: probe_class, probe_instance_id
15 - Fix Probe/PkgConfig plugins accidentally providing compile/link flags
16 when in mixed falure/success states.
17 - Fix tests that rely on an unset ALIEN_BUILD_PKG_CONFIG
18 - Avoid tripping array-dereference error in pkg-config CLI on windows
19 - Fix module name autogeneration for Test::Alien to avoid bugs with
20 ExtUtils::CBuilder
21
22 Package-Manager: Portage-3.0.14, Repoman-3.0.2
23 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
24
25 dev-perl/Alien-Build/Alien-Build-2.380.0.ebuild | 51 +++++++++++++++++++++++++
26 dev-perl/Alien-Build/Manifest | 1 +
27 2 files changed, 52 insertions(+)
28
29 diff --git a/dev-perl/Alien-Build/Alien-Build-2.380.0.ebuild b/dev-perl/Alien-Build/Alien-Build-2.380.0.ebuild
30 new file mode 100644
31 index 00000000000..543748ef6b0
32 --- /dev/null
33 +++ b/dev-perl/Alien-Build/Alien-Build-2.380.0.ebuild
34 @@ -0,0 +1,51 @@
35 +# Copyright 1999-2021 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=7
39 +
40 +DIST_AUTHOR=PLICEASE
41 +DIST_VERSION=2.38
42 +DIST_EXAMPLES=("example/*")
43 +inherit perl-module
44 +
45 +DESCRIPTION="Build external dependencies for use in CPAN"
46 +SLOT="0"
47 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
48 +IUSE="minimal test zip"
49 +RESTRICT="!test? ( test )"
50 +
51 +# No, pkgconfig is not suspect, it actually uses it at runtime, and this module
52 +# is somewhat a wrapper for pkgconfig :/
53 +RDEPEND="
54 + zip? ( dev-perl/Archive-Zip )
55 + virtual/perl-Archive-Tar
56 + >=dev-perl/Capture-Tiny-0.170.0
57 + virtual/perl-Digest-SHA
58 + virtual/perl-ExtUtils-CBuilder
59 + >=virtual/perl-ExtUtils-MakeMaker-6.640.0
60 + >=virtual/perl-ExtUtils-ParseXS-3.300.0
61 + >=dev-perl/FFI-CheckLib-0.110.0
62 + >=dev-perl/File-Which-1.100.0
63 + dev-perl/File-chdir
64 + virtual/perl-JSON-PP
65 + >=dev-perl/Path-Tiny-0.77.0
66 + >=virtual/perl-Scalar-List-Utils-1.330.0
67 + >=virtual/perl-Test-Simple-1.302.96
68 + >=virtual/perl-Text-ParseWords-3.260.0
69 + virtual/pkgconfig
70 +"
71 +BDEPEND="${RDEPEND}
72 + test? (
73 + dev-perl/Devel-Hide
74 + >=dev-perl/Test2-Suite-0.0.60
75 + !minimal? (
76 + dev-perl/Alien-Base-ModuleBuild
77 + dev-perl/Sort-Versions
78 + )
79 + )
80 +"
81 +src_prepare() {
82 + unset LD
83 + [[ -n "${CCLD}" ]] && export LD="${CCLD}"
84 + perl-module_src_prepare
85 +}
86
87 diff --git a/dev-perl/Alien-Build/Manifest b/dev-perl/Alien-Build/Manifest
88 index 804363a0383..557adb9e22d 100644
89 --- a/dev-perl/Alien-Build/Manifest
90 +++ b/dev-perl/Alien-Build/Manifest
91 @@ -1,3 +1,4 @@
92 DIST Alien-Build-2.23.tar.gz 310744 BLAKE2B 3bf3ce08be1e508a5eb695cc3ee71ccb70230c3fa0feb3e4378bbba35b7429ab3b852692ea4492e9aa80fdb962ef1fef7e82b654bbf8e8ca2428aa8f999944b8 SHA512 78a9b710dde488ce0852266340104f7b540e94ea58e8715d27e1e303a67956f862110bbd305119ac08fe9c5a20c0e5cc6fa5b6982abf830910f2d3a1ed9963fa
93 DIST Alien-Build-2.32.tar.gz 327696 BLAKE2B 9f0f2d31f6d3b2660ae4001ce1285bdf0a4eab6f542ad7e9165652302c645b5444e75aae65de2c24d79eb293615fd00fc61691d4db76be13dc8d48466a93a7ba SHA512 5c9c66076c7c6f30535401aea588a85ca51282df74f1bb4f4b21bff1aaea0d74220b278a123a00adc74c21a1aa528966db01a77f4783bd8aeea894fe97349d43
94 DIST Alien-Build-2.33.tar.gz 328283 BLAKE2B 2b793a65fdf08bb767cf96fd4e8eac2d56a7db46d15c87815c30247e26a2ce9bc44f5cf0f3ccf3c335e43b58182539a2b9858013fa32b37fc53c7c7a789e1219 SHA512 a3ce1f15480ef3bec902d7833651d618f0e8676b36ab65f034eb0699a44cc8376aeb2e32f1dac97f7c499aacd2f6464f21d3edc4b00301e8bef4235f9f4fd572
95 +DIST Alien-Build-2.38.tar.gz 331770 BLAKE2B 13a688073ad6840e04a2c2191ae5974048e53127bcd7f15bfd658ef8c047fd0ecd990bd2f787dca0bf02fde48cc451a39ad5e41bd737f4ac36a64aae49aca226 SHA512 a77b27894c74e9b73fd479f3efb67c748bf9f32931a75471f6e5e0ccbb65d2e5617abfef28f71a7e461f4e1a4216fa8968564aa8ae52ff1bbeae570743fbab81