From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-Build/
Date: Sat, 12 Sep 2020 20:50:12 +0000 (UTC) [thread overview]
Message-ID: <1599943800.65890f69f012ec869bb1a2df6ae88368b2049d9c.kentnl@gentoo> (raw)
commit: 65890f69f012ec869bb1a2df6ae88368b2049d9c
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 20:42:44 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 20:50:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65890f69
dev-perl/Alien-Build: Bump to version 2.320.0
Upstream:
- Various test and documentation fixes
- Use shorter filenames in paths to test assets to keep older versions
of tar happy
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Alien-Build/Alien-Build-2.320.0.ebuild | 50 +++++++++++++++++++++++++
dev-perl/Alien-Build/Manifest | 1 +
2 files changed, 51 insertions(+)
diff --git a/dev-perl/Alien-Build/Alien-Build-2.320.0.ebuild b/dev-perl/Alien-Build/Alien-Build-2.320.0.ebuild
new file mode 100644
index 00000000000..137bdfac412
--- /dev/null
+++ b/dev-perl/Alien-Build/Alien-Build-2.320.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=PLICEASE
+DIST_VERSION=2.32
+DIST_EXAMPLES=("example/*")
+inherit perl-module
+
+DESCRIPTION="Build external dependencies for use in CPAN"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="minimal 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
+ !minimal? (
+ dev-perl/Alien-Base-ModuleBuild
+ dev-perl/Sort-Versions
+ )
+ )
+"
+src_prepare() {
+ unset LD
+ [[ -n "${CCLD}" ]] && export LD="${CCLD}"
+ perl-module_src_prepare
+}
diff --git a/dev-perl/Alien-Build/Manifest b/dev-perl/Alien-Build/Manifest
index d8e22caaa96..85391114af8 100644
--- a/dev-perl/Alien-Build/Manifest
+++ b/dev-perl/Alien-Build/Manifest
@@ -3,3 +3,4 @@ DIST Alien-Build-2.23.tar.gz 310744 BLAKE2B 3bf3ce08be1e508a5eb695cc3ee71ccb7023
DIST Alien-Build-2.26.tar.gz 313223 BLAKE2B ae51a53806f85662f000951ac58f334ab0920d5468af10d9ea0d814c7f02b7f7eada8698db01fa52735599938d18c171f566359e45c90fae03895b12d3e7c8b1 SHA512 d5e407e5865dcf6771016cd9b182c9a6f982e6dd2c56ea8ea20b32603dc824f99b1f5ee8d460fa2e412aefbf82f09e338b513ab57ebcfc0fa6e200d103060f48
DIST Alien-Build-2.28.tar.gz 314626 BLAKE2B c37bf00f937a1390ba3e35b1a26b676d72b20e0849cbad954e54c04693f1d677aa225be790cd4c68a7df3042c4b2759f8d3a097cbf8480170f1e93327876f765 SHA512 3fe1b0536bce723b925345dad2993b4d8a128d873476ab307d4f06d5ee6ac28f96f07a85345deda2af6cee2f4305f4ff7886ca97bf2ffe1ff05a7e1098784966
DIST Alien-Build-2.29.tar.gz 313997 BLAKE2B 2a72d07efa899f5d2314db5fffadfbc304db4105dcca1f0f30557d4bbe292c902deca3d064f7909fc84cf9df9f88c6eb6d3b51225ad6d8ccae0cd1e7dbf52ba0 SHA512 7e6ad1695fcfc9ff98764e77a87014a6617c0e27f427d26f70a7fe0daa379963f73fe16e9993de87540e71070e696345bec41fc21c0e7003a144d94413a8522d
+DIST Alien-Build-2.32.tar.gz 327696 BLAKE2B 9f0f2d31f6d3b2660ae4001ce1285bdf0a4eab6f542ad7e9165652302c645b5444e75aae65de2c24d79eb293615fd00fc61691d4db76be13dc8d48466a93a7ba SHA512 5c9c66076c7c6f30535401aea588a85ca51282df74f1bb4f4b21bff1aaea0d74220b278a123a00adc74c21a1aa528966db01a77f4783bd8aeea894fe97349d43
next reply other threads:[~2020-09-12 20:50 UTC|newest]
Thread overview: 78+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-12 20:50 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-23 17:30 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-Build/ Arthur Zamarin
2024-09-23 17:30 Arthur Zamarin
2024-09-23 12:38 Sam James
2024-09-23 12:38 Sam James
2024-07-07 11:02 Sam James
2023-08-02 4:27 Sam James
2023-07-24 4:15 Sam James
2023-07-24 4:12 Sam James
2023-07-24 4:00 Sam James
2023-07-24 3:59 Sam James
2023-07-24 3:59 Sam James
2023-06-22 4:48 Sam James
2023-03-24 13:44 Arthur Zamarin
2023-03-24 13:36 Arthur Zamarin
2023-03-24 13:25 Arthur Zamarin
2023-03-22 9:21 Sam James
2023-03-22 5:27 Sam James
2023-03-22 5:27 Sam James
2023-03-22 5:27 Sam James
2023-03-22 5:27 Sam James
2023-02-12 6:41 Sam James
2023-01-14 9:18 Arthur Zamarin
2022-12-19 0:58 Sam James
2022-12-18 11:47 Sam James
2022-12-18 11:44 Sam James
2022-05-30 21:13 Andreas K. Hüttel
2022-05-30 21:13 Andreas K. Hüttel
2021-12-12 18:25 Sam James
2021-12-06 19:47 Sam James
2021-12-05 3:15 Sam James
2021-12-05 3:11 Sam James
2021-12-05 3:09 Sam James
2021-10-07 23:35 Andreas K. Hüttel
2021-10-07 23:35 Andreas K. Hüttel
2021-05-06 10:06 Sam James
2021-05-06 7:22 Sergei Trofimovich
2021-05-05 12:14 Agostino Sarubbo
2021-05-04 19:13 Sam James
2021-04-10 21:47 Andreas K. Hüttel
2021-01-30 12:44 Kent Fredric
2020-12-12 2:57 Kent Fredric
2020-11-28 9:32 Sam James
2020-10-22 5:11 Joshua Kinard
2020-10-03 5:23 Kent Fredric
2020-09-28 14:11 Kent Fredric
2020-09-26 19:44 Matt Turner
2020-09-21 14:23 Kent Fredric
2020-09-17 12:18 Kent Fredric
2020-09-07 7:31 Sergei Trofimovich
2020-09-03 4:26 Yixun Lan
2020-09-02 6:33 Sergei Trofimovich
2020-08-21 15:30 Agostino Sarubbo
2020-08-21 10:08 Sam James
2020-08-20 16:40 Sam James
2020-08-17 21:42 Sergei Trofimovich
2020-08-17 10:18 Sam James
2020-08-17 9:40 Sam James
2020-08-17 8:50 Sam James
2020-08-17 8:43 Sam James
2020-08-17 8:04 Sam James
2020-08-16 14:19 Kent Fredric
2020-08-07 14:02 Kent Fredric
2020-06-20 4:15 Kent Fredric
2020-06-18 10:55 Kent Fredric
2020-05-20 15:31 Kent Fredric
2020-05-13 6:56 Kent Fredric
2020-04-23 6:59 Kent Fredric
2020-04-12 9:34 Sergei Trofimovich
2020-01-14 19:57 Sergei Trofimovich
2019-12-25 20:45 Sergei Trofimovich
2019-12-25 20:32 Sergei Trofimovich
2019-09-11 3:28 Matt Turner
2019-07-23 22:35 Aaron Bauman
2019-07-22 13:58 Mikle Kolyada
2019-07-20 9:55 Sergei Trofimovich
2019-07-19 18:34 Matt Turner
2019-07-17 11:21 Kent Fredric
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1599943800.65890f69f012ec869bb1a2df6ae88368b2049d9c.kentnl@gentoo \
--to=kentnl@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox