From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Ref-Util/
Date: Thu, 19 Jan 2017 14:17:37 +0000 (UTC) [thread overview]
Message-ID: <1484835367.631b4aeee4947e3ddb401c5c6d3aff8153f8ac86.kentnl@gentoo> (raw)
commit: 631b4aeee4947e3ddb401c5c6d3aff8153f8ac86
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 19 11:02:53 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jan 19 14:16:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=631b4aee
dev-perl/Ref-Util: Bump to version 0.113.0
Upstream:
- Fix compilation issues on Sun and MSVC Compilers
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-perl/Ref-Util/Manifest | 1 +
dev-perl/Ref-Util/Ref-Util-0.113.0.ebuild | 32 +++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-perl/Ref-Util/Manifest b/dev-perl/Ref-Util/Manifest
index a92ce02..9cc1a4e 100644
--- a/dev-perl/Ref-Util/Manifest
+++ b/dev-perl/Ref-Util/Manifest
@@ -1,2 +1,3 @@
DIST Ref-Util-0.101.tar.gz 62957 SHA256 89e3db1e21dfbbb3544ce8e42079b513ca3f76c28a2bec4f8cdaa94abfdff493 SHA512 3b5ec65a6d3098615ada29be8f2a61800c351549dc33b6133522dba528108b2199e73a941212bba381de91508b7e7a01189b4c0728a669ed78c25f06641c10fb WHIRLPOOL dd2e3bb54adb1e81f57a933e4933d368f1b928ffbbd586de8cb543d199c176b50fb098114a83a7d3749bcc92054c82299b0f140d1658809a3021cdfa65cef631
DIST Ref-Util-0.111.tar.gz 66847 SHA256 13db11e34d6fbb1fbcb493ec6f9e84ef0d3aaafc27e2f4f6f754184b88e92616 SHA512 a5f1b9c480f637484445607e679ec90989b3787c3dea0876ea69f15da24925a9a205ecd6f04af5869629597d968528115da0550f504f9502cc02b2cade8c6ae4 WHIRLPOOL 2573079dd0f35c01b16cf7dbb0eef6b131aee6d530701a84dd5a7b5609a0ac3d21ca793a30a6d7e0343f7ee14353ca79341bfd97359998681cd7aad3cee17ec6
+DIST Ref-Util-0.113.tar.gz 67089 SHA256 cacc761d36b640ffa3937ad289d12b6dc7808da05058831f1c2797b187a11529 SHA512 1116ef8cde964c690b7ba7d32dad9b63429e882bbaa9920f4c47b789c84cbf66499f1a90b41cd6bc8d7afedcb10ea1a08775e3f12e4664055ddb212826db1e24 WHIRLPOOL 49e5c3972ee1d86fef34ec43938cc7c09ce98ff53f6df98d32103bc0518d75ba6a2e88b7bf94c8a24b8878e71dc24a0009d92dd8c0a5390ed855835570c4cac7
diff --git a/dev-perl/Ref-Util/Ref-Util-0.113.0.ebuild b/dev-perl/Ref-Util/Ref-Util-0.113.0.ebuild
new file mode 100644
index 00000000..40c8e8b
--- /dev/null
+++ b/dev-perl/Ref-Util/Ref-Util-0.113.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=XSAWYERX
+DIST_VERSION=0.113
+inherit perl-module
+
+DESCRIPTION="Utility functions for checking references"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+IUSE="test"
+
+RDEPEND="
+ >=virtual/perl-Exporter-5.570.0
+ virtual/perl-XSLoader
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=virtual/perl-CPAN-Meta-2.120.900
+ virtual/perl-Test-Simple
+ virtual/perl-File-Spec
+ )
+"
+src_test() {
+ perl_rm_files t/author-* t/release-*
+ perl-module_src_test
+}
next reply other threads:[~2017-01-19 14:17 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-19 14:17 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-11-27 20:51 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Ref-Util/ Andreas K. Hüttel
2021-10-11 15:25 Sam James
2021-10-11 15:18 Sam James
2021-10-11 6:32 Agostino Sarubbo
2021-10-11 5:15 Sam James
2021-10-11 3:13 Sam James
2021-10-11 3:13 Sam James
2021-10-11 3:10 Sam James
2021-08-04 20:46 Andreas K. Hüttel
2020-12-27 15:51 Fabian Groffen
2020-04-14 15:45 Agostino Sarubbo
2020-04-14 14:06 Agostino Sarubbo
2020-04-14 14:03 Agostino Sarubbo
2020-04-14 12:59 Agostino Sarubbo
2020-04-12 11:39 Mart Raudsepp
2020-04-12 9:34 Sergei Trofimovich
2018-10-27 15:19 Fabian Groffen
2018-08-04 0:54 Mikle Kolyada
2018-07-21 11:43 Kent Fredric
2018-03-28 17:27 Matt Turner
2017-05-30 1:52 Kent Fredric
2017-04-29 11:45 Jeroen Roovers
2017-03-02 15:52 Tobias Klausmann
2017-02-22 21:45 Markus Meier
2017-02-20 18:02 Markus Meier
2017-01-08 3:52 Kent Fredric
2016-12-05 19:35 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=1484835367.631b4aeee4947e3ddb401c5c6d3aff8153f8ac86.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