From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Archive-Extract/
Date: Tue, 28 Apr 2020 13:19:30 +0000 (UTC) [thread overview]
Message-ID: <1588079889.028b8425c50c56e59be8ad25a5374cb09c3a7bab.kentnl@gentoo> (raw)
commit: 028b8425c50c56e59be8ad25a5374cb09c3a7bab
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 28 13:17:01 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Apr 28 13:18:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=028b8425
dev-perl/Archive-Extract: Bump to version 0.860.0
- EAPI7
Upstream:
- Fix version comparison with Archive::Tar
- Treat minix the same as NetBSD
- Fix compile on Win32 with taint
- Fix handling of tar.exe with CRLF line endings
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
| 29 ++++++++++++++++++++++
| 1 +
2 files changed, 30 insertions(+)
--git a/dev-perl/Archive-Extract/Archive-Extract-0.860.0.ebuild b/dev-perl/Archive-Extract/Archive-Extract-0.860.0.ebuild
new file mode 100644
index 00000000000..83018dc66fd
--- /dev/null
+++ b/dev-perl/Archive-Extract/Archive-Extract-0.860.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=BINGOS
+DIST_VERSION=0.86
+inherit perl-module
+
+DESCRIPTION="Generic archive extracting mechanism"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ virtual/perl-File-Path
+ >=virtual/perl-File-Spec-0.820.0
+ >=virtual/perl-IPC-Cmd-0.640.0
+ virtual/perl-Locale-Maketext-Simple
+ >=virtual/perl-Module-Load-Conditional-0.660.0
+ >=virtual/perl-Params-Check-0.70.0
+ virtual/perl-if
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"
--git a/dev-perl/Archive-Extract/Manifest b/dev-perl/Archive-Extract/Manifest
index afb805b5aa5..9bbebca10bc 100644
--- a/dev-perl/Archive-Extract/Manifest
+++ b/dev-perl/Archive-Extract/Manifest
@@ -1 +1,2 @@
DIST Archive-Extract-0.80.tar.gz 27813 BLAKE2B 0775eab96cfb67d742ecb2663fc58133368358187f22e89ed0b1bb113bd0efd680b800225fb65ab11379feab767aa3e6c31a7cac2b018acb6341799d4d605fb4 SHA512 2f216ea29639c4d8b7b19e4b23542b6f69e970cfb0188dca55ff7ce7d3a3021e43129dbdf81b82f7d97d0080d00f858c6af3595520b6bacac30073a8b25ea4f0
+DIST Archive-Extract-0.86.tar.gz 28033 BLAKE2B 0a2f6551d31d43256405379c980e5f671e4a9b168050a0b08b8ecc2d076b5f3cdc49075f1001646a3d2c0b9eb60aefd79aeb11997f2de3766cd9b23839bbdac7 SHA512 a091b8c489275b8dd3d38e52e983bef7cab7d642e0dc8f6e95f1d8d006d769857b4e5950778bddd3044d6f11b3563c7796361e88869f60a9875529b78c9d1c76
next reply other threads:[~2020-04-28 13:19 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-28 13:19 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-01 19:33 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Archive-Extract/ Andreas K. Hüttel
2025-02-27 19:00 Andreas K. Hüttel
2021-12-12 18:25 Sam James
2021-12-06 6:38 Arthur Zamarin
2021-12-05 3:15 Sam James
2021-12-05 3:11 Sam James
2021-12-05 3:09 Sam James
2021-10-08 22:44 Andreas K. Hüttel
2021-10-08 22:44 Andreas K. Hüttel
2021-05-06 10:01 Sam James
2021-05-06 7:22 Sergei Trofimovich
2021-05-04 19:13 Sam James
2021-04-18 21:27 Sam James
2021-04-18 21:20 Sam James
2020-11-28 9:32 Sam James
2020-10-22 5:11 Joshua Kinard
2020-09-26 19:44 Matt Turner
2020-09-07 7:31 Sergei Trofimovich
2020-09-03 4:26 Yixun Lan
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
2018-04-07 21:13 Matt Turner
2018-04-04 14:25 Aaron Bauman
2017-12-29 21:29 Mikle Kolyada
2017-12-29 21:28 Mikle Kolyada
2016-05-06 22:30 Andreas Hüttel
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=1588079889.028b8425c50c56e59be8ad25a5374cb09c3a7bab.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