From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PAR/
Date: Tue, 20 Dec 2016 08:48:41 +0000 (UTC) [thread overview]
Message-ID: <1482223575.cbe0fe459088561b6463ec35c16d4d202b02a0dc.kentnl@gentoo> (raw)
commit: cbe0fe459088561b6463ec35c16d4d202b02a0dc
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 08:45:13 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 08:46:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbe0fe45
dev-perl/PAR: Bump to version 1.14.0
Upstream:
- Avoid calling "use" in PAR::Heavy to avoid
"Can't locate loadable object for module" error from ::XS
dependencies
- Build t/hello.par at "make" time.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-perl/PAR/Manifest | 1 +
dev-perl/PAR/PAR-1.14.0.ebuild | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-perl/PAR/Manifest b/dev-perl/PAR/Manifest
index 1267cf5..d5e3fc0 100644
--- a/dev-perl/PAR/Manifest
+++ b/dev-perl/PAR/Manifest
@@ -1,2 +1,3 @@
DIST PAR-1.010.tar.gz 75412 SHA256 78af355e757a55bfec0db4a02d62c402c5c56b31e8d317f70a31fc963b2e7e51 SHA512 57e2c39927402c353ee356ae9b91b4233614afa9dca61c3c2effbe2db8b6c653949cc424b637d12dc89668ddf7f49a38d2e6610521410e613e061c0f980b304d WHIRLPOOL 09f71c55d28a559182f8e1ffecc64a8cc7d9b1dd90eb7a5a72a6c8ac5280691268751113c9f6639f069286326813820d26ea4738c471b80d8a1d3d74c1dde252
DIST PAR-1.012.tar.gz 82015 SHA256 ee1e2b7d7f364a71e91456faf3ceef69eeb639901480a17e4e0ff1e8dba26a85 SHA512 c40eff1c998c5ff64b5260ba8aec4899bd51a848f26d4c59dfc9abc6b0fac48095de5ba6cd42f1bb285243347710242dc997e61c9af0d5466e58127216185873 WHIRLPOOL 1e9173ef27af47ab75e56cc2dfbbb214635edf65bb3a8e3015c4e5b0f8c3394dea15252b4be6862c60935129d5306fb27ea703b3d95032af375aca8876ddebfe
+DIST PAR-1.014.tar.gz 81744 SHA256 a8a6ebb9130e0466fce4eec9db7e666531d25a6eb818eff83963dc685942ed4b SHA512 8c672f811a599fe608caa6d781ed196cf7391842eecef4d5829f45e1ec19e8c9e4c16c6a54eaf49b024a93a5dbc024f299159ad55058a43889f0f9b600ef0d4a WHIRLPOOL 4ec3fc35b58dddc09bf1a189ed17ed78e4668c330bb2db2a9561a34b7d7a7a613e0438d868c066413c9899f16f441337be3065844be292a5deb045a6a463c9ee
diff --git a/dev-perl/PAR/PAR-1.14.0.ebuild b/dev-perl/PAR/PAR-1.14.0.ebuild
new file mode 100644
index 00000000..92995b8
--- /dev/null
+++ b/dev-perl/PAR/PAR-1.14.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=RSCHUPP
+DIST_VERSION=1.014
+inherit perl-module
+
+DESCRIPTION="Perl Archive Toolkit"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-solaris"
+IUSE="minimal"
+
+DEPEND="
+ !minimal? (
+ virtual/perl-Digest
+ dev-perl/Module-Signature
+ )
+ >=dev-perl/Archive-Zip-1.00
+ >=virtual/perl-AutoLoader-5.660.200
+ >=virtual/perl-File-Temp-0.50.0
+ >=virtual/perl-IO-Compress-1.300.0
+ >=dev-perl/PAR-Dist-0.320.0
+"
+RDEPEND="${DEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+"
+src_test() {
+ perl_rm_files 't/00-pod.t'
+ perl-module_src_test
+}
next reply other threads:[~2016-12-20 8:48 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-20 8:48 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-28 12:31 [gentoo-commits] repo/gentoo:master commit in: dev-perl/PAR/ Andreas K. Hüttel
2024-06-09 20:36 Sam James
2024-05-01 7:54 Sam James
2023-12-30 6:38 Arthur Zamarin
2023-12-30 6:38 Arthur Zamarin
2023-11-13 4:35 Sam James
2023-08-02 22:08 Sam James
2023-07-24 3:59 Sam James
2023-07-24 3:57 Sam James
2023-06-19 23:41 Sam James
2021-11-24 16:18 Andreas K. Hüttel
2021-08-26 14:49 Sam James
2021-08-26 3:00 Sam James
2021-07-23 21:01 Andreas K. Hüttel
2020-12-04 18:31 Sergei Trofimovich
2020-04-15 13:46 Kent Fredric
2019-12-25 20:32 Sergei Trofimovich
2018-09-01 19:01 Thomas Deutschmann
2018-07-24 0:12 Mikle Kolyada
2017-05-02 22:25 Kent Fredric
2017-04-23 21:35 Kent Fredric
2017-04-23 10:27 Agostino Sarubbo
2017-04-17 1:18 Kent Fredric
2017-03-24 8:41 Kent Fredric
2016-11-26 23:02 Kent Fredric
2016-05-24 22:29 Andreas Hüttel
2016-05-24 22:29 Andreas Hüttel
2016-04-12 21:39 Andreas Hüttel
2016-03-16 22:50 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=1482223575.cbe0fe459088561b6463ec35c16d4d202b02a0dc.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