public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Tue, 30 May 2017 01:52:40 +0000 (UTC)	[thread overview]
Message-ID: <1496109145.49389a31b15bddf75728d5773c3cb26708567b61.kentnl@gentoo> (raw)

commit:     49389a31b15bddf75728d5773c3cb26708567b61
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 01:52:25 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue May 30 01:52:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49389a31

dev-perl/Ref-Util: Bump to version 0.203.0

Upstream:
- Add pure-perl implementation
- Fork XS bits into Ref::Util::XS

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/Ref-Util/Manifest                |  1 +
 dev-perl/Ref-Util/Ref-Util-0.203.0.ebuild | 30 ++++++++++++++++++++++++++++++
 dev-perl/Ref-Util/metadata.xml            |  4 ++++
 3 files changed, 35 insertions(+)

diff --git a/dev-perl/Ref-Util/Manifest b/dev-perl/Ref-Util/Manifest
index 9cc1a4eacbf..4ff97c92c3e 100644
--- a/dev-perl/Ref-Util/Manifest
+++ b/dev-perl/Ref-Util/Manifest
@@ -1,3 +1,4 @@
 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
+DIST Ref-Util-0.203.tar.gz 26937 SHA256 6425ffd7ec0c1799086daf5b4e848211ca5d058bd75b7629dbab7b739dfb6dfb SHA512 bf0b1cde5adf869377aaee3c6a8fa8f40fc852c70f20dafdb3d7f3b7718eb19738a4d53c243e9809b7cff9e2e49a871f0336b4288b96048e91ae48634d12a392 WHIRLPOOL c18d34a16330c2e6e2e88872c30c62bb7426452e75b183e73eb9363e9a312bec3a7f1a71fbba152dbc3007fffb18375fafa097acc855f042122a4e2249a275ea

diff --git a/dev-perl/Ref-Util/Ref-Util-0.203.0.ebuild b/dev-perl/Ref-Util/Ref-Util-0.203.0.ebuild
new file mode 100644
index 00000000000..df493b5ad14
--- /dev/null
+++ b/dev-perl/Ref-Util/Ref-Util-0.203.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ARC
+DIST_VERSION=0.203
+inherit perl-module
+
+DESCRIPTION="Utility functions for checking references"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+LICENSE="MIT"
+IUSE="test +xs"
+
+RDEPEND="
+	xs? (
+		dev-perl/Ref-Util-XS
+	)
+	>=virtual/perl-Exporter-5.570.0
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-Text-ParseWords
+	test? (
+		>=virtual/perl-CPAN-Meta-2.120.900
+		>=virtual/perl-Test-Simple-0.960.0
+		virtual/perl-File-Spec
+	)
+"

diff --git a/dev-perl/Ref-Util/metadata.xml b/dev-perl/Ref-Util/metadata.xml
index 65947657995..815d2f55989 100644
--- a/dev-perl/Ref-Util/metadata.xml
+++ b/dev-perl/Ref-Util/metadata.xml
@@ -5,8 +5,12 @@
     <email>perl@gentoo.org</email>
     <name>Gentoo Perl Project</name>
   </maintainer>
+  <use>
+    <flag name="xs">Install C-Based <pkg>dev-perl/Ref-Util-XS</pkg> for accelerated performance</flag>
+  </use>
   <upstream>
     <remote-id type="cpan">Ref-Util</remote-id>
     <remote-id type="cpan-module">Ref::Util</remote-id>
+    <remote-id type="cpan-module">Ref::Util::PP</remote-id>
   </upstream>
 </pkgmetadata>


             reply	other threads:[~2017-05-30  1:52 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-30  1:52 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-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-19 14:17 Kent Fredric
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=1496109145.49389a31b15bddf75728d5773c3cb26708567b61.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